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

{
    "ob_id": 37604,
    "uuid": "f38913d950694e3e8f0a19d0dc7f378e",
    "title": "Chapter 3 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 3.11 (v20220620)",
    "abstract": "Data for Figure 3.11 from Chapter 3 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 3.11 shows a comparison between simulated annual precipitation changes and pollen-based reconstructions at the mid-Holocene (6,000 years ago).\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\nEyring, V., N.P. Gillett, K.M. Achuta Rao, R. Barimalala, M. Barreiro Parrillo, N. Bellouin, C. Cassou, P.J. Durack, Y. Kosaka, S. McGregor, S. Min, O. Morgenstern, and Y. Sun, 2021: Human Influence on 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. 423–552, doi:10.1017/9781009157896.005.\r\n\r\n---------------------------------------------------\r\n List of data provided\r\n ---------------------------------------------------\r\n This dataset contains:\r\n \r\n - area-averaged precipitation changes over five regions (Northern Europe, Western and Central Europe, Mediterranean, Sahara/Sahel, West Africa) as simulated by CMIP6 models\r\n - area-averaged precipitation changes over five regions (Northern Europe, Western and Central Europe, Mediterranean, Sahara/Sahel, West Africa) as simulated by CMIP5 models.\r\n - pollen-based MAP reconstructions points within the region (Northern Europe, Western and Central Europe, Mediterranean, Sahara/Sahel, West Africa)\r\n\r\n\r\nThese data are also available from a pre-existing GitHub repository which can be found under 'Sources of additional information' and the related documents.\r\n\r\n---------------------------------------------------\r\n Data provided in relation to figure\r\n ---------------------------------------------------\r\n map_midHolocene_reconstructions.csv shows the data for bars in each region in the figure.\r\n map_midHolocene_models.csv shows the data for the multicolored circles in each region in the figure. The colors represent different models.\r\n Additional data about data provided in relation to figure can be found in the files headers.\r\n\r\n CMIP5 is the fifth phase of the Coupled Model Intercomparison Project.\r\n CMIP6 is the sixth phase of the Coupled Model Intercomparison Project.\r\n\r\n---------------------------------------------------\r\nTemporal Range of Paleoclimate Data\r\n---------------------------------------------------\r\nThis dataset covers a paleoclimate timespan, starting and ending at 6000 years ago. \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 report component containing the figure (Chapter 3)\r\n-  Link to the external GitHub repository also containing the figure data.\r\n - Link to the Supplementary Material for Chapter 3, which contains details on the input data used in Table 3.SM.1\r\n - Link to the code for the figure, archived on Zenodo.",
    "keywords": "IPCC-DDC, IPCC, AR6, WG1, WGI, Sixth Assessment Report, Working Group 1, Physical Science Basis, Precipitation changes, pollen-based reconstructions, Mid-Holocene",
    "publicationState": "citable",
    "dataPublishedTime": "2022-06-24T15:48:57",
    "doiPublishedTime": "2023-02-08T17:41:30.343549",
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/37605/?format=api",
        "dataPath": "/badc/ar6_wg1/data/ch_03/ch3_fig11/v20220620",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 23029,
        "numberOfFiles": 5,
        "fileFormat": "Data are netCDF formatted"
    },
    "timePeriod": null,
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/3525/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65225/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65226/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65227/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65228/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65229/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65230/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65232/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65233/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65234/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65235/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65236/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65237/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65238/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65239/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65240/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65242/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65243/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65244/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65245/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65246/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65247/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65248/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65249/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65250/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65251/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65252/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65253/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65254/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65255/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65256/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65257/?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\n Data 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/12357/?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/32718/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193408/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179459/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179460/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179461/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179462/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179463/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179464/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179458/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179465/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "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": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}