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

{
    "ob_id": 41404,
    "uuid": "ab6a05baacce4c848d137a0bc9921e6e",
    "title": "ESA Sea Ice Climate Change Initiative (Sea_Ice_cci):  Southern hemisphere sea ice thickness from the Envisat satellite on a monthly grid (L3C), v3.0",
    "abstract": "This dataset provides a Climate Data Record of Sea Ice Thickness for the southern hemisphere polar region, derived from the RA-2 (Radar Altimeter -2) instrument on the Envisat satellite at Level 3C (L3C). This product was generated in the context of the ESA Climate Change Initiative Programme (ESA CCI) by the Sea Ice CCI (Sea_Ice_cci) project.\r\n\r\nIt provides monthly gridded sea ice thickness data on a Lambeth Azimuthal Equal Area Projection for the period October 2002 to March 2012. Note, the southern hemisphere sea ice thickness dataset is an experimental climate data record, as the algorithm does not properly consider the impact of the complex snow morphology in the freeboard retrieval. Sea ice thickness is provided for all months but needs to be considered biased high in areas with high snow depth and during the southern summer months. Please consult the Product User Guide (PUG) for more information.",
    "keywords": "Sea Ice, ESA, CCI, Antarctic",
    "publicationState": "published",
    "dataPublishedTime": "2024-04-02T14:55:33",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41541/?format=api",
        "dataPath": "/neodc/esacci/sea_ice/data/sea_ice_thickness/L3C/envisat/v3.0/SH",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 86938439,
        "numberOfFiles": 115,
        "fileFormat": "The data are in netCDF format."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11521/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2199/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13253/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53130/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53131/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66291/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74945/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75274/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75275/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75276/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75277/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75278/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75280/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75281/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75282/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75283/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75284/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75285/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75286/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75287/?format=api"
    ],
    "dataLineage": "Data were processed by the ESA CCI Sea Ice project team and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/14368/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14367/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201763/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201656/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201762/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201654/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201758/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201759/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201760/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201761/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201658/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201660/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/41416/?format=api",
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2573/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_seaice_terms_and_conditions.pdf",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1140,
            "name": "ESACCI"
        }
    ]
}