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

{
    "ob_id": 2866,
    "uuid": "288e7f31d5ca03cca85e3309c632eeaa",
    "title": "RAPID Circulation Overflow and Deep Convection Studies in the Nordic Seas Tracers and Models data",
    "abstract": "\"The Circulation, overflow, and deep convection studies in the Nordic Seas using tracers and models\" project was a Natural Environment Research Council (NERC) RAPID Climate Change Research Programme project (Round 1 - NER/T/S/2002/00446 - Duration 1 Aug 2003 - 31 Oct 2006 ) led by Prof Andrew Watson of the University of East Anglia, also with co-investigators at the University of East Anglia. Dataset contains sources of water in the Greenland-Scotland overflows: recent tracer release and transient tracer observations, as well as the initiation of convection and its relation to submesoscale hydrodynamics. \r\n\r\nThis dataset collection contains MIT General Circulation Model (MITgcm) ocean model basin and channel experiment outputs.\r\n\r\nThe project investigated two aspects of the Nordic Seas circulation of importance to the North Atlantic meridional overturning circulation (MOC): (1) Sources of water in the Greenland-Scotland overflows: recent tracer release and transient tracer observations were used to constrain inverse models of the sources of Denmark Straits and Faroe-Bank channel overflow waters. (2) The initiation of convection and its relation to submesoscale hydrodynamics: very high-resolution non-hydrostatic models for the Central Greenland Sea were used to model recent observations, which show convection to be intimately related to local sub-mesoscale structure.: The objective was to develop improved descriptions of convection for use in OGCMs, to more accurately describe how the sinking branch of the MOC will be affected by changes in forcing.\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.",
    "keywords": "RAPID, Climate change, Nordic Sea",
    "discoveryKeywords": [
        1138,
        1142
    ],
    "publicationState": "published",
    "dataPublishedTime": "2008-12-10T02:36:43",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/2867/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19169/?format=api"
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1972/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1973/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10442/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/12867/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/12869/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41614/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/12870/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/12873/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/12866/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41618/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/12868/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41615/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72469/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41616/?format=api"
    ]
}