Platform Instance
Get a list of Platform objects. Platforms have a 1:1 mapping with Observations.
### Available end points:
- `/platforms/` - Will list all Platforms in the database
- `/platforms.json` - Will return all Platforms in json format
- `/platforms/<object_id>/` - Returns Platforms object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `title`
- `uuid`
- `keywords`
- `platformType`
### How to use filters:
- `/platforms/?title__startwith!=Instrument.title: DETAILS NEEDED`
- `/platforms/?uuid=ca06054a34a6f4a72a87e3390a8136492`
- `/platforms.json?instrumentType=radiometer`
GET /api/v2/platforms/24865/?format=api
{ "ob_id": 24865, "uuid": "8356e0e452904457bf5b73d0222f46ef", "title": "British Antarctic Survey Twin Otter VP-FAZ aircraft", "abstract": "The British Antarctic Survey has a Twin Otter VP-FAZ aircraft, operated by NERC-ARF. It is a high-wing, twin-engine, turbo-prop aircraft designed to operate in remote environments and is easily modified to fit scientific instrumentation.\r\nIt possesses a certified fit of airborne atmospheric instrumentation suitable for atmospheric, boundary layer and cloud/aerosol studies and a multi-sensor payload typically consisting of a LiDAR, hyperspectral systems (VNIR, SWIR and LWIR) and a digital camera. The instrument suite includes standard temperature and water vapour sensors as well as a turbulence probe allowing full atmospheric profile measurements of temperature, dew point and winds. A DMT Cloud and aerosol spectrometer (CAPS) probe is used for cloud studies. Other standard PMS pod instruments can easily be accommodated. There is also a closed path Licor H2O/CO2 instrument, Grimm optical particle counter and cloud condensation nuclei counter fed from simple Rosemount inlets.", "keywords": "BAS, Twin, Otter, NERC-ARF", "identifier_set": [ "https://catalogue.ceda.ac.uk/api/v2/identifiers/9366/?format=api" ], "platformType": "aircraft", "parentPlatform": [], "childPlatform": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/101727/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/101728/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/110940/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/101729/?format=api" ] }