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/45821/?format=api
{ "ob_id": 45821, "uuid": "a7cfa4b2b8f5455ba5547150ce36abb2", "title": "Leeds Philosophial Hall meteorological site", "abstract": "The Leeds Philosophical Hall meteorological site was located at:\r\n\r\nLatitude (decimal degrees):\t53.79943 ( WGS 84 value: 53.79965 )\r\nLongitude (decimal degrees):\t-1.54751 ( WGS 84 value: -1.54905 )\r\nGrid ref:\tSE 298338 (Easting: 429800 Northing: 433800)\r\nElevation:\t42.0 meters\r\n\r\nWith station IDs:\r\nRAIN 076081\r\nMIDAS src_id: 2577", "keywords": "076081, 2577", "identifier_set": [], "platformType": "land_station", "parentPlatform": [], "childPlatform": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/219045/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219046/?format=api" ] }