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

{
    "ob_id": 1355,
    "uuid": "a34ae8dc70e541ac941bcdfee012ca5b",
    "title": "British Antarctic Survey's Rothera Station",
    "abstract": "The British Antarctic Survey (BAS) Research station at Rothera is the principal BAS logistics centre for support of Antarctic field science. It is located at Rothera Point, Adelaide Island Latitude, Antarctica - Coordinates: 67° 34’ S, 68 ° 08’ W. Adelaide Island lies approximately 1860km south of the Falkland Islands and 1630km south east of Punta Arenas in Chile. The island is 140km long and heavily glaciated with mountains of up to 2565m height. The station is built on a promontory of rock at the southern extremity of the Wormald Ice Piedmont.\n\nIt has been occupied since 25th October 1975 to present. There is a 900m long crushed rock runway allowing an air link with South America and the Falkland Islands, the Biscoe Wharf provides safe mooring for ships.  \n\nRothera is the main Antarctic base for the BAS twin-otter aircraft. Radiosondes were also launched from here for the OFCAP (Orographic Flows and the Climate of the Antarctic Peninsula) project.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1002/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1003/?format=api"
    ],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/4253/?format=api"
    ]
}