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

{
    "ob_id": 31970,
    "uuid": "333bf4303034426a857515a768387e4f",
    "title": "Forecasting Rainfall exploiting new data Assimilation techniques and Novel observations of Convection (FRANC): rain radar helical scan data, assimilation versus model residuals and ensemble member model output.",
    "abstract": "The Forecasting Rainfall exploiting new data Assimilation techniques and Novel observations of Convection (FRANC) project undertook a series of studies to design and test efficient and effective ways of assimilating moisture information from observations that respect the intricate dynamical and physical relationships that operate in the atmosphere. The aim of this work was, if successful, that such new approaches would allow better use of cloud and rain affected observations than previously. Predicting convective rain is made harder by the fact that some events are inherently unpredictable, even with good data assimilation and models, due to their high sensitivity to even small errors in the initial conditions. Studies were also made to look at the dynamical reasons for the low predictability of such events using diagnostics derived from models and observations. To these ends this collection contains data from two of the studies within this project plus helical scan data from the Met Office's Wardon Hill radar utilised by the project team.\r\n\r\nThe two datasets from the project team cover ensemble member output from runs of the Met Office's Unified Model conducted to support the project and Doppler radar radial wind observations and associated observation-minus-model residuals from the Met Office UKV 3D Var assimilation scheme. Please see the individual datasets for additional information.\r\n\r\nFor further details of the FRANC project please also see Dance et al. (2019) article in the online resources linked to from this record: Improvements in Forecasting Intense Rainfall: Results from the FRANC (Forecasting Rainfall Exploiting New Data Assimilation Techniques and Novel Observations of Convection) Project.",
    "keywords": "Doppler radial winds, data assimilation, convection permitting numerical weather prediction, convection, ensemble runs, CAPE, perturbation",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": null,
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/31811/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/31848/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/31957/?format=api"
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141509/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141510/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141511/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141513/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141514/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141515/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141521/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141512/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141516/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141517/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141518/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141519/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141520/?format=api"
    ]
}