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/45775/?format=api
{ "ob_id": 45775, "uuid": "26568c2fd2cb426fb08f1c31a0f7c119", "title": "Copernicus Climate Change Service: Earth Radiation Budget L3 data from the SLSTR series, version 3.1", "abstract": "This record comprises 5.5 years (Jan 2017-Jun 2022) of global Earth radiation budget observations from the Sea and Land Surface Temperature Radiometer (SLSTR) instruments, flown on board the Copernicus Sentinel-3A and B satellites. The data is provided as monthly 0.5 x 0.5 degree, longitude-latitude averages containing top-of-atmosphere outgoing longwave radiation and reflected solar radiation.\r\n\r\nThis dataset is a continuation of the European Space Agency (ESA) Climate Change Initiative version 3.0 cloud product (Cloud_cci), produced from the Along Track Scanning Radiometer (ATSR) instruments, supplied to the Copernicus Climate Change Service (C3S). Full details of the dataset, include data-quality and validation information can be found via the C3S Climate Data Store (CDS).", "keywords": "Clouds, ESA, CCI, Copernicus, C3S", "publicationState": "published", "dataPublishedTime": "2026-05-20T14:46:08", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/45776/?format=api", "dataPath": "/neodc/c3s_erb/data/L3C/slstra-slstrb/c3s/icdr/r01", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 512527000, "numberOfFiles": 115, "fileFormat": "The data are in NetCDF format." }, "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/13104/?format=api", "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/4844/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://catalogue.ceda.ac.uk/api/v2/phenomona/54582/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/92427/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/92429/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/93237/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/93247/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/93255/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/93256/?format=api" ], "dataLineage": "SLSTR data acquired by ESA / EUMETSAT and archived by CEDA.\r\n\r\nLevel-2 data processed by RAL Space for the Copernicus project C3S_312b_lot1.\r\n\r\nLevel-3 data produced by RAL Space for C3S.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [], "projects": [ "https://catalogue.ceda.ac.uk/api/v2/projects/44812/?format=api" ], "observationcollection_set": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/218708/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218709/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218710/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218711/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218712/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218713/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218714/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218715/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218716/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218717/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/45790/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [] }