Observation Collection Instance
Get a list of Collections objects. Collections have a 1:1 mapping with Observations.
### Available end points:
- `/observationcollections/` - Will list all Collections in the database
- `/observationcollections.json` - Will return all Collections in json format
- `/observationcollections/<object_id>/` - Returns Collections object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `uuid`
- `title`
- `keywords`
- `discoveryKeywords`
- `publicationState`
### How to use filters:
- `/observationcollections/?uuid=ab4ca8d019d148f78afba1cd20872bdd`
- `/observationcollections.json?publicationState=citable`
GET /api/v2/observationcollections/23997/?format=api
{ "ob_id": 23997, "uuid": "6aba66fd039c437bba1f6df4023c8382", "title": "Sentinel 3A: Sea and Land Surface Temperature Radiometer (SLSTR) data", "abstract": "This dataset collection contains data from the Sea and Land Surface Temperature Radiometer (SLSTR) on the European Space Agency (ESA) Sentinel 3A satellite. Sentinel 3A was launched on 16th February 2016 and provides data globally. \r\n\r\nThe primary mission objective of the SLSTR instrument is to extend the long-term consistent set of global Sea Surface Temperature (SST) measurements. In addition, SLSTR using a suite of visible and infrared radiance measurements provides land surface temperature, active fire monitoring, ice surface temperature, cloud, atmospheric aerosol, land surface, forestry and hydrology products in support of Copernicus services. Data are provided by ESA and are made available via CEDA to any registered user.", "keywords": "Temperature, Sentinel, SLSTR", "discoveryKeywords": [ 1138 ], "publicationState": "published", "dataPublishedTime": "2019-05-03T13:25:50", "doiPublishedTime": null, "member": [ "https://api.catalogue.ceda.ac.uk/api/v2/observations/19036/?format=api" ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204885/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/98467/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/98469/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/98473/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/98470/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/98471/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/98472/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/98468/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/98474/?format=api" ] }