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

{
    "ob_id": 27649,
    "uuid": "4ac7e54812f842d3a6f3097b2de4e0bc",
    "title": "University of Dundee Druim nam Bo weather station",
    "abstract": "The Druim nam Bo weather station is located in open artic tundra near Glen Feshie in the Cairngorms national park. It is operated by the University of Dundee. The site is a rounded mountain ridge oriented SW-NE, sloping SW and is frequently snowcovered.",
    "keywords": "meteorological station, artic tundra",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10549/?format=api"
    ],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115554/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115556/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115557/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115555/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115558/?format=api"
    ]
}