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

{
    "ob_id": 40202,
    "uuid": "5dd9097ff0cf49d2ab84c357ca3a4f4c",
    "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): nudged data produced by the GLOBO model at CNR-ISAC",
    "abstract": "This dataset contains model data for SNAPSI experiment 'nudged' produced by scientists at CNR-ISAC (Institute of Atmospheric Sciences and Climate, Bologna, Italy). It is generated with the coupled climate model GLOBO. \r\n\r\nThe SNAPSI project is a model intercomparison project to study the role of the stratosphere in subseasonal forecasts following stratospheric sudden warmings and the representation of stratosphere-troposphere coupling in subseasonal forecast models.\r\n\r\nThe nudged experiment is a set of retrospective, 45-day, 50-member ensemble forecasts. Following the initial date, the stratospheric zonal mean temperatures and zonal winds are nudged towards the observed time-evolving state. The forecasts are initialized on the date indicated by the sub-experiment id; for instance, the sub-experiment 's20180125' is initialized on 25 January 2018. The ocean, sea-ice, land-surface and ozone are all initialized and run prognostically.\r\n\r\n------------------------------------------\r\nSources of additional information\r\n------------------------------------------\r\nThe following web links are provided in the Details/Docs section of this catalogue record:\r\n-  Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): A Protocol for Investigating the Role of the Stratospheric Polar Vortex in Subseasonal to Seasonal Forecasts\r\n- New set of controlled numerical experiments: Stratospheric Nudging And Predictable Surface Impacts (SNAPSI)\r\n\r\nModel reference publications:\r\n- Malguzzi, P., Buzzi, A., and Drofa, O.: The Meteorological Global Model GLOBO at the ISAC-CNR of Italy Assessment of 1.5 Yr of experimental Use for Medium-Range Weather Forecasts, Weather Forecast., 26, 1045–1055, https://doi.org/10.1175/WAF-D-11-00027.1, 2011\r\n- Mastrangelo, D. and Malguzzi, P.: Verification of Two Years of CNR-ISAC Subseasonal Forecasts, Weather and Forecasting, 34, 331–344, https://doi.org/10.1175/WAF-D-18-0091.1, 2019",
    "keywords": "nudged, GLOBO, CNR-ISAC, stratosphere, arctic, antarctic, stratospheric polar vortex, SNAPSI, SNAP, APARC",
    "publicationState": "published",
    "dataPublishedTime": "2024-09-25T13:09:23",
    "doiPublishedTime": null,
    "updateFrequency": "",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/40203/?format=api",
        "dataPath": "/badc/snap/data/post-cmip6/SNAPSI/CNR-ISAC/GLOBO/nudged/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 2463609722283,
        "numberOfFiles": 6901,
        "fileFormat": "Files are Net-CDF formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10988/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?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/9045/?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/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/50445/?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/50549/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?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/50582/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62560/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62561/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64078/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66076/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66082/?format=api"
    ],
    "dataLineage": "Data were produced by scientists at  the Institute of Atmospheric Sciences and Climate, Bologna, Italy (CNR-ISAC) and published 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/37088/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/40209/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196014/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196015/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196016/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196017/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196018/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196019/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196020/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196021/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/40204/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2560/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "registered",
            "accessRoles": null,
            "label": "registered: None group",
            "licenceURL": "https://creativecommons.org/licenses/by-sa/4.0/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": []
}