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

{
    "ob_id": 45723,
    "uuid": "07badf9fb0f447cb90d63579bd725ecd",
    "title": "ESA Precursors for Aerosols and Ozone Climate Change Initiative (Precursors_cci): daily and monthly L3 SO2 from TROPOMI, version 1.0",
    "abstract": "The Sulfur Dioxide (SO2) Climate Data Record (CDR) product is a Level 3 SO2 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 SO2 column densities of daily 0.25°x0.25° and monthly 0.125°x0.125° resolution grids from May 2018 to December 2024.  The L3 product is based on the Level 2 SO2 product created for the Precursors_cci project. Compared 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 quality values have also been updated. In addition to the main product results, such as SO2 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. Data are available in NetCDF format. \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": "pending",
    "result_field": null,
    "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/13102/?format=api",
    "geographicExtent": "https://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://catalogue.ceda.ac.uk/api/v2/projects/45106/?format=api"
    ],
    "observationcollection_set": [
        "https://catalogue.ceda.ac.uk/api/v2/observationcollections/45766/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218521/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218511/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218512/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218513/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218514/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218515/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218516/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218518/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218519/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218520/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218517/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218522/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218523/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/45767/?format=api",
    "procedureComputation": null,
    "permissions": [],
    "discoveryKeywords": []
}