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

{
    "ob_id": 25001,
    "uuid": "7d398c4fe1c842809f8fc786a0e3fcac",
    "title": "Observatory Panska Ves",
    "abstract": "Panska Ves observatory, Institute of Atmospheric Physics CAS, Czech Republic   \r\n50.527°N, 14.568°E\r\nObservatory Panska Ves is located in rural area about 60 km North from Prague, Czech Republic. It is located on gentle grass slope, the surrounding of the observatory is partly forested. \r\nThe observatory has been primary used as satellite receiving station for ionospheric and magnetospheric research. However, ground based measurements  are also located there.\r\n",
    "keywords": "",
    "identifier_set": [],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": []
}