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

{
    "ob_id": 20141,
    "uuid": "746c23ce8d96402683218f197f1c8fee",
    "title": "Langford School of Veterinary Sciences (bristol-langford)",
    "abstract": "The Langford School of Veterinary Sciences  site is used in the GloCAEM project by the University of Bristol.\r\n\r\nThe Langford School of Veterinary Sciences is a rural site in North Somerset, UK, 17 km south west of the city of Bristol, and 6 km south west of Bristol airport. Langford vet school contains several farm buildings and the monitoring site is on the north western edge, adjacent to an open field. \r\n\r\nThe small area containing the instrumentation is primarily for research into bee behaviour and contains trees, wind breaks and bee hives which may all distort the electric field measurements. \r\n\r\nThe weather station anemometer and the JCI131 field mill are positioned on poles 2 m above the ground, several meters from the closest building.  The height of the site is 23m a.s.l.\r\nThe address of the site is School of Veterinary Sciences, University of Bristol, Langford, Bristol, BS40 5DU\r\n",
    "keywords": "Bristol-Langford glocaem",
    "identifier_set": [],
    "platformType": "land_station",
    "parentPlatform": [
        "https://api.catalogue.ceda.ac.uk/api/v2/platforms/20146/?format=api"
    ],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/78322/?format=api"
    ]
}