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

{
    "ob_id": 6451,
    "uuid": "47585b61ae7a45c2a467a9c26f1eb71a",
    "title": "Met Office Rainfall network",
    "abstract": "Although many of the requirements for the measurement of precipitation amount may be met by the stations in the climate network, it is important for some applications to be able to resolve detail on smaller space scales. Point to point variability, and therefore the interpolation error between two neighbouring stations, is larger for rainfall than for most other climate elements. In terms of station numbers, the rainfall network is largest having some 5000 stations currently open across the UK. Radar rainfall sites are not included in this network. The current rainfall network is made up of 3 sub-networks:.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4230/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4229/?format=api"
    ],
    "platformType": "station_group",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28070/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28071/?format=api"
    ]
}