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/39463/?format=api
{ "ob_id": 39463, "uuid": "4e326c5a514e49dcb634b544eb26f4d8", "title": "CCMI-2022 data produced by the GEOSCCM model at NASA-GSFC", "abstract": "The GEOSCCM model contribution to the CCMI-2022 set of experiments defined by the APARC- and IGAC-supported Chemistry-Climate Model Initiative.\r\n\r\nThe CCMI-2022 set of model experiments focus on the stratosphere, with the goals of providing updated projections of the future evolution of ozone and improving our understanding of chemistry-climate interactions and how they are represented in models.\r\n\r\nThe GEOSCCM chemistry-climate model is run by the modelling team at NASA-GSFC (NASA Goddard Space Flight Center) and configured to follow forcings as laid out in the CCMI2022 founding document (Plummer et al., 2021)\r\n\r\nAPARC (formerly SPARC) and IGAC projects coordinate international research in atmospheric chemistry. APARC (Atmospheric Processes And their Role in Climate) is a core project of the World Climate Research Programme (WCRP). IGAC is the International Global Atmospheric Chemistry which currently operates under the umbrella of Future Earth.", "keywords": "CCMI-2022, GEOSCCM, NASA-GSFC, APARC", "discoveryKeywords": [], "publicationState": "working", "dataPublishedTime": null, "doiPublishedTime": null, "member": [ "https://api.catalogue.ceda.ac.uk/api/v2/observations/39349/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observations/43613/?format=api" ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192469/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192470/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192471/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192472/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192473/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192474/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192468/?format=api" ] }