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

{
    "ob_id": 14189,
    "uuid": "add3090223474a4382f6ba882f37925d",
    "title": "CEH Bush Estate",
    "abstract": "Centre for Ecology & Hydrology Estate 55.862N 3.206W\r\nEaster Bush is located in South East Scotland, 10 km south of Edinburgh (03°02′\r\nW, 55°52′N, 190 m above sea level). The fields have been under permanent grassland managemen\r\nt for more than 20 years with a species composition of >99% perennial ryegrass (Lolium peren\r\nne) and < 0.5% clover (Trifolium repens). The soil type is an imperfectly drained Eutric Cam\r\nbisol (FAO classification) with a pH of 5.1 (in H2O), a clay fraction of 20–26% (Clayey Loam\r\n to Sandy Loam) and a soil organic carbon content of 4% (0–10 cm depth). The grassland is grazed by cows, ewes and lambs at different stocking densities and has been cut for silage in\r\nsome years. The instrumentation sits on the boundary between two fields, labelled north and\r\nsouth, although the fence line runs down from the NW to SE.)The field site was established in 2001 for the EU GRAMINAE project (GRAMINAE: A new Initiative to Examine\r\nBiosphere-Atmosphere Interactions of Ammonia\r\nwith Grasslands across Europe which looked at\r\nammonia exchange and has hosted many projects since then, with a of core meteorological sensors",
    "keywords": "CEH, Edinburgh",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8775/?format=api"
    ],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54554/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54555/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/185862/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54556/?format=api"
    ]
}