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/8181/?format=api
{ "ob_id": 8181, "uuid": "47edf6f8790da0ebb5080feb810a630e", "title": "Landmap: Radar Earth Observation Collection", "abstract": "The radar data collected by the Landmap project consist of data from ERS (European Remote Sensing) Satellites 1 and 2 from 1995 to 1999, ENVISAT ASAR (Advanced Synthetic Aperture Radar) (available in image mode, alternating polarisation and wide swath from 2004 onwards) and ALOS PALSAR (Advanced Land Orbiting Satellite Phased Array Type L-band Synthetic Aperture Radar) data where Fine Beam Single (FBS), Fine Beam Dual (FBD) and Polarimetric (PLR) data are available from 2007 - 2009 for areas of the UK and Republic of Ireland. The Joint Information Systems Committee (JISC) funded Landmap service which ran from 2001 to July 2014 collected and hosted a large amount of earth observation data for the majority of the UK, part of which was radar data. After removal of JISC funding in 2013, the Landmap service is no longer operational, with the data now held at the NEODC.", "keywords": "Landmap, radar", "discoveryKeywords": [ 1138 ], "publicationState": "published", "dataPublishedTime": "2014-08-18T11:15:42", "doiPublishedTime": null, "member": [ "https://api.catalogue.ceda.ac.uk/api/v2/observations/8182/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observations/8189/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observations/8194/?format=api" ], "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5280/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33099/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33101/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33102/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33103/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41977/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41978/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46836/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33100/?format=api" ] }