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

{
    "ob_id": 6396,
    "uuid": "535cd47c12a34e81888d7ddff4c84397",
    "title": "Partenavia - Enviscope aircraft",
    "abstract": "Partenavia is an Aircraft for use in the fields of Atmospheric Research, Environmental Control and Survey.\nThis is a small tropospheric aircraft operated by Enviscope GmbH, Germany.\n\nThe Partenavia P68B is a twin-engined aeroplane which offers excellent opportunities for mounting equipment both inside and outside the aircraft. It has been selected for outfitting as a research aircraft and offers ideal conditions for use in environmental research.\n\nSpace and load may be somewhat limited, but they are quite adequate for most scientific flights and can accommodate scientific equipment, a pilot and up to two scientists. Flight times of up to 5 hours are possible, depending on the weight of the scientific equipment selected.\n\nThe Partenavia P68B D-GERY offers the following advantages:\n\n    * the wings provide excellent opportunities for mounting equipment under the wings\n    * the location of the engines ensure an undisturbed flow of air around the cabin\n    * the shape of the fuselage allows the equipment racks to be installed in the centre of the plane, close to the centre of gravity\n    * large doors allow access to the equipment from both sides\n    * the flight characteristics offer a high degree of safety\n    * short take-off and landing lengths enable operation from even small airfields\n    * IFR instrumentation allows flights at night and in cloud\n    * classification in the 2 tonne class ensures lower operating costs",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4193/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4194/?format=api"
    ],
    "platformType": "aircraft",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27955/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27956/?format=api"
    ]
}