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/1/?format=api
{ "ob_id": 1, "uuid": "3b1a86cc61824d78ce195dc21b661c74", "title": "Met Office TOVS (TIROS Operational Vertical Sounder) Stratospheric Analyses", "abstract": "These data consist of sets of 3-dimensional gridpoint analyses of the stratosphere which are produced by the Met Office using data from the TIROS Operational Vertical Sounder (TOVS) instruments onboard the NOAA (National Ocean and Atmospheric Administration) operational polar orbiters. TOVS consists of 3 instruments, the Stratospheric Sounding Unit (SSU) the Microwave Sounding Unit (MSU) and the High Resolution Infrared Sounder (HIRS). Daily radiance and geopotential height data are available on a 5 degree latitude / longitude global grid from December 1978 to April 1997. Software is provided to derive potential vorticity. Access permission required so that PI can monitor usage of data.", "keywords": "", "discoveryKeywords": [ 1138 ], "publicationState": "published", "dataPublishedTime": "2006-12-10T03:09:15", "doiPublishedTime": null, "member": [ "https://api.catalogue.ceda.ac.uk/api/v2/observations/11/?format=api" ], "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10462/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/2/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/8/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/4/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/5/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/6/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41782/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41784/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/3/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41783/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55005/?format=api" ] }