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

{
    "ob_id": 6391,
    "uuid": "94149b5f90744b77a4149aa180d35de6",
    "title": "ERA SkyArrow-IBIMET aircraft",
    "abstract": "The Environmental Aircraft (ERA) SkyArrow-IBIMET is a small tropospheric aircraft operated by the Institute of Biometeorology, Italy. \r\nThe Sky Arrow features a strong, lightweight all carbon-fiber airframe and is powered by a 100 HP pusher engine. It is equipped with a fixed pitch propeller, a rectangular wing supported by two struts, and a fixed landing gear. Its maximum flight speed is 105 knots, with a low stall speed of 35 knots.\r\n\r\nThe 650 ERA has a gross weight of 650 kg. This model has hard points, portholes and power capabilities to accommodate the ATDD BAT probe and MFP system mounting and power requirements. The aircraft is especially suited for high-fidelity flux measurements at 70 knots flight speed and altitudes up to 12,000 ft MSL.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4183/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4184/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9369/?format=api"
    ],
    "platformType": "aircraft",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27946/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27945/?format=api"
    ]
}