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

{
    "ob_id": 39554,
    "uuid": "97d2d7c738074d17bf0622a612df7d5c",
    "title": "Universidad Nacional San Luis Gonzaga, Ica,  Peru",
    "abstract": "The measurement site is located inside the ‘Center for Research on Solar Activity and its Effects on the Earth’, on the campus of San Luis Gonzaga University, Ica, Peru. The site is on a flat sandy soil. There is a house located 8m of the sensor position where the data is stored. There is a wall that separates the perimeter of the university located 15m of the sensor position. The site is at 402m a.s.l.",
    "keywords": "",
    "identifier_set": [],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192873/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192874/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192879/?format=api"
    ]
}