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

{
    "ob_id": 24927,
    "uuid": "a8aa0f0e0a0745eb900bd41c37592212",
    "title": "Swedish Maritime Administration Icebreaker Oden",
    "abstract": "The polar classed Icebreaker Oden (call sign SMLQ) is designed as a combined escort icebreaker and research vessel. She was the first non-nuclear icebreaker at the North Pole in 1991, with a total of seven visits. Between the years 2006-2011 she conducted five successful cruises to Antarctica. In the course of time, Oden has been upgraded and fitted with advanced scientific equipment. It was also deployed during the 2014 Arctic Cloud Summer Expedition (ACSE).",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9538/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13124/?format=api"
    ],
    "platformType": "ship",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102000/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102001/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102002/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102004/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102003/?format=api"
    ]
}