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

{
    "ob_id": 27644,
    "uuid": "88021a0065614dddbdf2161164a00ac1",
    "title": "University of Lancaster Hazelrigg Weather Station",
    "abstract": "The University of Lancaster's Hazelrigg Weather Station is situated amongst agricultural fields with nearby objects of a 100 m tall wind turbine 150 m WSW, meteorological mast 10 m NW, road and trees 30 m E. The site is 94m above mean sea level. This site has hosted a range of instruments over the years, issuing various message types. See the linked MIDAS Station details entry for further information. Meteorological station data may be available from the MIDAS datasets also held by the Centre for Environmental Data Analysis archive.",
    "keywords": "meteorological station",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10544/?format=api"
    ],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115534/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115535/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115533/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115537/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115536/?format=api"
    ]
}