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

{
    "ob_id": 20355,
    "uuid": "20aada08d61f4585a9e2f33df0ebb4ee",
    "title": "NCAR C130 aircraft",
    "abstract": "The NCAR C-130 is a versatile and capable research platform that carries a wide variety of scientific payloads. The C-130 has a 10-hour flight endurance, a 2,900 nautical mile range at up to 27,000 ft, and a payload capacity of up to 13,000 lbs. In addition to standard thermodynamic, microphysics and radiation sensors, the C-130 has a roomy fuselage payload area (414 ft2) and many versatile inlets and optical ports. The aircraft carries instruments and sensors in pods and pylons on both wings. The C-130 can carry advanced EOL and community instrumentation. This aircraft has been used in collaborations with other EUFAR aircraft.",
    "keywords": "EUFAR aircraft ",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9144/?format=api"
    ],
    "platformType": "aircraft",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79073/?format=api"
    ]
}