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

{
    "ob_id": 25891,
    "uuid": "66ab6655f9da44d9bf34b079dc8a25e6",
    "title": "Effective sulphur dioxide (SO2) column amounts from the Infrared Atmospheric Sounding Interferometer (IASI) instrument",
    "abstract": "Effective sulphur dioxide (SO2) column amounts have been derived from the Infrared Atmospheric Sounding Interferometer (IASI) instrument on the METOP-A satellite, by the University of Oxford as part of the NERC Centre for the Observation and Modelling of Earthquakes, Volcanoes and Tectonics (COMET).\r\n\r\nThe data have been produced using the Walker et al. (2011, 2012) linear retrieval developed for the Infrared Atmospheric Sounding Interferometer, which is able to detect sulphur dioxide (SO2) gas. The dataset contained here consists of monthly averages of this retrieval output from June 2007 to December 2014 across the globe, within which it is possible to identify the period and the location of when we have an anomaly of SO2 in atmosphere. This includes volcanic eruptions alongside non-eruptive volcanic degassing, and human pollution sources.",
    "keywords": "",
    "discoveryKeywords": [],
    "publicationState": "preview",
    "dataPublishedTime": null,
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/25886/?format=api"
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204937/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204936/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108250/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108245/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108248/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108246/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108247/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204935/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108251/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108252/?format=api"
    ]
}