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

{
    "ob_id": 37734,
    "uuid": "64fa14764534431f805e747249786f88",
    "title": "Chapter 9 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 9.26 (v20220721)",
    "abstract": "Data for Figure 9.26 from Chapter 9 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6).\r\n\r\nFigure 9.26 shows median global mean and regional relative sea level projections (m) by contribution for the SSP1-2.6 and SSP5-8.5 scenarios. \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\nFox-Kemper, B., H.T. Hewitt, C. Xiao, G. Aðalgeirsdóttir, S.S. Drijfhout, T.L. Edwards, N.R. Golledge, M. Hemer, R.E. Kopp, G. Krinner, A. Mix, D. Notz, S. Nowicki, I.S. Nurhati, L. Ruiz, J.-B. Sallée, A.B.A. Slangen, and Y. Yu, 2021: Ocean, Cryosphere and Sea Level Change. 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. 1211–1362, doi:10.1017/9781009157896.011.\r\n\r\n---------------------------------------------------\r\n Figure subpanels\r\n ---------------------------------------------------\r\n The figure has 3 subpanels, with data provided for all panels in one central directory in the GitHub repository linked in the documentation.\r\n\r\n---------------------------------------------------\r\n List of data provided\r\n ---------------------------------------------------\r\n This dataset contains:\r\n\r\n- Upper time series: Global mean contributions to sea level change as a function of time, relative to 1995–2014. \r\n\r\n- Lower maps: Regional projections of the sea level contributions in 2100 relative to 1995–2014 for SSP5-8.5 and SSP1-2.6. Vertical land motion is common to both SSPs.\r\n\r\n---------------------------------------------------\r\n Data provided in relation to figure\r\n ---------------------------------------------------\r\n Data provided in relation to Figure 9.26\r\n\r\n - Data file: Fig9-26_2100likelyranges.nc\r\n - Data file: Fig9-26_data_landmotion_map.nc\r\n - Data file: Fig9-26_data_ssp126_Antarctic_timeseries.nc\r\n - Data file: Fig9-26_data_ssp126_Greenland_map.nc\r\n - Data file: Fig9-26_data_ssp126_Greenland_timeseries.nc\r\n - Data file: Fig9-26_data_ssp126_glacier_map.nc\r\n - Data file: Fig9-26_data_ssp126_glacier_timeseries.nc\r\n - Data file: Fig9-26_data_ssp126_landwater_map.nc\r\n - Data file: Fig9-26_data_ssp126_landwater_timeseries.nc\r\n - Data file: Fig9-26_data_ssp126_oceandynamics_map.nc\r\n - Data file: Fig9-26_data_ssp126_thermalexpansion_timeseries.nc\r\n - Data file: Fig9-26_data_ssp585_Antarctic_map.nc\r\n - Data file: Fig9-26_data_ssp585_Antarctic_timeseries.nc\r\n - Data file: Fig9-26_data_ssp585_Greenland_map.nc\r\n - Data file: Fig9-26_data_ssp585_Greenland_timeseries.nc\r\n - Data file: Fig9-26_data_ssp585_glacier_map.nc\r\n - Data file: Fig9-26_data_ssp585_glacier_timeseries.nc\r\n - Data file: Fig9-26_data_ssp585_landwater_map.nc\r\n - Data file: Fig9-26_data_ssp585_landwater_timeseries.nc\r\n - Data file: Fig9-26_data_ssp585_oceandynamics_map.nc\r\n - Data file: Fig9-26_data_ssp585_thermalexpansion_timeseries.nc\r\n\r\nFurther details on data sources and processing are available in the chapter data table (Table 9.SM.9).\r\n\r\nSSP stands for Shared Socioeconomic Pathway.\r\nSSP126 is the Shared Socioeconomic Pathway which represents the lower boundary of radiative forcing and development scenarios, consistent with RCP2.6.\r\nSSP585 is the Shared Socioeconomic Pathway which represents the upper boundary of radiative forcing and development scenarios, consistent with RCP8.5.\r\n\r\n ---------------------------------------------------\r\n Notes on reproducing the figure from the provided data\r\n ---------------------------------------------------\r\nContribution maps and timeseries were plotted using standard matplotlib software - code is available via the link in the documentation.\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 figure on the IPCC AR6 website\r\n - Link to the report component containing the figure (Chapter 9)\r\n - Link to the Supplementary Material for Chapter 9, which contains details on the input data used in Table 9.SM.9\r\n- Link to the data and code used to produce this figure and others in Chapter 9, archived on Zenodo.\r\n- Link to the output data for this figure, contained in a dedicated GitHub repository.",
    "keywords": "IPCC-DDC, IPCC, AR6, WG1, WGI, Sixth Assessment Report, Working Group 1, Physical Science Basis, sea level, sea-level change, contributors to sea level change",
    "publicationState": "citable",
    "dataPublishedTime": "2023-02-08T12:24:22",
    "doiPublishedTime": "2023-05-17T09:37:27.245677",
    "updateFrequency": "",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38032/?format=api",
        "dataPath": "/badc/ar6_wg1/data/ch_09/ch9_fig26/v20220721",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 6048943,
        "numberOfFiles": 25,
        "fileFormat": "Data are net-CDF formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8813/?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/1347/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12600/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12601/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49862/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49863/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49864/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49865/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49866/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49867/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49868/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49869/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49870/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49871/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49872/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49873/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49874/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49875/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49876/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49877/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49878/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49879/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49880/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49881/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49882/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49883/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49884/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49885/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49886/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49887/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49888/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49889/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49890/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49891/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49892/?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/12507/?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/32725/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180047/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180048/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180049/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180050/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180051/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180052/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180053/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180182/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180183/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/39682/?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": []
}