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

{
    "ob_id": 14570,
    "uuid": "e4ac04e7fa2541278ad4ad06fb4fd5f3",
    "title": "NWP-Global: Operational Numerical Weather Prediction (NWP) output from the UK Met Office Global Atmospheric Unified Model (UM)",
    "abstract": "A global configuration of the Met Office Unified Model provides the most accurate short range deterministic forecast by any national meteorological service covering a six day period. With a resolution of approximately 0.234 x 0.153 degrees, it is able to produce selected hourly data covering the first 48 hours at surface level and at standard pressure levels twice a day. The model’s initial state is kept close to the real atmosphere using hybrid 4D-Var data assimilation.\r\n\r\nThis dataset collection contains model data from the Met Office Unified Model (UM) operational Global Numerical Weather Prediction (NWP) model. The archive currently holds data from April 2016 onwards but data will be back populated for earlier years.",
    "keywords": "NWP, Met Office, UM, unified model, Global atmospheric model, Global",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": "2016-05-24T10:45:01",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14763/?format=api"
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8828/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56500/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56496/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56497/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56498/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56499/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56501/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56502/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56495/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56503/?format=api"
    ]
}