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

{
    "ob_id": 4342,
    "uuid": "1ae11ab1741c29c15ab58bbaeebc9550",
    "title": "Cryogenic Limb Array Etalon Spectrometer (CLAES L3): Vertical temperature profiles and atmospheric particle concentration measurements",
    "abstract": "The Cryogenic Limb Array Etalon Spectrometer (CLAES) measured vertical profiles of temperature and concentrations of ozone, methane, water vapour, nitrogen oxides, and other important species, including CFCs, in the stratosphere. CLAES also maps the horizontal and vertical distributions of aerosols in the stratosphere. These measurements are analysed to better understand the photochemical, radiative, and dynamical processes taking place in the ozone layer. \r\n\r\nCLAES was built by an instrument team based at Lockheed Palo Alto and launched on the Upper Atmosphere Research Satellite (UARS) on 12th September 1991. CLAES had a design lifetime of 18 months, beginning on 1st October 1991 and ceasing operations on 5th May 1993. The Principal Investigator is Dr Aidan E. Roche. CLAES makes measurements of thermal emission from the Earth's limb in a number of spectral regions which are then used to derive stratospheric altitude profiles of temperature, pressure, ozone (O3), water vapour (H2O), methane (CH4), nitrous oxide (N2O), nitrogen oxide (NO), nitrogen dioxide (NO2), dinitrogen pentoxide (N2O5), nitric acid (HNO3), chlorine nitrate (ClONO2), CFCl3, CF2Cl2. Aerosol extinction coefficients are also calculated for each spectral region. Further details of the instrument are given in the BADC help file.\r\n\r\nThe data coverage extends from 80°S to 80°N, but at any one time this is restricted to 34°S to 80°N or 34°N to 80°S. The vertical coverage of the measurements is from the tropopause to the lower mesosphere (10-60km). The range over which retrievals are valid is outlined in the help file.\r\n\r\nThe dataset contains measured global temperature, pressure, O3, H2O, CH4, N2O, NO, NO2, N2O5, HNO3, ClONO2, CFCl3, CF2Cl2 and aerosol extinction measurements. Data are level 3A product (gridded in time and latitude along the satellite track) between 80N - 80S, 10-60 Km, October 1991 - May 1993. This dataset is public.",
    "keywords": "CLAES L3, Temperature, Particle concentrations",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": "2006-12-10T03:04:33",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/4343/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/13721/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/13723/?format=api"
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2914/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2915/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10290/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12887/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20615/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20616/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20617/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20618/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41393/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20614/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41395/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20620/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41394/?format=api"
    ]
}