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/40392/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 40392,
    "uuid": "ce8fb52804934952a00ef7d3d223d305",
    "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): data produced by the CESM2-CAM6 model at NCAR",
    "abstract": "The CESM2-CAM6 model contribution to the Stratospheric Nudging And Predictable Surface Impacts (SNAPSI) project produced by scientists at the National Center for Atmospheric Research, USA (NCAR). \r\n\r\n\r\nThe SNAPSI project is a model intercomparison project to study the role of the stratosphere in subseasonal forecasts following stratospheric sudden warmings and the representation of stratosphere-troposphere coupling in subseasonal forecast models.\r\n\r\n\r\n------------------------------------------\r\nSources of additional information\r\n------------------------------------------\r\nThe following web links are provided in the Details/Docs section of this catalogue record:\r\n\r\n- Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): A Protocol for Investigating the Role of the Stratospheric Polar Vortex in Subseasonal to Seasonal Forecasts\r\n- New set of controlled numerical experiments: Stratospheric Nudging And Predictable Surface Impacts (SNAPSI)\r\n\r\nModel reference publications:\r\n- Danabasoglu et al. (2020)\r\n- Richter et al. (2021)",
    "keywords": "CESM2-CAM6, NCAR, stratosphere, arctic, antarctic, stratospheric polar vortex, SNAPSI, SNAP, APARC",
    "discoveryKeywords": [],
    "publicationState": "published",
    "dataPublishedTime": "2024-10-14T07:51:13",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40385/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40388/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40390/?format=api"
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196922/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196923/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196924/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196925/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196926/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196921/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196927/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196920/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/205496/?format=api"
    ]
}