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/1237/?format=api
{ "ob_id": 1237, "uuid": "9f893cf954fa4d619e68e6db3a52b4e6", "title": "MODLERAD (Hourly radiation values from Met Office Data Logging Equipment) Station Network", "abstract": "Observation stations within the MODLERAD (Hourly radiation values from Met Office Data Logging Equipment) Station Network transmit their observations in the form of a MODLERAD message. The MODLERAD message transmits hourly radiation values from 53 observation stations worldwide, 43 of which are in the UK, and 10 outside of the UK (Antarctica, North Atlantic, Maldives, Malta, Bahrain, and Yemen).", "keywords": "", "identifier_set": [ "https://catalogue.ceda.ac.uk/api/v2/identifiers/906/?format=api" ], "platformType": "station_group", "parentPlatform": [], "childPlatform": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/3883/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/3882/?format=api" ] }