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

{
    "ob_id": 20136,
    "uuid": "93cd799185e243e1bc7d44b6d1b63cb4",
    "title": "Aragats Space Environmental Center",
    "abstract": "The  Aragats Research Station used in the GloCAEM project is used by the Yerevan Physics Institute for the GloCAEM project. \r\n\r\nAragats Research Station is located on Mt. Aragats, Armenia, a dormant stratovolcano in central Armenia, approximately 50 km (30 mi) northwest of Yerevan, Armenia.  The observatory is 3200m a.s.l. For around 250 days each year, 1.65m of snow covers the ground.\r\n\r\nASEC was founded by famous Armenian physicists, Alikhanyan brothers, in 1943.  \r\nAt the Aragats Research Station, the average winter temperature is around -15 °C (5 °F), with temperatures occasionally reaching as low as -40 °C (-40 °F); during the summer, the average temperature is 12 °C (54 °F), with highs up to 20 °C (85 °F). Throughout the year, the humidity is between 72% and 80%. Average winds range from 20 km/hr (10 mph) in the summer to 40 km/h (20 mph) in winter, with occasional gusts up to 150 km/h (90 mph). For around 250 days each year, 1.65m of snow covers the ground.\r\n",
    "keywords": "aragats glocaem",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9013/?format=api"
    ],
    "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/78305/?format=api"
    ]
}