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

{
    "ob_id": 45797,
    "uuid": "957f47cdeebc440ead90b3ad58c455d5",
    "title": "ESA Precursors for Aerosols and Ozone Climate Change Initiative (Precursors_cci): Precursors morning GOME-2 NO2 L3 data products, version 1.1",
    "abstract": "This nitrogen dioxide (NO2) climate data record (CDR) is a newly developed monthly Level 3 product derived from measurements by the Global Ozone Monitoring Experiment-2 (GOME-2) onboard the EUMETSAT's Meteorological Operational satellites MetOp-A, MetOp-B, and MetOp-C. The dataset has been generated within the framework of the ESA Climate Change Initiative (CCI) Precursors for Aerosols and Ozone project.\r\n\r\nThe GOME-2 NO2 Level 3 product contains comprehensive information, including essential variables (e.g., total, stratospheric, and tropospheric NO2 vertical column densities) and their uncertainties, observation viewing geometries, auxiliary input variables (e.g., surface albedo and cloud properties), and vertically resolved information (e.g., a priori profiles and averaging kernels) for each grid cell. The dataset is available at two spatial resolutions: 0.2° × 0.2° and 0.5° × 0.5°.\r\n\r\nProducts included in this collection are:\r\n-\tGOME-2/MetOp-A NO2 Level 3 product\r\n-\tGOME-2/MetOp-B NO2 Level 3 product\r\n-\tGOME-2/MetOp-C NO2 Level 3 product\r\n\r\nThe version number is 1.1. The data are provided in NetCDF format.",
    "keywords": "Nitrogen Dioxide, NO2, GOME-2, Metop-A, Metop-B, Metop-C, Climate Data Record, CDR, CCI",
    "publicationState": "preview",
    "dataPublishedTime": null,
    "doiPublishedTime": null,
    "updateFrequency": "",
    "status": "completed",
    "result_field": null,
    "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/13098/?format=api",
    "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [],
    "dataLineage": "The L3 data were generated by spatiotemporally averaging AC SAF prototype L2 NO2 data as part of the ESA CCI precursors project. Data was provided to CEDA for archival.",
    "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/45366/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218852/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218853/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218854/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218855/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218856/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218857/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218858/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218859/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218860/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/45757/?format=api",
    "procedureComputation": null,
    "permissions": [],
    "discoveryKeywords": []
}