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

{
    "ob_id": 12239,
    "uuid": "df372fd80b644ac7bf2fc293ae736357",
    "title": "Munduff Hill Radar Station, UK",
    "abstract": "Munduff Hill C-Band weather radar station in the UK rain radar network, located near Kinnesswood, Glenrothes, Kinross, Fife, Scotland.\r\n\r\nEastings: 318820\r\nNorthings: 703225\r\n\r\nSite IDs:\r\nWMO ID: 03159\r\nWIGOS ID: 0-20000-0-03159",
    "keywords": "c-band, radar, precipitation, dual polar, single polar",
    "identifier_set": [
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13837/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13838/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13839/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13840/?format=api"
    ],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/46711/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/46712/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/46713/?format=api"
    ]
}