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

{
    "ob_id": 1188,
    "uuid": "55f6b0a18e544315807bfa4b9aa11603",
    "title": "HCM (Hourly Climate Messages) Station Network",
    "abstract": "Observation stations within the HCM (Hourly Climate Message) station network transmit their observations in the form of a HCM message. Hourly Climate Messages (HCM), produced from automated systems such as ESAWS (Enhanced Synoptic Automatic Weather Station), SAMOS (Semi Automatic Meteorological Observing System) and CDL (Climate Data Logger), are transmitted in real time, and cover the period HH-70 to HH-10 (ten minutes to the previous hour of observation until ten minutes to the recorded hour of observation). The HCM message is transmitted from 171 UK stations, and 9 stations outside of the UK (3 in Germany, 1 in Gibraltar, 1 in Cyprus, 1 in St Helena, 1 in Paraguay, 1 in the Falkland Islands, and 1 in the Antarctic). The HCM message contains observed elements such as wind direction, wind speed, soil temperature, and global irradiation.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/873/?format=api"
    ],
    "platformType": "station_group",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/3769/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/3768/?format=api"
    ]
}