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

{
    "ob_id": 7741,
    "uuid": "b45f2e65e73441e5aba6a0f14f947e4f",
    "title": "Cole Peninsula",
    "abstract": "Cole Peninsula was the site of a British Antarctic Survey (BAS) Automatic Weather Station (AWS) during the NERC OFCAP (Orographic Flows and the Climate of the Antarctic Peninsula) project.\nThe site is situated at 66.86 deg S, 63.81 deg W, 424m above sea level. Data was logged every 10secs and accumulated into 10min averages.\nInstruments were mounted on a 5m pole, of which the bottom ~1m was buried in snow.\nInitial height above snow surface of Vaisala Humicap HMP45D (temperature and relative humidity measurements,  with radiation shield) was ~3.5m\nRM Young propvane measuring wind speed and direction was initially at ~4m above snow surface.\nAir pressure was measured by a mem pressure sensor in a back-up logger box buried at the foot of the AWS in about 0.5m snow.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5005/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5006/?format=api"
    ],
    "platformType": "stationary_platform",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32102/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32101/?format=api"
    ]
}