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

{
    "ob_id": 33451,
    "uuid": "691c673c0d204911893659e10d4ddcba",
    "title": "Chapter 2 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 2.37 (v20211215)",
    "abstract": "Data for Figure 2.37 from Chapter 2 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6).\r\n\r\n\r\nFigure 2.37 shows indices of interannual climate variability from 1950-2019 based upon several sea surface temperature data products\r\n\r\n\r\n---------------------------------------------------\r\n How to cite this dataset\r\n ---------------------------------------------------\r\n When citing this dataset, please include both the data citation below (under 'Citable as') and the following citation for the report component from which the figure originates:\r\nGulev, S.K., P.W. Thorne, J. Ahn, F.J. Dentener, C.M. Domingues, S. Gerland, D. Gong, D.S. Kaufman, H.C. Nnamchi, J. Quaas, J.A. Rivera, S. Sathyendranath, S.L. Smith, B. Trewin, K. von Schuckmann, and R.S. Vose, 2021: Changing State of the Climate System. In Climate Change 2021: The Physical Science Basis. Contribution of Working Group I to the Sixth Assessment Report of the Intergovernmental Panel on Climate Change[Masson-Delmotte, V., P. Zhai, A. Pirani, S.L. Connors, C. Péan, S. Berger, N. Caud, Y. Chen, L. Goldfarb, M.I. Gomis, M. Huang, K. Leitzell, E. Lonnoy, J.B.R. Matthews, T.K. Maycock, T. Waterfield, O. Yelekçi, R. Yu, and B. Zhou (eds.)]. Cambridge University Press, Cambridge, United Kingdom and New York, NY, USA, pp. 287–422, doi:10.1017/9781009157896.004.\r\n\r\n\r\n---------------------------------------------------\r\n Figure subpanels\r\n ---------------------------------------------------\r\n The figure has five panels, with data provided for all panels in one single directory.\r\n\r\n\r\n---------------------------------------------------\r\n List of data provided\r\n ---------------------------------------------------\r\n This dataset contains:\r\n \r\n - IOB.nc contains IOB index from COBE, ERSST, HADI, KAPL and OISST (yearly data, 1950-2019).\r\n - IOD.nc contains IOD index from COBE, ERSST, HADI, KAPL and OISST (yearly data, 1950-2019).\r\n - NINO34.nc contains Nino 3.4 index from COBE, ERSST, HADI, KAPL and OISST (yearly data, 1950-2019).\r\n - AMM.nc contains AMM index from COBE, ERSST, HADI, KAPL and OISST (yearly data, 1950-2019).\r\n - AZM.nc contains AZM index from COBE, ERSST, HADI, KAPL and OISST (yearly data, 1950-2019).\r\n \r\n Data acronyms:\r\n COBE [Objective Analyses of Sea-Surface Temperature and Marine Meteorological Variables for the 20th Century using ICOADS (International Comprehensive Ocean-Atmosphere Data Set) and the Kobe Collection].\r\n ERSST [NOAA Extended Reconstructed Sea Surface Temperature].\r\n HADI [Hadley Centre Sea Ice and Sea Surface Temperature data set].\r\n KAPL [Kaplan Extended SST].\r\n OISST [NOAA Optimum Interpolation Sea Surface Temperature].\r\n IOB [Indian Ocean Basin]\r\n IOD [Indian Ocean Dipole]\r\n AMM [Atlantic Meridional Mode]\r\n AZM [Atlantic Zonal Mode]\r\n\r\n---------------------------------------------------\r\n Data provided in relation to figure\r\n ---------------------------------------------------\r\n First panel:\r\n - Data file: IOB.nc\r\n \r\n Second panel:\r\n - Data file: IOD.nc\r\n \r\n Third panel:\r\n - Data file: Nino34.nc\r\n \r\n Fourth panel:\r\n - Data file: AMM.nc\r\n \r\n Fifth panel:\r\n - Data file: AZM.nc\r\n \r\n In all the cases:\r\n - Blue line corresponds to COBE data set\r\n - Red correspinds to ERSST data set\r\n - Skyblue corresponds to HADI data set\r\n - Green corresponds to KAPL data set\r\n - Yellow corresponds to OISST data set\r\n For all the nc files the sources are arranged in columns 1 to 5, respectively.\r\n\r\n\r\n---------------------------------------------------\r\n Sources of additional information\r\n ---------------------------------------------------\r\n The following weblinks are provided in the Related Documents section of this catalogue record:\r\n - Link to the IPCC AR6 website\r\n - Link to the report component containing the figure (Chapter 2)\r\n - Link to the Supplementary Material for Chapter 2, which contains details on the input data used in Table 2.SM.1",
    "keywords": "IPCC-DDC, IPCC, AR6, WG1, WGI, Sixth Assessment Report, Working Group I, Physical Science Basis, Chapter 2, Changing state, Multi-millennial context, pre-industrial, Natural forcing, anthropogenic forcing, Radiative forcing, Large-scale indicators, observed changes, Modes of variability, Figure 2.37, AZM, AMM, IOB, IOD, Niño 3.4",
    "publicationState": "citable",
    "dataPublishedTime": "2023-05-15T10:33:42",
    "doiPublishedTime": "2023-07-03T20:18:11",
    "updateFrequency": "notPlanned",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/40048/?format=api",
        "dataPath": "/badc/ar6_wg1/data/ch_02/ch2_fig37/v20211215/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 27263,
        "numberOfFiles": 8,
        "fileFormat": "Net-CDF"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/9186/?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/21859/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85528/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85529/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85530/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85531/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85532/?format=api"
    ],
    "dataLineage": "Data produced by Intergovernmental Panel on Climate Change (IPCC) authors and supplied for archiving at the Centre for Environmental Data Analysis (CEDA) by the Technical Support Unit (TSU) for IPCC Working Group I (WGI).\r\nData curated on behalf of the IPCC Data Distribution Centre (IPCC-DDC).",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12620/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/32705/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32717/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149406/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149407/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149408/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149409/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149410/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149411/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149412/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149413/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196264/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/33453/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://creativecommons.org/licenses/by/4.0/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": []
}