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/44867/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 44867,
    "uuid": "527ba062f6114669927bf93ccbd8631b",
    "title": "HighResMIP model simulations for high-resolution hydrological simulations over Peninsular Malaysia: using HadGEM3-GC3.1-HM for the IMPRESS-Malaysia project.",
    "abstract": "This dataset contains HighResMIP model simulations using the HadGEM3-GC3.1-HM model,  interpolated to 612*672 grids at resolution of 0.008333333333° over Malaysia for inputs of high-resolution hydrological simulations for the period 1980-2050 (present-day: 1980-2014, future high-end SSPs scenario: 2015-2050).\r\n\r\nThese data were produced for the IMpacts of PRecipitation from Extreme StormS - Malaysia (IMPRESS-Malaysia) project. NE/S002707/1",
    "keywords": "NE/S002707/1, CMIP6 HighResMIP",
    "publicationState": "preview",
    "dataPublishedTime": null,
    "doiPublishedTime": null,
    "updateFrequency": "",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44866/?format=api",
        "dataPath": "/badc/deposited2025/PeninMalay_HadGEM3_GC31_HM",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 336382186653,
        "numberOfFiles": 73,
        "fileFormat": "NetCDF"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12684/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4882/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52192/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52193/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63011/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92141/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92142/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92143/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92144/?format=api"
    ],
    "dataLineage": "Data were generated using the model simulations from the CMIP6 HighResMIP protocol by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/44868/?format=api"
    ],
    "observationcollection_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214909/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214910/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214911/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214914/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214908/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214906/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214907/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214915/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44869/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": []
}