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

{
    "ob_id": 43513,
    "uuid": "8e50690c2ac84e249cbc2cba2e95f5e5",
    "title": "The International Bathymetric Chart of the Arctic Ocean (IBCAO) Version 1",
    "abstract": "The International Bathymetric Chart of the Arctic Ocean (IBCAO) Version 1.0 is a gridded continuous terrain model covering ocean and land of the Arctic region. The International Bathymetric Chart of the Arctic Ocean was initiated in 1997 and has since been the authoritative source of bathymetry for the Arctic Ocean. The IBCAO Version 1 Grid was released in July 2001.\r\n\r\nThe bathymetric grid released in IBCAO Version 1 is available in NetCDF or Esri ASCII raster format. The grid is available as a geographic grid (one arc-minute intervals), or in a polar stereographic projection (2500 x 2500 m grid interval, true scale 75°N, WGS 84 datum). Postscript plots in polar stereographic projection are also available in IBCAO Version 1, showing shaded relief and contours. Shaded relief imagery is also provided in JPEG format. A Source Identifier Grid is delivered as a Postscript plot for IBCAO Version 1, to provide information on the source data sets included in the IBCAO grid.",
    "keywords": "elevation, oceans",
    "publicationState": "published",
    "dataPublishedTime": "2001-07-01T00:00:00",
    "doiPublishedTime": null,
    "updateFrequency": "",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43541/?format=api",
        "dataPath": "/bodc/gebco/ibcao/ibcao_v1",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 1309572300,
        "numberOfFiles": 41,
        "fileFormat": "NetCDF"
    },
    "timePeriod": null,
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4696/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74854/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74855/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74856/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74860/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74861/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74862/?format=api"
    ],
    "dataLineage": "This dataset was generated by organisation with the \"originator centre\" role in this metadata record following their in-house data processing and quality control procedures. It represents the 1st version of the International Bathymetric Chart of the Arctic Ocean (IBCAO) and has been generated by the originator on behalf of this project. The data set is in the form of a grid that has been generated from a number of sources and using different data collection techniques. Information concerning the source data sets included in the grid is given in the documentation that accompanies the data set. After generation, the grid was then provided to the British Oceanographic Data Centre (BODC) for delivery via the General Bathymetric Chart of the Oceans (GEBCO) web site (maintained at BODC). In 2024, these data were moved to CEDA for long-term archival.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/43521/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207737/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207738/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207739/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207740/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207741/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207742/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207736/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207796/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": []
}