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

{
    "ob_id": 24,
    "uuid": "a946415f9345f6da9bf4c475c19477b6",
    "title": "Met Office Hadley Centre Central England Temperature (HadCET) Series",
    "abstract": "The Central England Temperature (CET) series is the longest available instrumental record of temperature in the world, with the monthly mean temperature extending back to 1659 and the daily mean temperature series extending back to 1772. The daily and monthly minimum and maximum temperature series extend back to 1878.\r\n\r\nThese historical temperature series have been constructed to provide a long running temperature record for the Central England region, a roughly triangular area of the United Kingdom enclosed by Somerset, Lancashire and London. The CET value is then calculated as an average of the recorded temperatures for a few stations which are selected as representative of the region as a whole.  Although the selected stations have changed over time, due primarily to station closures, the series is homogenised to ensure that it remains consistent.\r\n\r\nStations used in the construction of the CET series between 1772 and 1852 include: Kennington, Crane Court, Lyndon Hall, Syon House, Somerset House, Greenwich Observatory, Chiswick.\r\n\r\nStations used in the construction of the CET series from 1853 onwards include: Radcliffe (Oxford), Cambridge (legacy), Ross-on-Wye, Rothamsted, Malvern, Stonyhurst, Ringway, Squires Gate, Pershore College.\r\n\r\nGordon Manley (1953, 1974) compiled most of the monthly series from 1659 to 1973, and the mean temperature series is adjusted up to 1973 to align with Manley's recorded daily mean temperature values. The series data were updated to 1991 by Parker et al (1992) and comprise the V2 series which is updated with the latest values.\r\n\r\nThe version controlled CET series is updated annually, with the previous complete year’s values refreshed to ensure that data acquisition and quality control procedures have been completed and ensure the most accurate station temperature values are used. Each version of the dataset will include data up until the end of the previous complete year and an incremental version number will be updated.\r\n\r\nIf more comprehensive changes are made to the construction of the series, this may constitute a minor/major version number update.\r\n\r\nA provisional version of the CET series, with recent data up to the previous day, is available for download on the Met Office Hadley Centre webpage: https://www.metoffice.gov.uk/hadobs/hadcet/data/download.html\r\n\r\nThe v1.0.0.0 datasets within the collection were originally pulled over monthly from the Met Office Hadley Centre website on a monthly basis until summer 2022 with data available in the CEDA archive copy to end of July 2022.",
    "keywords": "HadCET, temperature, Hadley, Met Office",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": "2006-12-10T02:45:37",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/25/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/13870/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/13872/?format=api"
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/16/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10284/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/48/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/44/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/45/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43232/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46812/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54994/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/169531/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/207129/?format=api"
    ]
}