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

{
    "ob_id": 45291,
    "uuid": "6081f484b28e42a08e75438c9384e877",
    "title": "ESA Precursors for Aerosols and Ozone Climate Change Initiative (Precursors_cci): monthly L3 HCHO from TROPOMI, version 2.0",
    "abstract": "The Formaldehyde(HCHO) Climate Data Record (CDR) product is a Level 3 HCHO product developed by using satellite data from the TROPOMI instrument (on S5P) as part of the ESA Climate Change Initiative (CCI) Precursors for Aerosols and Ozone project.\r\n\r\nThis dataset provides gridded HCHO tropospheric column densities of monthly 0.125°x0.125° resolution grids from May 2018 to December 2024. The L3 product is based on the Level 2 HCHO product created for the Precursors_cci project. \r\n\r\nCompared to the operational TROPOMI product, the air mass factors have been reprocessed using an update albedo climatology, and the CAMS Reanalysis Model for the a priori vertical profiles. The background correction and the quality values have also been updated. In addition to the main product results, such as HCHO slant column, vertical column and air mass factor, the Level 3 data files contain several additional parameters and diagnostic information such as uncertainties, a priori profiles and averaging kernels.\r\n \r\nThe version number is 2.0. Data are available in NetCDF format. https://doi.org/10.18758/y591kda5.\r\n\r\nThe European Space Agency (ESA) Precursors for Aerosol and Ozone Climate Change Initiative (Precursors CCI) project is part of ESA's Climate Change Initiative (CCI) to produce long term datasets of Essential Climate Variables derived from global satellite data (https://climate.esa.int/en/projects/precursors-for-aerosols-and-ozone/)",
    "keywords": "ESA, CCI, Precursors",
    "publicationState": "preview",
    "dataPublishedTime": null,
    "doiPublishedTime": null,
    "updateFrequency": "",
    "status": "planned",
    "result_field": null,
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12917/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [],
    "dataLineage": "Data were produced 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/45106/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/45107/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216650/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216639/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216640/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216641/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216642/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216643/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216644/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216638/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216645/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216646/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216647/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216648/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216649/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/45292/?format=api",
    "procedureComputation": null,
    "permissions": [],
    "discoveryKeywords": []
}