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

{
    "ob_id": 5774,
    "uuid": "d08030fb43e7470dbe424b96f3ce8a57",
    "title": "Crug-y-Gorllwyn Radar Station, UK",
    "abstract": "Radar station, which is part of the Meteorological Office's radar network involved with measuring precipitation and rainfall. The station is at Crug-y-Gorllwyn near Capel Iwan, Carmarthen.\r\n\r\nEastings: 232190\r\nNorthings: 234085\r\n\r\nSite IDs:\r\nWMO ID: 03601\r\nWIGOS ID: 0-20000-0-03601, 0-826-0-375\r\n\r\nNote, within the CEDA archive these files have been incorrectly labelled with an extra 'r' : \"crug-y-gorrllwyn\"",
    "keywords": "Met Office",
    "identifier_set": [
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/3775/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13809/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13810/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13811/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13812/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13813/?format=api"
    ],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/24790/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/24791/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/74340/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/219324/?format=api"
    ]
}