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

{
    "ob_id": 7743,
    "uuid": "9132ed706f76465c926615d69b3502fd",
    "title": "Avery Plateau",
    "abstract": "Avery Plateau was the site of a British Antarctic Survey (BAS) Automatic Weather Station (AWS) during the NERC OFCAP (Orographic Flows and the Climate of the Antarctic Peninsula) project. The site is situated at 66.88 deg S, 65.46 deg W, 1813m above sea level. \nThe AWS was deployed on January 10th 2011. The instruments are mounted on a 5m pole, of which the bottom 1m was dug in at time of erection.\nThe wind vane (RM Young propvane) was 4m above the snow surface, temperature and humidity sensor (Vaisala  HMP45D) 3.5m above the surface.\nThe pressure sensor with the logger box was buried ~0.5m below the surface. \n10min mean values (calculated from 10sec measurements) were transmitted twice daily via iridium.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5009/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5010/?format=api"
    ],
    "platformType": "stationary_platform",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32106/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32105/?format=api"
    ]
}