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

{
    "ob_id": 40209,
    "uuid": "181b2e501be0452984371d1c77fdab2a",
    "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): data produced by the GLOBO model at CNR-ISAC",
    "abstract": "The GLOBO model contribution to the Stratospheric Nudging And Predictable Surface Impacts (SNAPSI) project produced by the modelling team at the Institute of Atmospheric Sciences and Climate, Bologna, Italy (CNR-ISAC).\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- Malguzzi, P., Buzzi, A., and Drofa, O.: The Meteorological Global Model GLOBO at the ISAC-CNR of Italy Assessment of 1.5 Yr of experimental Use for Medium-Range Weather Forecasts, Weather Forecast., 26, 1045–1055, https://doi.org/10.1175/WAF-D-11-00027.1, 2011\r\n- Mastrangelo, D. and Malguzzi, P.: Verification of Two Years of CNR-ISAC Subseasonal Forecasts, Weather and Forecasting, 34, 331–344, https://doi.org/10.1175/WAF-D-18-0091.1, 2019",
    "keywords": "GLOBO, CNR-ISAC, stratosphere, arctic, antarctic, stratospheric polar vortex, SNAPSI, SNAP, APARC",
    "discoveryKeywords": [],
    "publicationState": "published",
    "dataPublishedTime": "2024-10-11T15:02:41",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40202/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40205/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40207/?format=api"
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196043/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196044/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196045/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196046/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196039/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196040/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196041/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196042/?format=api"
    ]
}