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

{
    "ob_id": 40903,
    "uuid": "5a2214ca37d640fd856c63a52e577aa3",
    "title": "HadCM3 run generated for the QUMP (Quantifying Uncertainty in Model Predictions) Project using IPCC's SRES B1 future emissions scenario.",
    "abstract": "The simulation output contained in this dataset is part of the 2nd QUMP (Quantifying Uncertainty in Model Predictions) Fully Coupled Transient Ensemble and reflects the IPCC's SRES B1 future emissions scenario. This run is part of a 17 element control ensemble produced by the QUMP project. The HadCM3 model was used by the Hadley Centre to provide input for the IPCC Third Assessment Report.\r\n \r\n Data members run for this experiment: aenwr\r\n\r\n Boundary conditions: Emissions configured to reflect the IPCC SRES B1 scenario.\r\n\r\n Initial conditions: The model is initialised from the previous historical emissions simulation (run: aenwh date: 1999-12-01).\r\n\r\n More detailed metadata on the model configuration and parameters is available in XML format.",
    "keywords": "HadCM3, QUMP, IPCC, SRES B1",
    "publicationState": "published",
    "dataPublishedTime": "2024-01-02T14:58:12",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/40904/?format=api",
        "dataPath": "/badc/hadcm3/data/HadCM3_B1_QUMP/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 180941627318,
        "numberOfFiles": 3310,
        "fileFormat": "HadCM3 data is provided in PP (post processing) format."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11362/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4002/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71374/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71375/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71376/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71377/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71380/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71381/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71382/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71383/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71384/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71385/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71386/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71388/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71390/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71392/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71393/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71394/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71395/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71396/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71398/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71399/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71400/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71401/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71403/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71404/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71405/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71406/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71407/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71408/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71409/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71410/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71411/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71412/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71413/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71415/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71417/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71418/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71419/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71420/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71421/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71422/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71424/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71426/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71427/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71429/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71430/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71431/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71433/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71435/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71436/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71437/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71438/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71439/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71440/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71441/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71442/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71443/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71445/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71446/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71447/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71448/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71449/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71450/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71451/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71452/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71453/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71454/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71455/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71456/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71457/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71458/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71459/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71460/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71461/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71462/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71463/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71464/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71465/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71466/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71467/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71468/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71470/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71471/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71472/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71473/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71474/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71475/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71476/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71478/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71479/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71480/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71481/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71483/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71484/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71485/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71487/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71488/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71490/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71491/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71493/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72150/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72151/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72152/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72153/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72154/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72155/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72156/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72171/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72172/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72229/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72230/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72232/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72233/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72234/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72235/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72236/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72237/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72238/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72239/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72240/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72242/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72243/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72244/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72245/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72246/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72247/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72248/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72249/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72250/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72251/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72252/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72253/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72254/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72255/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72256/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72257/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72258/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72259/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72260/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72261/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72262/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72263/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72264/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72265/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72266/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72267/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72268/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72269/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72270/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72271/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72272/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72273/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72274/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72275/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72276/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72277/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72278/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72279/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72280/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72281/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72282/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72321/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72323/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72330/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72331/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72332/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72333/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72334/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72335/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72336/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72337/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72338/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72339/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72340/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72341/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79787/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79788/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79789/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79791/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79792/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79793/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79794/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79795/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92258/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92259/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92260/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92261/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92262/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92263/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92264/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92265/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92266/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92267/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92268/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92269/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92270/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92271/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92272/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92273/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92274/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92275/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92276/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92277/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92278/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92279/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92280/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92281/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92282/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92283/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92284/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92285/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92286/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92287/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92288/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92289/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92290/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92291/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92292/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92293/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92294/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92295/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92296/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92297/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92298/?format=api"
    ],
    "dataLineage": "Data from the UK Met Office Hadley Centre. Dataset directory structure was reordered by CEDA staff in November 2023 to place experiment runs within a directory of their associated experiment.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/13847/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3791/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/198940/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/198941/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/198942/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/198943/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/198944/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/198945/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/198946/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/198947/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/198948/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/40905/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2613/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "restricted",
            "accessRoles": "link",
            "label": "restricted: link group",
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf",
            "licenceClassifications": "academic"
        }
    ],
    "discoveryKeywords": []
}