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

{
    "ob_id": 20145,
    "uuid": "ab1986a955154b0eaa2cc987cbb6eab9",
    "title": "Wise Astronomical Observatory, Mitzpe Ramon",
    "abstract": "The Wise Astronomical Observatory, Mitzpe Ramon is used in the GloCAEM project by the Tel Aviv University.\r\n\r\nThe measurement site is located in the arid Negev desert, which experiences hot summers and a daily Mediterranean sea breeze.    Altitude is 850m a.s.l.\r\nThe measurement site is located in the north west section of the Wise observatory. This is an arid location in the southern part of Israel (the Negev desert) on the cliffs of the Ramon crater. The area experiences hot, dry summers with average temperature of 30 degrees Celsius and cold winters with average temperature of 6 degrees Celsius. There is very little precipitation in this area (average precipitation of 80mm/year), although dust storms can be frequent. Snow occurs once every several years and lasts for 2-3 days on the ground before it melts. The terrain consists of rocks rich with iron, making the ground quite conductive.\r\n\r\n",
    "keywords": "wise glocaem",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9017/?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/78326/?format=api"
    ]
}