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

{
    "ob_id": 40217,
    "uuid": "8210180b4c664012831f8a66c934c004",
    "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): data produced by the GRIMs model at SNU",
    "abstract": "The GRIMs model contribution to the Stratospheric Nudging And Predictable Surface Impacts (SNAPSI) project produced by scientists at Seoul National University (SNU). \r\n\r\nThese datasets contain data from the Global/Regional Integrated Model System (GRIMs) at T126 horizontal and L64 vertical resolutions. The GRIMs model is an atmospheric general circulation model (AGCM) using Optimum Interpolation Sea Surface Temperature  (OISST) dataset as ocean boundary conditions and climatological ozone. All data in this dataset are regridded to 1.5x1.5 degree resolution.\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 publication:\r\nKoo, MS., Song, K., Kim, JE.E. et al. The Global/Regional Integrated Model System (GRIMs): an Update and Seasonal Evaluation. Asia-Pac J Atmos Sci 59, 113–132 (2023). https://doi.org/10.1007/s13143-022-00297-y",
    "keywords": "GRIMs, SNU, stratosphere, arctic, antarctic, stratospheric polar vortex, SNAPSI, SNAP, APARC",
    "discoveryKeywords": [],
    "publicationState": "published",
    "dataPublishedTime": "2024-10-14T07:47:20",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40210/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40213/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40215/?format=api"
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196077/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196076/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196078/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196079/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196080/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196081/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196082/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196083/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196084/?format=api"
    ]
}