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

{
    "ob_id": 4494,
    "uuid": "4d236d498af84e269fec0a74a4211787",
    "title": "Wardon Hill Radar Station, UK",
    "abstract": "C-band weather radar station in the UK rain radar network, located at Wardon Hill, Long Ash Lane, Frome St Quintin, Dorset.\r\n\r\nEastings: 360907\r\nNorthings: 102337\r\n\r\nSite IDs:\r\nWMO ID: 03854\r\nWIGOS ID: 0-20000-0-03854",
    "keywords": "",
    "identifier_set": [
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/3023/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/3022/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13784/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13785/?format=api"
    ],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/21033/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/219295/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/21034/?format=api"
    ]
}