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

{
    "ob_id": 12359,
    "uuid": "62f41d30d9d344749b693e98cb79efc6",
    "title": "Landsat 8 Operational Land Imager (OLI) and Thermal Infrared Sensor (TIR): Land remote sensing data",
    "abstract": "The Landsat 8 mission was a collaboration between the National Aeronautics and Space Administration (NASA) and the United States Geological Survey (USGS) which ensures the continued availability of Landsat data. \r\n\r\nThis dataset collection contains moderate resolution images of the Earth’s surface in the visible to thermal infrared. \r\n\r\nLandsat 8 carries two science instruments: the Operational Land Imager (OLI) and the Thermal Infrared Sensor (TIRS). The OLI provides measurements in the visible, near infrared and shortwave infrared including a panchromatic band with 15 m spatial resolution and multispectral bands with 30 m spatial resolution. The TIRS provide a new infrared channel (band 9) for cirrus detection and a new deep blue band (band 1) for coastal monitoring. The TIRS instrument provides measurements at 100 m resolution in two bands in the thermal infrared previously covered by a single wide band. Some data from 2014 is now held by the Centre for Environmental Data Analysis (CEDA).",
    "keywords": "Landsat, Images, NASA",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": "2007-12-10T02:42:01",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/12361/?format=api"
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/47153/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/47152/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/47150/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/47154/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/47157/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/47151/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74459/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105415/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/47174/?format=api"
    ]
}