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/45998/?format=api
{ "ob_id": 45998, "uuid": "8fe4e6a869064ed5b48239bc4b0a38fa", "title": "Angus Tall Tower", "abstract": "Angus Tall Tower is a telecommunications tower located near the east coast of Scotland, 10 km north of Dundee. Land surrounding the tower is predominantly under agricultural use, primarily livestock farming due to its hilly terrain. It was the site of an atmospheric measurement station until its decommissioning in 2015. A single line sampled air at 222 m above ground level from the tall open-lattice tower.", "keywords": "TTA", "identifier_set": [ "https://catalogue.ceda.ac.uk/api/v2/identifiers/13876/?format=api" ], "platformType": "land_station", "parentPlatform": [], "childPlatform": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/219895/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/220065/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/220066/?format=api" ] }