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

{
    "ob_id": 4454,
    "uuid": "e717058a85074b1f9a84aea2ece55ea2",
    "title": "University of Manchester CESSNA 182J aircraft",
    "abstract": "The University of Manchester Centre for Atmospheric Science owns and operates an instrumented aircraft designed for atmospheric research. The aircraft, a Cessna 182J, is equipped with sophisticated turbulence, trace gas, aerosol and cloud microphysics instrumentation to make a wide range of atmospheric boundary layer measurements. It is based at Liverpool Airport and has access to a wide range of technical support facilities. Dr Ann Webb, a member of the centre's academic staff, is responsible for the aircraft and is also the main pilot. The aircraft is used by students as part of their PhD research and has participated in a number of UK research programmes. The aircraft was fitted with a new data system, and several new instruments, as part of the NCAS Facility for Ground-based Atmospheric Measurement (FGAM).",
    "keywords": "aircraft",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2992/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2993/?format=api"
    ],
    "platformType": "aircraft",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20932/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20933/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55289/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55290/?format=api"
    ]
}