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

{
    "ob_id": 4403,
    "uuid": "65ca7898647cc3686492bcb8bb483a1c",
    "title": "SHIP SYNOP reports from ship, buoy and fixed platform stations collected by the Met Office MetDB System",
    "abstract": "The ship based SYNOP messages measurements describe hourly observations from sea based stations (ships, rigs, platforms and moored buoys) distributed globally. The observations cumulate in around 10,000 reports a day, giving measurements of parameters such as wind speed and direction, maximum and minimum air temperature, sunshine duration, rainfall accumulation, and cloud type. The data are collected by observation stations worldwide and transmitted within the ship SYNOP message.",
    "keywords": "Met Office, MetDB, SYNOP, ship, meteorology",
    "publicationState": "published",
    "dataPublishedTime": "2008-08-08T13:51:31",
    "doiPublishedTime": null,
    "updateFrequency": "continual",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4404/?format=api",
        "dataPath": "/badc/ukmo-metdb/data/shpsyn",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 164043536302,
        "numberOfFiles": 5866,
        "fileFormat": "Data are BADC-CSV formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1251/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/79/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2748/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7063/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7064/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7065/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7066/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7067/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7068/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7069/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7070/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7071/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7072/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7073/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7074/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7075/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7076/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7077/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7078/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7079/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7080/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7081/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7082/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7083/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7084/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7085/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7086/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7087/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7088/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7089/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7090/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7091/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7092/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7093/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7094/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7095/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7096/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7097/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7098/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7099/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7100/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7101/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7102/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7103/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7104/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7105/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7106/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7107/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7108/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7109/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7110/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7111/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7112/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7113/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7114/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7115/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7116/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7117/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7118/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7119/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7120/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7121/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7122/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7123/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7124/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7125/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7126/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7127/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7128/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7129/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7130/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7131/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7132/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7133/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7134/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7135/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7136/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7137/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7138/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7139/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7140/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7141/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7142/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7143/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7144/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7145/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7146/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7147/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7148/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7149/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7150/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7151/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7152/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7153/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7154/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7155/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7156/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7157/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7158/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7159/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7160/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7161/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7162/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7163/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7164/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7165/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7166/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7167/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7168/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7169/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7170/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7171/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7172/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7173/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7174/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7175/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7176/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7177/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7178/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7179/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7180/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7181/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7182/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7183/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7184/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7185/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7186/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7187/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7188/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7189/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7190/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7191/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7192/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7193/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7194/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7195/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7196/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7197/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7198/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7199/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7200/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7201/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7202/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7203/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7204/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7205/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7206/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7207/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7208/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7209/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7210/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7211/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7212/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7213/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7214/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7215/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7216/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7217/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7218/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7219/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7220/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7221/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7222/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7223/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7224/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7225/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7226/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7227/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7228/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7229/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7230/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7232/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7233/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7234/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7235/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7236/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7237/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7238/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7239/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7240/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7242/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7243/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7244/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7245/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7246/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7247/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7248/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7249/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7250/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7251/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7252/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7253/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7254/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7255/?format=api"
    ],
    "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to BADC. These are then processed to generate BADC-CSV files, where possible. METARS and CLIMAT message types are stored as original message types only within http://data.ceda.ac.uk/badc/ukmo-metdb/raw",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2962/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20786/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20788/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20789/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20790/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20792/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42395/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42396/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20787/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4406/?format=api",
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "restricted",
            "accessRoles": "ukmo_wx",
            "label": "restricted: ukmo_wx group",
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf",
            "licenceClassifications": "academic"
        },
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "restricted",
            "accessRoles": "ukmo_wx_gov",
            "label": "restricted: ukmo_wx_gov group",
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf",
            "licenceClassifications": "policy"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}