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

{
    "ob_id": 22535,
    "uuid": "86186481a24648c19203f6bc299cdea1",
    "title": "WCRP CMIP5: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-HIRAM-C180 model output for the sst2090 experiment",
    "abstract": "WCRP CMIP5: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-HIRAM-C180 model output for the sst2090 experiment. These data cover the following realms: atmos, land, landIce, ocean and seaIce; at the following frequencies: day, fx and mon. The runs included the ensemble members: r0i0p0, r1i1p1, r1i1p2, r2i1p1, r2i1p2, r3i1p1 and r3i1p2.\n\nThe WCRP Coupled Model Intercomparison Project, Phase 5 (CMIP5), was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the World Climate Research Program (WCRP) and provided input for the Intergovernmental Panel on Climate Change (IPCC) 5th Assessment Report (AR5).",
    "keywords": "CMIP5, CMIP, WCRP, climate change, NOAA-GFDL, GFDL-HIRAM-C180, sst2090, atmos, land, landIce, ocean, seaIce, day, fx, mon",
    "publicationState": "published",
    "dataPublishedTime": "2017-03-17T14:02:41.461288",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/22534/?format=api",
        "dataPath": "/badc/cmip5/data/cmip5/output1/NOAA-GFDL/GFDL-HIRAM-C180/sst2090/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 383889757120,
        "numberOfFiles": 1099,
        "fileFormat": "Data are netCDF formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/6062/?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/6021/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53109/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53112/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53198/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54334/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54341/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54355/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54715/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56259/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57952/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59952/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59953/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61066/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61071/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68044/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68061/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68097/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68098/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68100/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68107/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68108/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68109/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68111/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68125/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69305/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71765/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79995/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80081/?format=api"
    ],
    "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) 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/22208/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/22532/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/90681/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/90674/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/90675/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/90676/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/90677/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/90673/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/90679/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/90680/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/90678/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/22533/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2525/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "registered",
            "accessRoles": null,
            "label": "registered: None group",
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/cmip5_open.pdf",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}