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

{
    "ob_id": 44206,
    "uuid": "3302df4f8d174999bfbc5d0b86d93dce",
    "title": "HadUK-Grid Gridded Climate Observations on a 12km grid over the UK, v1.3.1.ceda (1836-2024)",
    "abstract": "HadUK-Grid is a collection of gridded climate variables derived from the network of UK land surface observations. The data have been interpolated from meteorological station data onto a uniform grid to provide complete and consistent coverage across the UK. The dataset at 12 km resolution is derived from the associated 1 km x 1 km resolution to allow for comparison to data from climate projections. The dataset spans the period from 1836 to 2024, but the start time is dependent on climate variable and temporal resolution.\r\n\r\nThe gridded data are produced for daily, monthly, seasonal and annual timescales, as well as long term averages for a set of climatological reference periods. Variables include air temperature (maximum, minimum and mean), precipitation, sunshine, mean sea level pressure, wind speed, relative humidity, vapour pressure, days of snow lying, and days of ground frost.\r\n\r\nThis data set supersedes the previous versions of this dataset which also superseded UKCP09 gridded observations. Subsequent versions may be released in due course and will follow the version numbering as outlined by Hollis et al. (2019, see linked documentation). \r\n\r\nThe changes for v1.3.1.ceda HadUK-Grid datasets are as follows:\r\n \r\nChanges to the dataset\r\n* Added data for calendar year 2024\r\n* Extended the daily temperature grids back to 1931\r\n\r\nChanges to the input data\r\n* Incorporated additional daily rainfall data for 60 sites in Scotland, 1922-45\r\n* Incorporated additional monthly rainfall data for two sites - Westonbirt (1880-1951) & Ackworth School (1852-53)\r\n* Fixed a 1-day offset for sunshine duration values for six stations between 1971 and 1993\r\n* Corrected the daily rainfall data for Macclesfield, 1958-60 (the values had been stored in the wrong units)\r\n* Improved the quality control of the most recent three months of rainfall data (Oct-Dec 2024)\r\n* Removed Corpach from the wind speed grids (the station is poorly modelled - this only affects 14 months)\r\n* Reviewed the quality control flags that had been applied automatically to historical air and grass minimum temperature data. In many cases it was possible to remove the flags and this has allowed us to incorporate additional data into the grids for 1961-1997 for these variables.\r\n* Improved the business logic relating to data completeness. This affects monthly wind speed and has allowed us to re-introduce some of the data that were excluded in the previous release.\r\n\r\n* Net changes to the input station data:\r\n - Total of 131314637 observations\r\n - 126821432 (96.6%) unchanged \r\n - 105327 (0.08%) modified for this version\r\n - 4387878 (3.34%) added in this version\r\n - 44224 (0.03%) deleted from this version\r\n\r\nThe primary purpose of these data are to facilitate monitoring of UK climate and research into climate change, impacts and adaptation. The datasets have been created by the Met Office with financial support from the Department for Business, Energy and Industrial Strategy (BEIS) and Department for Environment, Food and Rural Affairs (DEFRA) in order to support the Public Weather Service Customer Group (PWSCG), the Hadley Centre Climate Programme, and the UK Climate Projections (UKCP18) project. The output from a number of data recovery activities relating to 19th and early 20th Century data have been used in the creation of this dataset, these activities were supported by: the Met Office Hadley Centre Climate Programme; the Natural Environment Research Council project \"Analysis of historic drought and water scarcity in the UK\"; the UK Research & Innovation (UKRI) Strategic Priorities Fund UK Climate Resilience programme; The UK Natural Environment Research Council (NERC) Public Engagement programme; the National Centre for Atmospheric Science; National Centre for Atmospheric Science and the NERC GloSAT project; and the contribution of many thousands of public volunteers. The dataset is provided under Open Government Licence.",
    "keywords": "Met Office, UKCP18, BEIS, Defra, land surface, climate observations, hadobs",
    "publicationState": "citable",
    "dataPublishedTime": "2025-06-26T14:27:41",
    "doiPublishedTime": "2025-06-26T14:28:04",
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44307/?format=api",
        "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.3.1.ceda/12km/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 3333403049,
        "numberOfFiles": 7270,
        "fileFormat": "Data are NetCDF formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12361/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2305/?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/11484/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11485/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11486/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50516/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50517/?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/51188/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51189/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51193/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51195/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51196/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51197/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51200/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54990/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54991/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54992/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54994/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54997/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62352/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62353/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62354/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62355/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62356/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64067/?format=api"
    ],
    "dataLineage": "Data provided by the UK Met Office for archiving in the Centre for Environmental Data Analysis (CEDA) archives.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13437/?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/26862/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211370/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211371/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211372/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211373/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211374/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211375/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211376/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211377/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211378/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211379/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211380/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211381/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211382/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211383/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211384/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26870/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "registered",
            "accessRoles": null,
            "label": "registered: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": []
}