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

{
    "ob_id": 45999,
    "uuid": "8bd52e8681a3409d9b721deeda842e9b",
    "title": "The Scottish Observatory for Atmospheric Research (SOAR) at Invergowrie",
    "abstract": "The Scottish Observatory for Atmospheric Research (SOAR) at Invergowrie is a 100 m tall purpose-built tower for atmospheric research. Its location in eastern Scotland and dominant westerly winds means that measuring gases in the atmosphere here allows scientists to track emissions from right across Scotland including emissions from the agricultural sector. It is operated as a collaboration between the University of Edinburgh, the James Hutton Institute and the National Physical Laboratory.",
    "keywords": "IVG",
    "identifier_set": [
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13877/?format=api"
    ],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/219896/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/219897/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/219898/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/219899/?format=api"
    ]
}