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

{
    "ob_id": 4355,
    "uuid": "8ee156b6ed41b153e85dbf02a4134513",
    "title": "Met Office MetDB system: Surface, upper air and satellite data",
    "abstract": "Observational data extracted from the Met Office's MetDB system. Data include surface and upper air observations and some satellite data. These data are from a number of different message types covering data from land and ship surface data measurements through to upper air observations from wind profilers, radiosonde ascents and aircraft measurements and also satellite measurements.\r\n\r\nData arrive at the Met Office as per standard messages transmitted from source (e.g. SYNOP, METARS, TEMP message types) and are then decoded within the MetDB system. CEDA receives a text output from the MetDB system of these deciphered messages which are then processed into the BADC-CSV format where possible. Messages are split up by observation date at this stage. METARS and CLIMAT data are not decoded by the Met Office and are stored as per the original message. Details about the contents of each message type are given in the links in the 'online resources' section of this record. \"Raw\" data for all message types are available through the /raw folder within the archive. Each raw file contains messages received within a given period of time at the Met Office and are not sorted by observation date.",
    "keywords": "Met Office, MetDB, meteorology, SYNOP, AMDARS, wind, temperature, humidity, WMO",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": "2008-12-10T03:20:04",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4403/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4407/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4410/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4415/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4420/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4424/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4427/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4430/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4434/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4438/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4442/?format=api"
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2928/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2929/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10469/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20660/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20662/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20663/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20664/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20666/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42875/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42876/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20661/?format=api"
    ]
}