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

{
    "ob_id": 43639,
    "uuid": "aa0dc2ec432144598bc99b60bb551f1b",
    "title": "Met Office: Pershore Collage",
    "abstract": "Pershore College is a weather station part of the Met Office UK network of meteorological weather stations. It is located in Hereford and Worcester, UK. It was used to as part of a network of stations contributing to Central England Temperature series from November 2004-current\r\n\r\nLatitude: 52.10001\r\nLongitude: -2.05997\r\nElevation: 37 m\r\n\r\nIdentifiers for this site\r\n - DCNN 4833\r\n - CLBW 99059\r\n - RAIN 457173\r\n - RAIN 457174\r\n\r\nMIDAS station SRC ID: 658\r\n\r\nFor further details on the station refer to the station entry in the MIDAS Station tool linked to on this record.",
    "keywords": "Met Office, land station, Central England Temperature",
    "identifier_set": [],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208840/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208841/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208842/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208843/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208844/?format=api"
    ]
}