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

{
    "ob_id": 1439,
    "uuid": "464701ab77b94f279b0bf4078e93663c",
    "title": "Fokker 27 ARAT aircraft",
    "abstract": "ARAT (Avion de Recherche Atmospherique et de Teledetection) is owned and operated by IGN (Institut Geopgraphique National) and managed by INSU, an institute of CNRS (Centre National de la Recherche Scientifique). ARAT is a versatile flying laboratory offering several scientific configurations: basic meteorological instrumentation, turbulent flux equipment, radiation measurement, microphysics sensors, in-situ and remote sensing chemistry instruments, aerosol lidar, Earth Observation instrumentation, etc... The aircraft is based in Italy.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1071/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1072/?format=api"
    ],
    "platformType": "aircraft",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/4562/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/4563/?format=api"
    ]
}