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

{
    "ob_id": 31746,
    "uuid": "ac36eb76c73e426d9daf60397e9d77df",
    "title": "CCSR-NIES MIROC3.2 model data, part of the Chemistry-Climate Model Initiative (CCMI-1) project database",
    "abstract": "Data from CCSR-NIES MIROC3.2 model, part of the International Global Atmospheric Chemistry (IGAC)/ Stratosphere-troposphere Processes and their Role in Climate (SPARC) Chemistry-Climate Model Initiative phase 1 (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 Programme (WCRP). \r\n\r\nThe dataset includes data for the following CCMI-1 experiments: \r\nReference experiments: ref-C1, ref-C1SD and ref-C2. \r\nSensitivity experiments: senC2fCH4, senC2fGHG, senC2fN2O, senC2fODS, senC2fODS2000, senC2rcp26, senC2rcp45, senC2rcp85 and senC2SlrTrnd.\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-C1SD: Similar to ref-C1 but the models are nudged towards reanalysis datasets, and correspondingly the simulations only cover 1980–2010. (“SD” stands for specified dynamics.)\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, tropospheric ozone (O3) precursors, and aerosol and aerosol precursor emissions.\r\nsenC2fGHG: Similar to ref-C2 but with greenhouse gasses (GHGs) fixed at their 1960 levels, and sea surface and sea ice conditions prescribed as the 1955–1964 average (where these conditions are imposed).\r\nsenC2fCH4: Similar to ref-C2 but the methane surface-mixing ratio is fixed to its 1960 value.\r\nsenC2fN2O: Similar to ref-C2 but the nitrous oxide surface-mixing ratio is fixed to its 1960 value.\r\nsenC2fODS: Similar to ref-C2 but with ozone-depleting (halogenated) substances (ODSs) fixed at their 1960 levels.\r\nsenC2fODS2000: The same as ref-C2 but with ODSs fixed at their year 2000 levels. \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). \r\nsenC2SlrTrnd: Reduction of solar activity akin to the Maunder Minimum of the 17th and 18th centuries.",
    "keywords": "IGAC, SPARC, WCRP, CCSR-NIES, MIROC3.2, CCMI-1, ref-C1, ref-C1SD, ref-C2, senC2fCH4, senC2fGHG, senC2fN2O, senC2fODS, senC2fODS2000, senC2rcp26, senC2rcp45, senC2rcp85, senC2SlrTrnd",
    "publicationState": "published",
    "dataPublishedTime": "2021-03-10T22:37:27",
    "doiPublishedTime": null,
    "updateFrequency": "",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31747/?format=api",
        "dataPath": "/badc/wcrp-ccmi/data/CCMI-1/output/NIES",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 5165171559184,
        "numberOfFiles": 5462,
        "fileFormat": "NetCDF"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8684/?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/6024/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6060/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6082/?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/6095/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6098/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6099/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6311/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6647/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6689/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6695/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6696/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6697/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6814/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6815/?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/7778/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8230/?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/9746/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10336/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10339/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10340/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10341/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10342/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10345/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10346/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10349/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10350/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10351/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10354/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10355/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10370/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10371/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10372/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10373/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10374/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10375/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10376/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10377/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10378/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10379/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10380/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10381/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10382/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10383/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10384/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10385/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10386/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10387/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10388/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10389/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10390/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10391/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10392/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10393/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10394/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10395/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10396/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10398/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10400/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10401/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10402/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10403/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10404/?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/10412/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10413/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10414/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10415/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10416/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10417/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10419/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10420/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10421/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10422/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10424/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10425/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10427/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10430/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10431/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10432/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10433/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10434/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10435/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10436/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10437/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10438/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10439/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10440/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10441/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10442/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10443/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10444/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10445/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10446/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10447/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10448/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10449/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10450/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10451/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10452/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10453/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10454/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10455/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10457/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10458/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10459/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10460/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10867/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10868/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10869/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10882/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10884/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10885/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10886/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10887/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10888/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10889/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10890/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10891/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10892/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10893/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10894/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10895/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10896/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10897/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10898/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10899/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10900/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10901/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10902/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10903/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10904/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10905/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10906/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10907/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10908/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10909/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10910/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10911/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10940/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10947/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10949/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10950/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10951/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10952/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10953/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10954/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10956/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10957/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10958/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10961/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10962/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10966/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10967/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10968/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10969/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10970/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10972/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10973/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10975/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10980/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10982/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10983/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10986/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10989/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10990/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10991/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10994/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10995/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10999/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11000/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11001/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11002/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11005/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11006/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11008/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11009/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11013/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11014/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11016/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11018/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11022/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11023/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11024/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11025/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11028/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12596/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21063/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21130/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29397/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29407/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29408/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29409/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29410/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29411/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29412/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29413/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29414/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29415/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29416/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29417/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29418/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29419/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29420/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29421/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29422/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29423/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29424/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29425/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29426/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29427/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29428/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29429/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29430/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29431/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29432/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29433/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29434/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29435/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29436/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29437/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29438/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29439/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29440/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29441/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29442/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29443/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29444/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29445/?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/140088/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140085/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140089/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140090/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140091/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140092/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140093/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140097/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140096/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140098/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31748/?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"
        }
    ]
}