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

{
    "ob_id": 7215,
    "uuid": "104e586395d1cc4af88f5b69d5501745",
    "title": "Met Office Unified Model (UM) Operational Output (October 2000 - January 2012)",
    "abstract": "The Unified Model is the name given to the suite of atmospheric and oceanic numerical modelling software developed and used at the Met Office. The formulation of the model supports global and regional domains and is applicable to a wide range of temporal and spatial scales that allow it to be used for both numerical weather prediction and climate modelling as well as a variety of related research activities. The Unified Model was introduced into operational service in 1991. Since then, both its formulation and capabilities have been substantially enhanced.\r\n\r\nData from the operational NWP (Numerical Weather Prediction) output from the Met Office Unified Model. These data are from both the Global and the North Atlantic European (NAE) part of the model. The NAE model runs on a grid centred around the UK. Analyses and intermediate forecast steps are stored to give an hourly time resolution for 6 hours following each analysis time-step. This archive only holds data to January 2012. A new NWP archive is being populated with data from January 2012. The dataset starts on 23 October 2000, and is ongoing. Around 1.6Gb of data are stored for each day.\r\n\r\nAnalysis fields at 0,6,12,18Z are stored, along with all of the forecast fields from 1-6 hours from each analysis time.\r\n\r\nMesoscale : lb[a,f][m,p]yyyymmddhh_STASHCODE_fh.pp\r\n\r\nGlobal: ag[a,f][m,p]yyyymmddhh_STASHCODE_fh.pp\r\n\r\nwhere yyyymmddhh is the year, month,day and assimilation time, STASHCODE is the STASHMASTER parameter code, fh is the forecast timestep (from the assimilation time), and pp indicates that the files are in binary \"pp\" format.\r\n\r\nThe directory structure has also been changed to bring it in line with the BADC ECMWF holdings. The mesoscale files and global data are now stored under:\r\n/badc/ukmo-um/data/meso/lb/a[m,p] for the analysis fields\r\n/badc/ukmo-um/data/meso/lb/f[m,p] for the forecast fields\r\n/badc/ukmo-um/data/global/ag/a[m,p] for the analysis fields\r\n/badc/ukmo-um/data/global/ag/f[m,p] for the forecast fields\r\nPre-2004 data are still available in the old format under /badc/ukmo-um/data/mesocale/[sm,mm] and /badc/ukmo-um/data/global/[mg,sg], although these will be phased out as the data are archived in the newer format.\r\n",
    "keywords": "Met Office, UM, NWP",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": "2013-12-10T03:01:44",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/7216/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/11070/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/13536/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/13538/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/13540/?format=api"
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4685/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4686/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10473/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/30355/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/30354/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/30356/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/30357/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/30358/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41185/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41186/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/30360/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46815/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54995/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168746/?format=api"
    ]
}