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

{
    "ob_id": 41661,
    "uuid": "debfbf49823f4eb99ab0a578f8b25136",
    "title": "ESA Sea Surface Temperature Climate Change Initiative (SST_cci):  Climate Data Record version 3.0",
    "abstract": "The European Space Agency (ESA) Climate Change Initiative Sea Surface Temperature (ESA SST_cci) Climate Data Record (CDR) accurately maps the surface temperature of the global oceans over the period 1980 to 2021 using observations from many satellites, with a high degree of independence from in situ measurements. The data provide independently quantified SSTs to a quality suitable for climate research.\r\n\r\nData from 2022 onwards are provided as an Interim Climate Data Record (ICDR) and will be updated daily at one month behind present. The Copernicus Climate Change Service (C3S) funded the development of the ICDR extension and production of the ICDR during 2022. From 2023 onwards the production of the ICDR is funded by the UK Earth Observation Climate Information Service (EOCIS) and UK Marine and Climate Advisory Service (UKMCAS).\r\n\r\nThis CDR Version 3.0 product supersedes the CDR v2.1 product. Compared to the previous version the major changes are:\r\n\r\n* Longer time series: 1980 to 2021 (previous CDR was Sept 1981 to 2016)\r\n\r\n* Improved retrieval to reduce systematic biases using bias-aware optimal methods (for single view sensors)\r\n\r\n* Improved retrieval with respect to desert-dust aerosols\r\n\r\n* Addition of dual-view SLSTR data from 2016 onwards\r\n\r\n* Addition of early AVHRR/1 data in 1980s, and improved AVHRR processing to reduce data gaps in 1980s\r\n\r\n* Use of full-resolution MetOp AVHRR data (previously used ‘global area coverage’ Level 1 data)\r\n\r\n* Inclusion of L2P passive microwave AMSR data\r\n\r\nData are made freely and openly available under a Creative Commons License by Attribution (CC By 4.0) https://creativecommons.org/licenses/by/4.0/\r\n\r\nWhen citing this dataset please also cite the associated data paper:\r\n\r\nEmbury, O., Merchant, C.J., Good, S.A., Rayner, N.A., Høyer, J.L., Atkinson, C., Block, T., Alerskans, E., Pearson, K.J., Worsfold, M., McCarroll, N., Donlon, C. Satellite-based time-series of sea-surface temperature since 1980 for climate applications. Scientific Data 11, 326 (2024). https://doi.org/10.1038/s41597-024-03147-w",
    "keywords": "ESA, CCI, SST, CDR v3.0",
    "discoveryKeywords": [],
    "publicationState": "published",
    "dataPublishedTime": "2024-05-22T10:42:22",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/27519/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/27522/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/27524/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40859/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40860/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40861/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40862/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40863/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40864/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40865/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40866/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/40867/?format=api"
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202995/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202996/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202997/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202998/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202999/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203000/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203001/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203002/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203007/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203008/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203003/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203004/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203009/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203005/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203010/?format=api"
    ]
}