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

{
    "ob_id": 41524,
    "uuid": "d08d1f4756e145a8a35ba8aba77a713e",
    "title": "MOD Lyneham",
    "abstract": "The Lyneham site represents a number of locations within the Ministry of Defence (MOD) site that have been used for observations. These include two meteorological sites and other locations used for field campaigns, all in close proximity.\r\n\r\nList of site IDs used for this location include:\r\n\r\nWMO id: 03740\r\nWIGOS id: 0-20000-0-03740\r\nICAO: EGDL\r\n\r\nAltitude above mean-sea level varies across the site, but is around 140 meters above mean sea level.\r\n\r\nWithin files in the CEDA archive the identifier 'lyneham' has been used.\r\n\r\nFurther specific site details can be found in the online resources linked to from this record. These include entries within the Met Office's MIDAS station database (for use within the MIDAS dataset collections also archived within the Centre for Environmental Data Analysis archive), the WMO's WIGOS site entry and also locations used on site for the WOEST field campaign in 2023.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12838/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12839/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12837/?format=api"
    ],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202338/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202339/?format=api"
    ]
}