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/45788/?format=api
{ "ob_id": 45788, "uuid": "a09842321a4f41549df77d57a8f1786b", "title": "Copernicus Climate Change Service: Brokered ESA Cloud CCI Surface Radiation Budget L3 data from the ATSR series, version 3.0", "abstract": "This record comprises 17 years (1995-2012) of global surface radiation budget observations from the Along Track Scanning Radiometer (ATSR) series of instruments, flown on board the ESA Earth Observation satellites (ERS-2) and Envisat. The data is provided as monthly 0.5 x 0.5 degree, longitude-latitude averages containing bottom-of-atmosphere incoming, reflected and net solar radiation, downwelling, outgoing and net longwave radiation and total net surface radiation, along with the spatio-temporal standard deviation of each parameter.\r\n\r\nThis dataset is a re-gridded version of the European Space Agency (ESA) Climate Change Initiative version 3.0 cloud product (Cloud_cci) produced to meet the requirements for distribution through 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-20T13:56:47", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/45789/?format=api", "dataPath": "/neodc/c3s_srb/data/L3C/atsr2-aatsr/esa_cci/tcdr/r01", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 1185436792, "numberOfFiles": 207, "fileFormat": "The data are in NetCDF format." }, "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/12608/?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/93239/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/93240/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/93241/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/93242/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/93243/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/93244/?format=api", "https://catalogue.ceda.ac.uk/api/v2/phenomona/93245/?format=api" ], "dataLineage": "ATSR-2 and Advanced-ATSR (AATSR) data acquired by ESA and archived by CEDA (third reprocessing (A)ATSR-multi mission product).\r\n\r\nLevel-2 data processed by RAL Space for the ESA Cloud_cci project ( (A)ATSR cloud properties Essential Climate Variable product, version 3).\r\n\r\nLevel-3 data produced by RAL Space for C3S ((A)ATSR cloud properties Thematic Climate Data Record, v3.0).", "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/218785/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218786/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218787/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218788/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218789/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218790/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218791/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218792/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218793/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218794/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/44816/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2679/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/c3s_brokered_esa_cci_data.pdf", "licenceClassifications": "" } ], "discoveryKeywords": [] }