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/4776/?format=api
{ "ob_id": 4776, "uuid": "99e1779fe19e478d9b1051545d55ff32", "title": "Predannack Radar Station, UK", "abstract": "C-band weather radar station in the UK rain radar network, located near Ruan Mayor, The Lizard, Cornwall, South-West UK.\r\n\r\nEastings: 169185\r\nNorthings: 016440\r\n\r\nSite IDs:\r\nWMO ID: 03813\r\nWIGOS ID: 0-20000-0-03813", "keywords": "", "identifier_set": [ "https://catalogue.ceda.ac.uk/api/v2/identifiers/3204/?format=api", "https://catalogue.ceda.ac.uk/api/v2/identifiers/3205/?format=api", "https://catalogue.ceda.ac.uk/api/v2/identifiers/13797/?format=api", "https://catalogue.ceda.ac.uk/api/v2/identifiers/13798/?format=api", "https://catalogue.ceda.ac.uk/api/v2/identifiers/13799/?format=api" ], "platformType": "land_station", "parentPlatform": [], "childPlatform": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/21802/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219305/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219314/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/21803/?format=api" ] }