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

{
    "ob_id": 38067,
    "uuid": "8bcf6925cddc4681b96f94d424537b9e",
    "title": "MIDAS Open: UK daily temperature data, v202207",
    "abstract": "The UK daily temperature data contain maximum and minimum temperatures (air, grass and concrete slab) measured over a period of up to 24 hours. The measurements were recorded by observation stations operated by the Met Office across the UK and transmitted within NCM, DLY3208 or AWSDLY messages. The data span from 1853 to 2021. For details on measurement techniques, including calibration information and changes in measurements, see section 5.2 of the MIDAS User Guide linked to from this record. Soil temperature data may be found in the UK soil temperature datasets linked from this record.\r\n\r\nThis version supersedes the previous version of this dataset and a change log is available in the archive, and in the linked documentation for this record, detailing the differences between this version and the previous version. The change logs detail new, replaced and removed data. These include the addition of data for calendar year 2021.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by the Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record. Currently this represents approximately 95% of available daily temperature observations within the full MIDAS collection.",
    "keywords": "Met Office, MIDAS, UK, meteorology, temperature, diurnal, daily, monthly",
    "publicationState": "citable",
    "dataPublishedTime": "2022-09-09T13:46:08",
    "doiPublishedTime": "2022-09-22T15:46:48",
    "updateFrequency": "notPlanned",
    "status": "superseded",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38078/?format=api",
        "dataPath": "/badc/ukmo-midas-open/data/uk-daily-temperature-obs/dataset-version-202207/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 2137232187,
        "numberOfFiles": 62933,
        "fileFormat": "Data are BADC-CSV formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10496/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/18/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76672/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76674/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76675/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76678/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76680/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76690/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76694/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76695/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76696/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76697/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76724/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76725/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76726/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76727/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76728/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76729/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76730/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76731/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76732/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76733/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76734/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76735/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76736/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76737/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76738/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76739/?format=api"
    ],
    "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12199/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181389/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181390/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181391/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181392/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181393/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181394/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181395/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181396/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181397/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/1243/?format=api",
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "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": []
}