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

{
    "ob_id": 39704,
    "uuid": "201dac63fd1046e39299801dbf47dd3f",
    "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): data produced by the CNRM-CM 6.1 model at Météo France",
    "abstract": "The CNRM-CM 6.1 model contribution to the Stratospheric Nudging And Predictable Surface Impacts (SNAPSI) project produced by the modelling team at Météo France.\r\n\r\nData produced using the Centre National de Recherches Météorologiques fully coupled atmosphere‐ocean general circulation model CNRM-CM 6.1. The model consists of the ARPEGE-Climat 6.3 atmospheric model, the NEMO 3.6 ocean model, the GELATO 6 sea ice model and the ISBA-CTRIP land surface model.\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-  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- Evaluation of CMIP6 DECK experiments with CNRM-CM6-1: Voldoire, A., Saint-Martin, D., Sénési, S., Decharme, B., Alias, A., Chevallier, M., Colin, J., Guérémy, J.-F., Michou, M., Moine, M.-P., Nabat, P., Roehrig, R., y Mélia, D. S., Séférian, R., Valcke, S., Beau, I., Belamari, S., Berthet, S., Cassou, C., Cattiaux, J., Deshayes, J., Douville, H., Ethé, C., Franchistéguy, L., Geoffroy, O., Lévy, C., Madec, G., Meurdesoif, Y., Msadek, R., Ribes, A., Sanchez-Gomez, E., Terray, L., and Waldman, R., J. Adv. Model Earth Sy., 11, 2177–2213,\r\nhttps://doi.org/10.1029/2019MS001683, 2019",
    "keywords": "CNRM-CM 6.1, Météo France, stratosphere, arctic, antarctic, stratospheric polar vortex, SNAPSI, SNAP, APARC",
    "discoveryKeywords": [],
    "publicationState": "published",
    "dataPublishedTime": "2024-10-14T07:48:48",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/39694/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/39697/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/39698/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/39702/?format=api"
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193340/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193341/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193342/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193343/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193344/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193345/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193346/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193347/?format=api"
    ]
}