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/45903/?format=api
{ "ob_id": 45903, "uuid": "b11a935c076243c1bf5c0c590e62af66", "title": "Images of airborne particles including microplastics captured using Burkard spore traps at Hull, UK and Gqeberha, South Africa (March, July, and August 2023)", "abstract": "This dataset contains images of airborne particles captured by Burkard spore traps, a method commonly used for global pollen monitoring. The images can be used for the identification, characterisation, and quantification of outdoor airborne particles, including microplastics.\r\n\r\nBurkard spore traps continuously sampled air for seven days at the following times and locations:\r\n- The University of Hull, UK (53° 46’ 16.87” N; 0° 22’ 2.64” W) starting at 10:00 on 10/03/2023\r\n- The University of Hull, UK (53° 46’ 16.87” N; 0° 22’ 2.64” W) starting at 11:00 on 18/07/2023\r\n- Nelson Mandela University, Gqeberha, South Africa (34° 0'4.66\"S; 25°40'2.40\"E) starting at 13:00 on 03/08/2023\r\n\r\nTraps were on flat roofs with the sampling orifice at least 1 m above the surface and at least 2 m away from the building edge. Tape adhesive was glycine jelly and an oxidative digest using 30% hydrogen peroxide was performed to remove organic mater.\r\n\r\nThis dataset consists of screenshot images of airborne particles during downstream analysis with Fourier Transform Infrared (FTIR) spectroscopy, used to identify materials, in OMNIC Picta software. Low-resolution screenshots are provided because the original images are no longer available.\r\n\r\nFiles are named using the convention Burkard_City_Country_Month_DataCollectionDay_ParticleNumber.jpg, e.g.:\r\n- Burkard_Gqeberha_SA_August_1B_3.jpg\r\n- Burkard_Hull_UK_March_C4_48.jpg\r\n\r\nThis dataset was produced under Natural Environment Research Council (NERC) project 'Development of the first global standard for airborne microplastic monitoring' (grant reference: NE/X010201/1).", "keywords": "Airborne, Particles, Microplastics, Pollution, Pollen, Monitoring, Public Health, Air Quality", "publicationState": "published", "dataPublishedTime": "2026-08-10T14:53:14", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "pending", "result_field": { "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/46155/?format=api", "dataPath": "/badc/deposited2026/Airborne_particles_spore_traps/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 50430499, "numberOfFiles": 1538, "fileFormat": "JPEG" }, "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/13316/?format=api", "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/5186/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data were produced by the project team. At the time of archiving the original data were no longer available, so low-resolution JPEG screenshots from the OMNIC Picta software were supplied for archiving at the Centre for Environmental Data Analysis (CEDA) in place of the original data.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [], "projects": [ "https://catalogue.ceda.ac.uk/api/v2/projects/45744/?format=api" ], "observationcollection_set": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/220439/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219385/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219386/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219387/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219388/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219389/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219399/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219384/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219401/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219413/?format=api" ], "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/45904/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://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, attribution required" } ], "discoveryKeywords": [] }