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

{
    "ob_id": 19146,
    "uuid": "6ceb72ed91df42f69050a2a0fa18ea55",
    "title": "RAPID Understanding uncertainty in simulations of THC-related rapid climate change:",
    "abstract": "The main tools that are used for making projections of climate change in the coming century resulting from greenhouse-gas and other emissions are detailed coupled three-dimensional models of the atmosphere and ocean. However, such models give widely different results for some important aspects of climate change, thus limiting our ability to make practically useful projections. One such aspect is changes that may happen in the Atlantic Ocean thermohaline circulation, often referred to as the Gulf Stream. This circulation transports a great deal of heat northwards. If it weakened, future warming in Europe in particular could be reduced or possibly reversed. The spread of model results basically reflects limitations in current understanding of how the large-scale climate system operates. The aim of this project was to identify which are the most important aspects of that uncertainty by making comparisons of the responses simulated by a range of climate models. The results were intended to help improve the models by focusing attention on the aspects which require further theoretical or observational study.\r\n\r\nThis dataset collection contains meteorology and ocean model outputs.\r\n\r\nRapid Climate Change (RAPID) was a £20 million, six-year (2001-2007) programme for the Natural Environment Research Council. The programme aimed to improve the ability to quantify the probability and magnitude of future rapid change in climate, with a main (but not exclusive) focus on the role of the Atlantic Ocean's Thermohaline Circulation.\r\n",
    "keywords": "RAPID, Climate change, Atlantic Ocean's Thermohaline Circulation",
    "discoveryKeywords": [
        1138,
        1142
    ],
    "publicationState": "published",
    "dataPublishedTime": "2008-12-10T02:40:23",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/6247/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/6740/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19147/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19149/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19151/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19153/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19155/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19157/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19159/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19164/?format=api"
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8969/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10444/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72018/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72021/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72022/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72023/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72024/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72017/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72019/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72020/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72025/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72459/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72037/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72026/?format=api"
    ]
}