Observation Instance
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/45247/?format=api
{ "ob_id": 45247, "uuid": "90eafa3b5e4043ff823c130323757631", "title": "High-Resolution Airborne Light Detection and Ranging (LiDAR) Scans of the Bristol Channel and Severn Estuary, UK (April - June 2023).", "abstract": "This dataset contains high-resolution water surface elevation (WSE) measurements from five airborne LiDAR surveys of an estuarine system conducted between April and June 2023. The surveys were strategically timed to coincide with Surface Water and Ocean Topography (SWOT) satellite overpasses and captured a comprehensive range of tidal conditions, spanning from - 5.1 m to + 5.4 m relative to the EGM2008 geoid during both flood and ebb tides. Two Leica LiDAR systems were deployed: the Hyperon system for three longitudinal flights (May 16, June 24, June 29) covering 55 km along the estuary axis, and the T500 system for two cross-estuary flights (April 7, 25) spanning 35 km perpendicular to the main channel. Each survey was flown at approximately 3 km altitude with a ~ 1 km swath width, achieving point densities of 4 - 10 points/m² and WSE accuracy of ~ 0.1 m resolution. Flight durations were up to 20 minutes per survey. These measurements provide critical validation and calibration data for satellite-based WSE observations in tidally influenced coastal environments, supporting improved understanding of estuarine hydrodynamics and remote sensing validation efforts. This dataset was collected under the Surface Water and Ocean Topography (SWOT) mission (https://noc.ac.uk/projects/swot-uk) and was funded by the UK Natural Environment Research Council and the UK Space Agency (NE/V009168/1).", "keywords": "elevation, oceans", "publicationState": "citable", "dataPublishedTime": "2026-01-14T00:00:00", "doiPublishedTime": "2026-01-14T00:00:00", "updateFrequency": "", "status": "final", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45246/?format=api", "dataPath": "/bodc/bgo251010", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 824, "numberOfFiles": 1, "fileFormat": null }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12904/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4987/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "The data are archived on the British Oceanographic Data Centre (BODC)'s space at the Centre for Environmental Data Analysis (CEDA) and assigned a DOI. No quality control procedures were applied by BODC.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13691/?format=api" ], "projects": [], "observationcollection_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216488/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216493/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216494/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216495/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216490/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216492/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216489/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216487/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216491/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216496/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216497/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216498/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [], "discoveryKeywords": [] }