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

{
    "ob_id": 25087,
    "uuid": "55c74c02ec8e4afea309043d110a93e7",
    "title": "Auchencorth Moss Atmospheric Observatory (AU) and associated field sites: Meteorological observations",
    "abstract": "The Auchencorth Moss Atmospheric Observatory was setup in 1995 to measure meteorology, trace gases, aerosols and their fluxes. It is (55ᵒ47’36” N, 3°14’41” W) an ombrotrophic peatland with an extensive fetch at an elevation of 270 m, lying 18 km SSW of Edinburgh, UK, and can be categorised as a transitional lowland raised bog. The site is grazed with < 1 sheep ha^-1.\r\n\r\nDuring 2000s the site activity has increased and was established in 2006 as EMEP (European Monitoring and Evaluation Program, Level 2/3) supersite for the UK. Long term monitoring is led by NERC CEH with contributions from other organisations/research institutes including Ricardo AEA, BureauVeritas, NPL, the University of Birmingham and University of Edinburgh. In April 2014 the site was awarded WMO GAW regional station (World Meteorological Orgamisation Global Atmospheric Watch). In 2017 the site joined the ICOS network (Integrated Carbon Observation System).\r\nSimilar measurements are also made at nearby Easter Bush Field site by the same team.\r\n\r\nThe meteorological measurements were initially made to assist with interpretation of the fluxes and as such weren't installed with the intention of providing WMO standard measurements.",
    "keywords": "Auchencorth Moss, Meteorology, Temperature, Rainfall, Wind Speed",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": "2020-01-21T16:10:10",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/25086/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/30611/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/38735/?format=api"
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102798/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102800/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102801/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102802/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102789/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102794/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102795/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102796/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102797/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102790/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102791/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102792/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102793/?format=api"
    ]
}