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

{
    "ob_id": 43415,
    "uuid": "7637a16b099544c2b761175e1de02894",
    "title": "UKESM1 simulations in support of the CS-N0W programme",
    "abstract": "The UK Earth System Model (UKESM1) has been used to produce two simulations for the Climate Services for a Net Zero Resilient World (CS-N0W) research programme. The first simulation (\"no overshoot\" or NO) was designed to fix global-mean annual-mean surface temperature to 1.5C above pre-Industrial levels from 2010-2100, and the second simulation (\"very high overshoot\" or VHO) was a scenario where global-mean annual-mean surface temperature was allowed to rise above 1.5C during the century but return to 1.5C by 2100. Four ensemble members were run for each scenario.\r\n\r\nThese are based on the UKESM1-0-LL model. Forcings followed the SSP2-4.5 Shared Socio-economic Pathway, except for chemistry and aerosol emissions which followed SSP1-1.9. CO2 and N2O concentrations were calculated used the TIMES Integrated Assessment Model at University College London (TIAM-UCL) model, which was also used to calculated CH4 for the NO simulation. CH4 in the VHO simuation used SSP1-1.9.",
    "keywords": "UKESM,overshoot,Monsoon2,JASMIN,CS-N0W",
    "publicationState": "published",
    "dataPublishedTime": "2025-02-24T16:15:53",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43482/?format=api",
        "dataPath": "/badc/desnz-cs-now/data/UKESM-simulation-cs-n0w/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 238942143576,
        "numberOfFiles": 83856,
        "fileFormat": "NetCDF"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12023/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4671/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19043/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21990/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22005/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51186/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51187/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54872/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54873/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54874/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74907/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74908/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74909/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74910/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74911/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74912/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74913/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74914/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74915/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74916/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74917/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74918/?format=api"
    ],
    "dataLineage": "The TIAM-UCL model was used to calculate CO2, CH4, and N2O concentrations for the NO and VHO simulations. These were implemented within UKESM and then simulations were performed on Monsoon2, a collaborative High-Performance Computing facility funded by the Met Office and the Natural Environment Research Council. Data was archived to the Met Office MASS archiving system, and processed on JASMIN, the UK collaborative data analysis facility. Simulations were branched from UKESM1-0-LL r1i1p1f2, r3i1p1f2, r11i1p1f2, and r18i1p1f2 historical ensemble members in 2010. The final dataset was then uploaded to CEDA.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13368/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/41577/?format=api"
    ],
    "observationcollection_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206630/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206631/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206632/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206633/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206634/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206635/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206636/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207063/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206637/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206638/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206639/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206640/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206641/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206642/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206643/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206644/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206645/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206646/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/39993/?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": []
}