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

{
    "ob_id": 12261,
    "uuid": "1005d2c25d14483aa66a5f4a7f50fcf0",
    "title": "ETH-PMOD (Swiss Federal Institute of Technology Zurich and the Physical-Meteorology Observatory Davos) Data, Part of the Chemistry-Climate Model Initiative (CCMI-1) Project Database",
    "abstract": "Data from the ETH-PMOD (Swiss Federal Institute of Technology Zurich and the Physical-Meteorology Observatory Davos) SOCOL3 model, part of the International Global Atmospheric Chemistry (IGAC)/Stratosphere-troposphere Processes and their Role in Climate (SPARC) Chemistry-Climate Model Initiative (CCMI-1).\r\n\r\nCCMI-1 is a global chemistry climate model intercomparison project, coordinated by the University of Reading on behalf of the World Climate Research Program (WCRP).\r\n\r\nThe dataset includes data for the following CCMI-1 experiments: \r\nReference experiments: ref-C1 and ref-C2. \r\nSensitivity experiments: senC2fCH4, senC2CH4rcp85, senC2fEmis, senC2fN2O, senC2rcp26, senC2rcp45, senC2rcp85.\r\n\r\nref-C1: Using state-of-knowledge historic forcings and observed sea surface conditions, the models simulate the recent past (1960–2010).\r\nref-C2: Simulations spanning the period 1960–2100. The experiments follow the WMO (2011) A1 baseline scenario for ozone depleting substances and the RCP 6.0 (Meinshausen et al., 2011) for other greenhouse gases (GHGs), tropospheric ozone (O3) precursors, and aerosol and aerosol precursor emissions.\r\nsenC2CH4rcp85: Similar to ref-C2 but the methane surface-mixing ratio follows the RCP 8.5 scenario (Meinshausen et al., 2011), all other GHGs and forcings follow RCP 6.0.\r\nsenC2fCH4: Similar to ref-C2 but the methane surface-mixing ratio is fixed to its 1960 value.\r\nsenC2fEmis: Similar to ref-C2 but with surface and aircraft emissions fixed to their respective 1960 levels.\r\nsenC2fN2O: Similar to ref-C2 but the nitrous oxide surface-mixing ratio is fixed to its 1960 value.\r\nsenC2rcp26: The same as ref-C2, but with the GHG scenario changed to RCP 2.6 (Meinshausen et al., 2011). \r\nsenC2rcp45: The same as ref-C2, but with the GHG scenario changed to RCP 4.5 (Meinshausen et al., 2011). \r\nsenC2rcp85: The same as ref-C2, but with the GHG scenario changed to RCP 8.5 (Meinshausen et al., 2011).",
    "keywords": "IGAC, SPARC, ETH-PMOD SOCOL3 CCMI CCMI-1",
    "publicationState": "published",
    "dataPublishedTime": "2015-03-24T12:27:37",
    "doiPublishedTime": null,
    "updateFrequency": "",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12260/?format=api",
        "dataPath": "/badc/wcrp-ccmi/data/CCMI-1/output/ETH-PMOD",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 3218436875142,
        "numberOfFiles": 69922,
        "fileFormat": "NetCDF"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8775/?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/6023/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10332/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10333/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10334/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10335/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?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/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/50457/?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/50479/?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/50509/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?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/50566/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?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/50599/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50608/?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/53109/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53112/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53144/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53145/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53146/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53147/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53148/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53153/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53161/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53168/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53169/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53171/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53174/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53198/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53228/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54494/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54719/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57213/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57214/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57215/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57216/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57218/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57219/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57220/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57221/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57222/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57223/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57224/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57225/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57226/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57228/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57229/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57230/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57232/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57233/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57238/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57239/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57240/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57242/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57243/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57244/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57245/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57247/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57248/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57249/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57250/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57251/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57252/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57253/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57254/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57256/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57258/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57259/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57264/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57269/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57270/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57271/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57272/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57273/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57276/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57277/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57279/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57280/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57281/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57282/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57283/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57284/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57285/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57286/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57287/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57288/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57289/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57290/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57293/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57294/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57295/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57296/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57298/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57299/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57301/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57304/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57305/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57306/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57307/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57309/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57310/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59951/?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/61320/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61321/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61322/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61323/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61324/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61325/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61326/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61327/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61328/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61329/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61330/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61331/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61332/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61333/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61334/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61335/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61336/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61337/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61338/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61339/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61340/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61341/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61342/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61343/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61344/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61345/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61346/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61347/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61348/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61349/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61350/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61351/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61352/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61353/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61354/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61355/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61356/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61357/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61358/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61359/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61360/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61361/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61362/?format=api"
    ],
    "dataLineage": "The CCMI-1 model output uses CMOR to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at the BADC.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12257/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12149/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104790/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46856/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46855/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46937/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79057/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104813/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105010/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105203/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141641/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46857/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/12263/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2546/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "registered",
            "accessRoles": null,
            "label": "registered: None group",
            "licenceURL": "http://creativecommons.org/licenses/by/4.0/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}