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

{
    "ob_id": 29691,
    "uuid": "82f3c3e7175c4cb5a12d4e21bf163092",
    "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"ssp534-over\" experiment",
    "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"overshoot of 3.4 W/m**2 branching from ssp585 in 2040\" (ssp534-over) experiment. These are available at the following frequencies: AERmon, AERmonZ, Amon, Emon, LImon, Lmon, Oday, Omon and day. The runs included the ensemble members: r2i1p1f2, r3i1p1f2, r4i1p1f2 and r5i1p1f2.\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 the CNRM-CERFACS team team consisted of the following agencies: Centre National de Recherches Météorologiques (CNRM) and Centre Européen de Recherche et Formation Avancée en Calcul Scientifique (CERFACS).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
    "keywords": "CMIP6, WCRP, climate change, CNRM-CERFACS, CNRM-ESM2-1, ssp534-over, AERmon, AERmonZ, Amon, Emon, LImon, Lmon, Oday, Omon, day",
    "publicationState": "published",
    "dataPublishedTime": "2019-11-09T00:47:09.975434",
    "doiPublishedTime": null,
    "updateFrequency": "asNeeded",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/29692/?format=api",
        "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp534-over",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 1212070204656,
        "numberOfFiles": 666,
        "fileFormat": "Data are netCDF formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8062/?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/2638/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2639/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6059/?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/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/6689/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6814/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6816/?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/7772/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?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/8167/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8233/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9616/?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/9756/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9846/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9874/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10186/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10402/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10407/?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/10413/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10930/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11068/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11073/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11079/?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/11287/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11732/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19068/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19069/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19313/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19322/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19334/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19341/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19406/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19409/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19416/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19423/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19424/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19574/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19595/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19622/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19624/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19638/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19639/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19676/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19741/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19794/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27591/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27597/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27598/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27600/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27602/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27603/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27606/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27607/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27608/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27609/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27610/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27611/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27630/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27631/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27632/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27634/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27635/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27662/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27663/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27670/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27671/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27676/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27677/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27678/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27679/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27680/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27681/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27685/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27686/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27687/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27688/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27697/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27704/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27705/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27706/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27707/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27709/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27710/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27711/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27712/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27713/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27714/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27715/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27716/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27717/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27718/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27719/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27720/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27721/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27722/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27836/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27837/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27862/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27864/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27866/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27867/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27870/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27871/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28009/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28010/?format=api"
    ],
    "dataLineage": "Data were produced and verified by the CNRM-CERFACS team 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/28287/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28290/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127779/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127770/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127781/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127782/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127774/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127775/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127772/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127771/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127778/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127776/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127773/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/166677/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127780/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/166678/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/127777/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/29693/?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"
        }
    ]
}