Get a list of Observation objects.

### Available end points:

- `/observations/` - Will list all Results in the database
- `/observations.json` - Will return all Results in json format. This can
also be achieved by using the accept header. `application/json`
- `/observations/<object_id>/` - Returns Results object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `title`
- `uuid`
- `keywords`
- `status`
- `result_field`
- `discoveryKeywords`
- `updateFrequency`
- `nonGeographicFlag`
- `publicationState`
- `permissions`

### How to use filters:

These filters can be used like django query filters using __ for related model relationships.

- `/observations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/observations/?status=completed`
- `/observations/?results_field__dataPath__startswith=/neodc/esacci`
- `/observations/?discoveryKeywords__name=ESACCI`
- `/observations/?nonGeographicFlag=True`

Filters can be stacked to build an 'AND' relationship. E.g.

- `/observations/?publicationState__in=published,citable&nonGeographicFlag=True`
- `/observations/?publicationState__in=published,citable&discoveryKeyword__name=NDGO0003`

GET /api/v2/observations/44798/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 44798,
    "uuid": "3ef571a45bcc4d95aaf8e48569a21ab5",
    "title": "ICECAPS-MELT: Manual shear strength from a 1-m snow profile in SW Greenland (August 2024)",
    "abstract": "Shear strength (kPa) was measured in a 1-m deep snow profile from southwest Greenland (Camp Raven, 66.48 N, 46.30 W, 2331 m asl) during Summer 2024. The snow profile measurements were made adjacent to an autonomous atmospheric and glaciological platform (the SLEIGH) as part of the ICECAPS-MELT (Integrated Characterization of Energy, Clouds, Atmospheric state, and Precipitation - MEasurements along Lagrangian Transects) experiment. This profile was made 2-3 m away from the SLEIGH.\r\n\r\nThis work was US-led, US-UK collaboration co-funded by the US National Science Foundation and the UK National Environment Research Council.",
    "keywords": "Greenland,snow profile,shear strength,ICECAPS,ICECAPS-MELT,Camp Raven, Greenland Ice Sheet",
    "publicationState": "citable",
    "dataPublishedTime": "2026-01-30T17:02:43",
    "doiPublishedTime": "2026-02-02T16:09:26.643296",
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45216/?format=api",
        "dataPath": "/badc/icecaps-melt/data/202408CampRavenSnowShearStreng",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 2839,
        "numberOfFiles": 2,
        "fileFormat": "Data are BADC-CSV formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12625/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4861/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92721/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92723/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92725/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92726/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92727/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92728/?format=api"
    ],
    "dataLineage": "Shear strength was measured using one of two shear frames (100 cm2, 250 cm2) with one of two fish hook scales (range 0-110 N and 0-250 N). The choice depended on the strength of the snow relative to the force scale range. The measurements were made using American Avalanche Association standards from Snow, Weather, and Avalanche Guidelines, 4th Edition, 2022. The measurements were made by preparing a column of snow approximately the same surface area as the shear frame. The shear frame was carefully tapped into the top of the snow column until flush. The fishhook scale was attached to shear frame and pulled such that the frame released in 1 s or less. Max force was recorded from the fishhook scale. Shear strength was computed as the ratio of the max force and shear frame cross-sectional area.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13706/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/38309/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44850/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214511/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214801/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214513/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214514/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214515/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214516/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214517/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214512/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214953/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214518/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214519/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214520/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214521/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214522/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214523/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214524/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214525/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214526/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214527/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214528/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214529/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214530/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44799/?format=api",
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://creativecommons.org/licenses/by/4.0/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": []
}