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/8038/?format=api
{ "ob_id": 8038, "uuid": "1e32ab791fc0f73eeb816a30d36c6dc8", "title": "Data from the Global Ozone Monitoring Experiment-2 (GOME-2) on-board the Eumetsat Polar System (EPS) MetOp-B Satellite", "abstract": "Data from the GOME-2 instrument on-board the Eumetsat Polar System (EPS) Metop-B satellite. GOME-2 is a spectrometer that measures both the radiance component of the light reflected by the Sun-illuminated Earth's atmosphere and the direct sunlight. The measurements are used to obtain detailed information on global trace gas distributions of ozone, nitrogen dioxide, water vapor, bromine oxide and other trace gases as well as aerosol properties. The NERC Earth Observation Data Centre (NEODC) currently holds Level 1B data, and obtained the data directly from Eumetsat.", "keywords": "", "discoveryKeywords": [ 1138 ], "publicationState": "published", "dataPublishedTime": "2011-08-15T14:22:17", "doiPublishedTime": null, "member": [ "https://api.catalogue.ceda.ac.uk/api/v2/observations/8039/?format=api" ], "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5226/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32797/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32800/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32801/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41433/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41434/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32798/?format=api" ] }