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

{
    "ob_id": 45320,
    "uuid": "b01abe865c0e41569be6ff1f06339c70",
    "title": "piClim-370-NAE126aer data produced by the CanESM5-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
    "abstract": "This record contains data for the piClim-370-NAE126aer experiment simulations from the Regional Aerosol Model Intercomparison Project (RAMIP), produced using CanESM5-1. It contains NetCDF output for a set of experiments with anthropogenic emissions for the year 2050 and fixed, pre-industrial, sea surface temperatures, sea ice extent, and land use. For a full description of the experiments, see: https://gmd.copernicus.org/articles/16/4451/2023/.\r\n\r\nThe piClim-370-NAE126aer experiment is a fixed sea surface temperature (SST) experiment with 1850 SSTs and sea ice concentrations, following the RFMIP piClim experiment designs. Aerosol and precursor emissions (SO2, black carbon and organic carbon) over North America and Europe are taken from year 2050 of SSP1-2.6, while all other anthropogenic emissions and land use are taken from SSP3-7.0 At least 30 years are requested. North America and Europe are the regions bounded by 20W, 45E, 35N, and 70N, and 150W, 45W, 25N and 70N.\r\n\r\nThe simulations are initialised from the CMIP6 historical experiment. Anthropogenic emissions designed for the ScenarioMIP experiments SSP3-7.0 and SSP1-2.6 are used. All experiments follow SSP3-7.0, with perturbations to regional aerosol and precursor emissions using SSP1-2.6 emissions, following the RAMIP protocol. Data are provided for a subset of CMIP6 variables, following their CMIP6 definitions. Some 3D variables are produced at reduced vertical resolution compared to CMIP6. These are identified with new variable names, as set out in the RAMIP data request: https://gmd.copernicus.org/articles/16/4451/2023/\r\n\r\nAcronyms\r\n------------\r\nCanESM5-1: The Canadian Earth System Model version 5.1\r\nSSP1-2.6: experiment based on Shared Socioeconomic Pathway SSP1 with low climate change mitigation and adaptation challenges and RCP2.6, a future pathway with a radiative forcing of 2.6 W/m2 in the year 2100.\r\nSSP3-7.0: experiment based on Shared Socioeconomic Pathway SSP3 which is characterised by high challenges to both mitigation and adaptation and RCP7.0, a future pathway with a radiative forcing of 7.0 W/m2 in the year 2100.\r\nScenarioMIP: the Scenario Model Intercomparison Project simulates climate outcomes based on alternative plausible future scenarios.\r\nCMIP6: is the sixth phase of the Coupled Model Intercomparison Project, a global collaboration of climate modellers.\r\nRFMIP: The Radiative Forcing Model Intercomparison Project.",
    "keywords": "aerosol, extremes, near-term projections, RAMIP",
    "publicationState": "citable",
    "dataPublishedTime": "2026-02-19T09:46:35",
    "doiPublishedTime": "2026-02-26T09:14:59.273953",
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45321/?format=api",
        "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CCCma/CanESM5-1/piClim-370-nae126aer",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 13774619487,
        "numberOfFiles": 3206,
        "fileFormat": "NetCDF"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12682/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4679/?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/50415/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?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/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/50437/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50464/?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/50481/?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/50552/?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/50564/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50597/?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/50601/?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/50610/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51206/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54383/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54454/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54829/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?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/71572/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71661/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71677/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71681/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71687/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79856/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79857/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82146/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82152/?format=api"
    ],
    "dataLineage": "The simulations are initialised from the CMIP6 historical experiment. Anthropogenic emissions designed for the ScenarioMIP experiments SSP3-7.0 and SSP1-2.6 are used. All experiments follow SSP3-7.0, with perturbations to regional aerosol and precursor emissions using SSP1-2.6 emissions, following the RAMIP protocol. Data are provided for a subset of CMIP6 variables, following their CMIP6 definitions. Some 3D variables are produced at reduced vertical resolution compared to CMIP6. These are identified with new variable names, as set out in the RAMIP data request:  https://gmd.copernicus.org/articles/16/4451/2023/\r\n\r\nFixed sea surface temperature (piClim) simulations are copies of the piClim-aer experiment performed for RFMIP (for CMIP6), but with RAMIP emissions for 2050. The data were post-processed after CMORization to follow CMIP6Plus",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13742/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/43444/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44045/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216756/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216757/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216758/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216760/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216759/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216761/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216762/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216763/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216764/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216765/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216766/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/43450/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2519/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "restricted",
            "accessRoles": "ramip",
            "label": "restricted: ramip group",
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/rugl_versions/rugl_v1-0.pdf",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": []
}