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

{
    "ob_id": 43643,
    "uuid": "19c5dc39bb8c4c40a5643678c31168e7",
    "title": "Met Office Cardington: Land surface model (LSM) meteorological driving data, 2005-2024",
    "abstract": "The Met Office Observation-based research Boundary Layer Facility, at the semi-rural field site (18 Ha) of Cardington (52° 06′ N, 00° 25′ W, 29 m ± 1 m amsl) in central-southern England between 2004 and 2024, compiled a forcing meteorological dataset for the Cardington site to drive the JULES standalone land surface model (LSM) that covers the whole year 2005-2024 data record, albeit only based on 30 min temporal resolution. JULES is the UK community LSM that is used in the Met Office Unified Model (MetUM) from short-range weather forecasts through to climate predictions, from global coverage down to a single point. JULES requires the following seven atmospheric input variables at every time step for it to able to run using prescribed meteorology from field observations: downwelling shortwave irradiance, downwelling longwave irradiance, rainfall, air temperature, mean horizontal wind, surface barometric pressure, and specific humidity. \r\n\r\nThe drive dataset is a NetCDF file for each of the four drive heights (2, 10, 25 and 50 m), such that temperature, wind and humidity drive variables are taken from the different mast heights, with the pressure, radiation and rainfall remaining unchanged as they were only available from fixed levels (i.e. pressure at 1.2 m, downwelling radiation at 4 m, upwelling radiation at 2 m, and rainfall at the surface).\r\n\r\nThe corresponding 4 files have the following temporal ranges:\r\n\r\n - 2 m drive height: 20120101-0000 to 20241231-2330\r\n - 10 m drive height: 20050101-0000 to 20241231-2330\r\n - 25 m drive height: 20050101-0000 to 20241231-2330\r\n - 50 m drive height: 20050101-0000 to 20241231-2330\r\n\r\nTimes are in UTC.\r\n\r\nThe 2 m level is limited to the whole years 2012–2024. Although the netCDF drive dataset has been configured to run with JULES, it should be straightforward to apply the data within it to other LSMs that can be run offline and forced by prescribed meteorology for a single point.\r\n\r\nA full list of NetCDF variables can be found in \"Continuous meteorological surface and soil records (2004-2024) at the Met Office surface site of Cardington, UK.\" Osborne et al. ESSD (2025). This paper should be referenced in any research/publications pertaining to this dataset.\r\n\r\nTo ensure optimal traceability and transparency of data, comprehensive metadata is included.",
    "keywords": "land surface model, LSM, JULES, driving data, downwelling shortwave irradiance, downwelling longwave irradiance, rainfall, air temperature, mean horizontal wind, surface barometric pressure, specific humidity, Cardington, Met Office",
    "publicationState": "citable",
    "dataPublishedTime": "2025-04-28T11:07:45",
    "doiPublishedTime": "2025-04-28T11:25:43",
    "updateFrequency": "notPlanned",
    "status": "final",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43703/?format=api",
        "dataPath": "/badc/ukmo-cardington/data/complete-collection/land-surface-derived",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 76819799,
        "numberOfFiles": 6,
        "fileFormat": "Data are NetCDF formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12160/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/39/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75704/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75705/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75706/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75707/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75708/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75709/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75710/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75711/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75712/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75713/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75714/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75715/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75716/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75717/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75718/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75719/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75720/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75721/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75722/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75723/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75724/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75725/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75726/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75727/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75728/?format=api"
    ],
    "dataLineage": "Data were collected by the Met Office Meteorological Research Unit, Cardington, during its operational period. These data have been standardised for the production of this dataset, following similar file metadata conventions for all associated datasets within the continuous hydro-meteorological record (2004-2024) at the Met Office surface site of Cardington, UK Dataset Collection, as described more fully within Osborne et al., (2025). This standardisation approach addressed, where possible, any known data and metadata issues. Data were then deposited at the Centre for Environmental Data Analysis (CEDA) for long-term archival.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13349/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/20010/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/43597/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208885/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208886/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208887/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208888/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208889/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208890/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208891/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208892/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208896/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208898/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/43749/?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": []
}