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

{
    "ob_id": 43589,
    "uuid": "0363d592dd3548febaa6fc4056a618a9",
    "title": "Daily Mean, Minimum and Maximum Central England Temperature series v2.0.0.0",
    "abstract": "The Central England Temperature (HadCET) daily series start in 1772 for mean temperature and 1878 for minimum and maximum temperature.\r\n \r\nThese historical temperature series are representative of the Midlands region in England, UK (a roughly triangular area of the United Kingdom enclosed by Bristol, Lancashire and London).\r\n \r\nPrior to 1973, the daily mean temperature series is anchored to the mean temperature series constructed by Gordon Manley, with the daily minimum and maximum temperature series adjusted to the mean temperature series to ensure values are consistent.\r\n \r\nAlthough the station selection has changed through time, the series is homogenised and adjusted to ensure consistency with Manley's selection and for periods when only a single station value was used.\r\n \r\nStations used in the construction of the CET daily series between 1772 and 1852 include: Kennington, Crane Court, Lyndon Hall, Syon House, Somerset House, Greenwich Observatory, Chiswick\r\n \r\nStations used in the construction of the CET daily series from 1853 onwards include: Radcliffe (Oxford), Cambridge (legacy), Ross-on-Wye, Rothamsted, Malvern, Stonyhurst, Ringway, Squires Gate, Pershore College\r\n \r\nThe current station selection used is Rothamsted, Stonyhurst and Pershore College.\r\n \r\nFor more information on the change in station selection, please refer to the papers supplied with the data collection.\r\n \r\nThe dataset is compiled by the Met Office Hadley Centre.\r\n\r\nLatest provisional release data are available via the Hadley Centre Observations website (https://www.metoffice.gov.uk/hadobs/hadcet/data/download.html)",
    "keywords": "HadCET, temperature, Hadley, Met Office",
    "publicationState": "citable",
    "dataPublishedTime": "2025-05-09T15:34:24",
    "doiPublishedTime": "2025-05-09T15:40:43",
    "updateFrequency": "notPlanned",
    "status": "superseded",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43629/?format=api",
        "dataPath": "/badc/ukmo-cet/data/v2.0.0.0/daily/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 3070938,
        "numberOfFiles": 4,
        "fileFormat": "Data are BADC-CSV formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12401/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76039/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76040/?format=api"
    ],
    "dataLineage": "The HadCET dataset is produced by the Met Office Hadley Centre and frequently updated on the Hadley Centre observations datasets webpage. This is a finalised version of the dataset that has been delivered by the Met Office Hadley Centre for long-term archiving at the NERC EDS Centre for Environmental Data Analysis (CEDA).",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13380/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/43588/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208107/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208108/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208109/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208110/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208112/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208105/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208106/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208150/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/43874/?format=api",
    "procedureComputation": null,
    "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": []
}