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

{
    "ob_id": 30506,
    "uuid": "c58202085ddb493988be0fea4e1b065f",
    "title": "Summit Station Greenland",
    "abstract": "The Summit Station in Greenland is located (72° 36’N, 38° 25’W, 3250m), atop the Greenland Ice Sheet making it a unique location for a cloud– atmosphere observatory. The station is about 400 km from the east and west coastlines and more than 1,000 km from the southwest and southeast coasts, from which most of the flow impinging on Summit originates, making it a distinctly continental environment. Additionally, the high altitude leads to extremely cold and dry conditions and a relative compression of the troposphere above the ice sheet.",
    "keywords": "",
    "identifier_set": [],
    "platformType": "stationary_platform",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/131979/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/131980/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216636/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168449/?format=api"
    ]
}