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

{
    "ob_id": 27020,
    "uuid": "02c6f4eea9914e5c8a8390dd09e5709a",
    "title": "Global predicted sea-surface iodide concentrations v0.0.0",
    "abstract": "This dataset contains global spatially predicted sea-surface iodide concentrations at a monthly resolution. This dataset was developed as part of the NERC project Iodide in the ocean:distribution and impact on iodine flux and ozone loss (NE/N009983/1), which aimed to quantify the dominant controls on the sea surface iodide distribution and improve parameterisation of the sea-to-air iodine flux and of ozone deposition.\r\n\r\nThe main ensemble prediction (\"Ensemble Monthly mean \") is provided in a NetCDF (1) file as a single variable. A second file (2) is provided which includes all of the predictions and the standard deviation on the prediction.\r\n\r\n(1) predicted_iodide_0.125x0.125_Ns_Just_Ensemble.nc\r\n\r\n(2) predicted_iodide_0.125x0.125_Ns_All_Ensemble_members.nc\r\n\r\nThis is the output of the paper 'A machine learning based global sea-surface iodide distribution' (see related documentation). For ease of use, this output has been re-gridded to various commonly used atmosphere and ocean model resolutions (see table SI table A5 in paper). These re-gridded files are included in the folder titled \"regridded_data\".\r\n\r\nAdditionally, a file (3) is provided including the prediction made included data from the Skagerak dataset. As stated in the paper referenced above, it is recommended to use the use the core files (1,2) or their re-gridded equivalents.\r\n\r\n(3) predicted_iodide_0.125x0.125_All_Ensemble_members.nc\r\n\r\nAs new observations are made, we will update the global dataset through a \"living data\" model. The dataset versions archived here follow semantic versioning (https://semver.org/) The pre-review dataset is achieved in the folder named v0.0.0, with the with publically released versions numbered starting from v1.0.0. Please refer to the referenced paper (see related documentation) for the current version number and information on this.",
    "keywords": "NE/N009983/1, Iodide, sea-surface, ozone deposition, iodine emission, Ocean, Model, NERC",
    "publicationState": "citable",
    "dataPublishedTime": "2019-02-08T15:15:57",
    "doiPublishedTime": "2019-02-08T15:17:42",
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27021/?format=api",
        "dataPath": "/badc/deposited2019/sea-surface-iodide/data/v0.0.0",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 11363507433,
        "numberOfFiles": 11,
        "fileFormat": "Data are NetCDF formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7275/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2335/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4385/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52190/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52191/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52192/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52193/?format=api"
    ],
    "dataLineage": "Data sent to the Centre for Environmental Data Analysis for archiving from the project participants.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10222/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/27022/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27480/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113283/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113289/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113285/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113286/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113287/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113288/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113290/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113284/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168863/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113291/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113292/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113293/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113294/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113295/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27024/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "registered",
            "accessRoles": null,
            "label": "registered: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}