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

{
    "ob_id": 43514,
    "uuid": "1e69e123a0c04e2a83539dec43f1bfdb",
    "title": "The International Bathymetric Chart of the Arctic Ocean (IBCAO) Version 2.23",
    "abstract": "The International Bathymetric Chart of the Arctic Ocean (IBCAO) Version 2.23 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 2.23 Grid was released in March 2008.\r\n\r\nThe bathymetric grid released in IBCAO Version 2.23 is available in NetCDF or Esri ASCII raster format. The grid is available as a geographic grid (one arc-minute or two arc-minute intervals), or in a polar stereographic projection (2000 x 2000 m grid interval, true scale 75°N, WGS 84 datum). The one-minute geographic grid imagery is also available in KMZ format for Google Earth. A Source Identifier Grid is delivered as a JPEG image for IBCAO version 2.23, to provide information on the source data sets included in the IBCAO grid.",
    "keywords": "elevation, oceans",
    "publicationState": "published",
    "dataPublishedTime": "2008-03-01T00:00:00",
    "doiPublishedTime": null,
    "updateFrequency": "",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43542/?format=api",
        "dataPath": "/bodc/gebco/ibcao/ibcao_v2_23",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 825460525,
        "numberOfFiles": 20,
        "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/74857/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74858/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74859/?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 version 2.23 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/207805/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207797/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207798/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207799/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207800/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207801/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207802/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207803/?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": []
}