Observation Collection Instance
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/8591/?format=api
{ "ob_id": 8591, "uuid": "48bb74ee7cf579712c04be88f3bd5e67", "title": "NCEO atmospheric profiles retrieved from the Michelson Interferometer for Passive Atmospheric Sounding (MIPAS) instrument onboard ESA's Envisat satellite", "abstract": "This dataset contains atmospheric profiles from the Michelson Interferometer for Passive Atmospheric Sounding (MIPAS) on Envisat, processed with the Oxford L2 retrieval algorithm MORSE. This differs from the European Space Agency L2 products in that it uses an optimal estimation approach rather than a regularised least squares fit, and has additional molecules. The L1B spectra are made available by ESA approximately 2 weeks after acquisition and L2 processing takes another week or so depending on the number of orbits and observation mode.\r\n\r\nThe dataset was produced by Anu Dudhia, University of Oxford and National Centre for Earth Observation (NCEO).\r\n\r\nIn the first processing version (v1.00-1.10) the following L2 products are generated: pT, H2O, O3, HNO3, CH4, N2O, NO2 (ie the ESA products), plus CFC-11, CFC-12, ClONO2, N2O5 and CO. However for the Middle Atmosphere (MA) and Upper Atmosphere (UA) mode data, only the ESA products plus CO are produced.", "keywords": "MIPAS, Envisat satellite", "discoveryKeywords": [ 1138, 1142 ], "publicationState": "published", "dataPublishedTime": "2010-06-02T12:31:04", "doiPublishedTime": null, "member": [ "https://api.catalogue.ceda.ac.uk/api/v2/observations/8592/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observations/8599/?format=api" ], "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5499/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5500/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33942/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33944/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33945/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41981/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41982/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33948/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33943/?format=api" ] }