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

{
    "ob_id": 3883,
    "uuid": "ba8eaadcf91b46b2b5a4d60b6b96866a",
    "title": "EOS-AURA",
    "abstract": "Aura (Latin for breeze) was launched July 15, 2004. The design life is five years with an operational goal of six years. Aura flies in formation about 15 minutes behind Aqua. Aura is part of the Earth Observing System (EOS), a program dedicated to monitoring the complex interactions that affect the globe using NASA satellites and data systems. EOS-Aura's instruments are HIRDLS, MLS, OMI and TES.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2626/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2627/?format=api"
    ],
    "platformType": "satellite",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19139/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19138/?format=api"
    ]
}