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

{
    "ob_id": 31757,
    "uuid": "b3862d29d07e4c5089b3ab54cdab0343",
    "title": "University of Leeds UMSLIMCAT model data, part of the Chemistry-Climate Model Initiative (CCMI-1) project database",
    "abstract": "Data from the University of Leeds UMSLIMCAT model, part of the International Global Atmospheric Chemistry (IGAC)/ Stratosphere-troposphere Processes and their Role in Climate (SPARC) Chemistry-Climate Model Initiative (CCMI-1).\r\n\r\nCCMI-1 is a global chemistry climate model intercomparison project, coordinated by the University of Reading on behalf of the World Climate Research Programme (WCRP).  \r\n\r\nThe dataset includes data for the following CCMI-1 experiments: \r\nReference experiments ref-C1, ref-C1SD and ref-C2. \r\nSensitivity experiments senC1SSI, senC2fGHG, senC2fODS, senC2fODS2000, senC2rcp45 and senC2rcp85.\r\n\r\nref-C1: Using state-of-knowledge historic forcings and observed sea surface conditions, the models simulate the recent past (1960–2010).\r\nref-C1SD: Similar to ref-C1 but the models are nudged towards reanalysis datasets, and correspondingly the simulations only cover 1980–2010. (“SD” stands for specified dynamics.)\r\nref-C2: Simulations spanning the period 1960–2100. The experiments follow the WMO (2011) A1 baseline scenario for ozone depleting substances and the RCP 6.0 (Meinshausen et al., 2011) for other greenhouse gases, tropospheric ozone (O3) precursors, and aerosol and aerosol precursor emissions.\r\nsenC1SSI: The same as ref-C1 but using a solar forcing dataset with increased UV intensity.\r\nsenC2fGHG: Similar to ref-C2 but with greenhouse gasses (GHGs) fixed at their 1960 levels, and sea surface and sea ice conditions prescribed as the 1955–1964 average (where these conditions are imposed).\r\nsenC2fODS: The same as ref-C2 but with ozone-depleting (halogenated) substances (ODSs) fixed at their 1960 levels.\r\nsenC2fODS2000: The same as ref-C2 but with ODSs fixed at their year 2000 levels. \r\nsenC2rcp45: The same as ref-C2, but with the GHG scenario changed to RCP 4.5 (Meinshausen et al., 2011).\r\nsenC2rcp85: The same as ref-C2, but with the GHG scenario changed to RCP 8.5 (Meinshausen et al., 2011).",
    "keywords": "IGAC, SPARC, WCRP, UMSLIMCAT, U-LEEDS, CCMI-1,  ref-C1, ref-C1SD, ref-C2, senC1SSI, senC2fGHG, senC2fODS, senC2fODS2000, senC2rcp45, senC2rcp85",
    "publicationState": "published",
    "dataPublishedTime": "2021-03-10T22:04:31",
    "doiPublishedTime": null,
    "updateFrequency": "",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31758/?format=api",
        "dataPath": "/badc/wcrp-ccmi/data/CCMI-1/output/U-LEEDS",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 276329374255,
        "numberOfFiles": 783,
        "fileFormat": "NetCDF"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8684/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50482/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54719/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57218/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57219/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57221/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57222/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57223/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57224/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57225/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57229/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57242/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57243/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57245/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57246/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57249/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57250/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57253/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57255/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57258/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57271/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57272/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57280/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57282/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57285/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57286/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57289/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57290/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57295/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57296/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57301/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57304/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57305/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57306/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57307/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61335/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61536/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72006/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72008/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92070/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92071/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92072/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92073/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92074/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92075/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92076/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92077/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92078/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92079/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92080/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92081/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92082/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92083/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92084/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92085/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92086/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92087/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92088/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92089/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92090/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92091/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92092/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92093/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92094/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92095/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92096/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92097/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92098/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92099/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92100/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92101/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92102/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92103/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92104/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92105/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92106/?format=api"
    ],
    "dataLineage": "The CCMI-1 model output uses CMOR to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at the BADC.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12257/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12149/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140146/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140141/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140142/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140151/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140145/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140147/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140148/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140140/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140152/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31759/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2546/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "registered",
            "accessRoles": null,
            "label": "registered: None group",
            "licenceURL": "http://creativecommons.org/licenses/by/4.0/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}