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

{
    "ob_id": 29290,
    "uuid": "c6e53a741a5a4ce9902c9101b6984464",
    "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-HM model output for the \"hist-1950\" experiment",
    "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-HM model output for the \"coupled historical 1950-2014\" (hist-1950) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, Emon, Lmon and day. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
    "keywords": "CMIP6, WCRP, climate change, MOHC, HadGEM3-GC31-HM, hist-1950, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, Emon, Lmon, day",
    "publicationState": "published",
    "dataPublishedTime": "2019-11-08T21:03:31.675090",
    "doiPublishedTime": null,
    "updateFrequency": "asNeeded",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/29291/?format=api",
        "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-HM/hist-1950",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 48829351449419,
        "numberOfFiles": 41969,
        "fileFormat": "Data are netCDF formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7931/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6250/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6252/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6277/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6720/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6721/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6818/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7768/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7770/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7826/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7827/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8167/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8233/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9760/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9846/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11068/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11082/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11083/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11085/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11285/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11287/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11301/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11386/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11388/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19109/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19312/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19314/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19443/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19445/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19447/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19448/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19449/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19450/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19451/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19452/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19457/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19458/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19459/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19463/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19482/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19483/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19484/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19485/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19496/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19497/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19498/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19499/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27585/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27586/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27678/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27717/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27740/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28154/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28155/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28193/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28194/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28196/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28197/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28198/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28200/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28201/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28202/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28203/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28204/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28207/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28208/?format=api"
    ],
    "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/29285/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/125400/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/125401/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/125402/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/125403/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/125404/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/125407/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/125408/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/125409/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/125406/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/125405/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/166141/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/166142/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/29292/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
            "licenceClassifications": ""
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}