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/45816/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 45816,
    "uuid": "7d7573093fad4b63a3ee3293c171ca00",
    "title": "Devon Exeter Institute",
    "abstract": "Devon Exeter Institute meteorological field site was operated from 1817 through to the latter part of the 20th century. It has the following identifiers:\r\n\r\nMIDAS station source id (src_id): 8305\r\nRAIN: 360143, 360144\r\n\r\nGeographic location details:\r\nLatitude (decimal degrees):\t50.72242 ( WGS 84 value: 50.72297 )\r\nLongitude (decimal degrees):\t-3.52878 ( WGS 84 value: -3.52997 )\r\nGrid ref:\tSX 921926  (Easting: 292100 Northing: 92600)\r\nElevation:\t40.0 meters",
    "keywords": "",
    "identifier_set": [],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/219029/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/219030/?format=api"
    ]
}