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

{
    "ob_id": 6666,
    "uuid": "20981e3052a66ca71c2ba92b94760150",
    "title": "Cascade - Scale interactions in the tropical atmosphere model runs",
    "abstract": "Cascade was a NERC funded consortium project to study organized convection in the tropical atmosphere using large domain cloud system resolving model simulations.\r\n\r\nThis datset collection contains measurements from atmospheric model runs of the tropics.\r\n\r\nWithin the Cascade project a version of the Met Office Unified Model (UM) at horizontal resolutions of 1.5km - 40km was used Africa, Indian Ocean and West Pacific Ocean. The horizontal resolution allowed the individual cloud systems to simulate the large-scale organization. The combination of the high resolution and large domains allowed the upscale transports of heat, moisture and momentum and investigated the impact of these transports on the evolution of the synoptic and planetary scale systems.\r\n\r\nTwo domains of interest were chosen to represent continental and oceanic convection respectively. Simulations of the West African Monsoon region were used to understand the range of factors which influence the diurnal cycle of convection over complex topography and to identify the impact of the diurnal cycle and other mesoscale organization on the synoptic organization of convection by African Easterly Waves. Simulations of the Indian Ocean and West Pacific Warm Pool were used to investigate the role of mesoscale and synoptic scale organization on the evolution of the Madden-Julian Oscillation and the influence of the diurnal cycle (e.g. land-sea breeze circulations) on the maintenance of the climate of the Maritime Continent region. In addition, simulations over an idealized ocean surface were used to investigate the organization of convection by equatorially trapped wave modes.\r\n\r\n\r\n\r\n",
    "keywords": "Cascade, atmosphere, UM, Unified Model, tropical",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": "2008-12-10T03:15:37",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/6667/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14743/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14745/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14747/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14749/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14751/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14753/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14755/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14757/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14781/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14783/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14785/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14787/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/14789/?format=api"
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4366/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4367/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10281/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28671/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41499/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28675/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28679/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28672/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41503/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28673/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28674/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41500/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41502/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41501/?format=api"
    ]
}