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

{
    "ob_id": 39782,
    "uuid": "7e723f4be1394c1280ca930b66f4e770",
    "title": "Kakioka Magnetic Observatory, Japan",
    "abstract": "The Kakioka Magnetic Observatory is located in Ishioka-shi, Ibaraki-ken, Japan.  It is  27m above sea level. \r\n\r\n Kakioka is a small town located in Ibaraki Prefecture in eastern Japan, east of Mt. Tsukuba.\r\nTwo Boltek electric field  mills (higher and lower sensitivity) operated by the Japan Meteorological Agency   provide atmospheric electric field data to GLOCAEM,\r\n\r\nImages by an all-sky camera (10 min. Time) and a wildlife surveillance camera (Motion detection) are also available at this site.",
    "keywords": "",
    "identifier_set": [],
    "platformType": "stationary_platform",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193780/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193779/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193782/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193783/?format=api"
    ]
}