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

{
    "ob_id": 24959,
    "uuid": "b1f266c25cf2445f8b87d874f6ac830a",
    "title": "BITMAP: Tracks of western disturbances (1979-2015)",
    "abstract": "Western disturbances (WDs) are upper-level vortices that can significantly impact the weather over Pakistan and north India. This collection contains a catalogue of the tracks of WDs passing through the region (specifically 20-36.5N, 60-80E) produced from various model outputs. This work was undertaken as part of the NERC funded BITMAP (Better understanding of Interregional Teleconnections for prediction in the Monsoon and Poles) project. \r\n\r\nBITMAP was an Indo-UK-German project (NERC grant award: NE/P006795/1) to develop better understanding of processes linking the Arctic and Asian monsoon, leading to better prospects for prediction on short, seasonal and decadal scales in both regions.  Recent work had suggested that the pole-to-equator temperature difference is an essential ingredient driving variations in the monsoon. \r\n\r\nTracks of these WDs were generated using a bespoke tracking algorithm within the project applied to data from the European Centre for Medium-Range Weather Forecasts' (ECMWF) ERA-Interim reanalysis data and model output from various experiments of the World Climate Research Programme's Coupled Model Intercomparison Project Phase 5 (WCRP CMIP5). The algorithm, described in Hunt et al, 2017, QJRMS (see linked documentation), identified and linked upper-tropospheric vortices from the data and are available within this dataset collection. Additional details of the CMIP5 tracking algorithm are available in the  Hunt et al. paper 'Representation of western disturbances in CMIP5 models' paper (see linked documentation). The principal difference between the algorithm used for the ERA-Interim data and the CMIP5 data is the choice of pressure levels on which the algorithm was run: 500 hPa for the ERA-Interim data and 450-300 hPa layer for the CMIP5 data.",
    "keywords": "BITMAP, India, Western disturbances, Vortices",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": "2019-02-05T12:21:35",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/24958/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/27182/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/27397/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/27399/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/27673/?format=api"
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102198/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102196/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102197/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102199/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102200/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102201/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102202/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102203/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102195/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111520/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111521/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102204/?format=api"
    ]
}