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

{
    "ob_id": 43627,
    "uuid": "51850d62aa7c4cfd94d9951dab8de307",
    "title": "Mount Plose, South Tyrol, Italy",
    "abstract": "Plose is a mountain range in the Autonomous Province of Bolzano – South Tyrol in northern Italy. It has 3 peaks: Telegraph (2486 m), Pfannspitze (2547 m) and Gabler (2576 m). It is a popular ski location in winter and hiking area in summer.  The nearest town is Brixen (Bressanone), 6 km to the west. \r\nLocated on the Telegraph are disused buildings that were a base for the 16th Air Force Radar Centre, active from 1958 to 1978. There are several communication and broadcasting transmitters currently located here. One of the masts belongs to the Agency for Civil Protection and is located in a compound approximately 200m south of the old air force centre.  The land is owned by a Farmers Cooperative called the Plosachalpe Interest Group.\r\nThe NCAS moveable X-band radar (NXPol-2) was deployed alongside this compound for the TEAMx project in Summer 2025.",
    "keywords": "nxpol2, radar, teamx, mount plose, telegraph",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13254/?format=api"
    ],
    "platformType": "stationary_platform",
    "parentPlatform": [],
    "childPlatform": [
        "https://api.catalogue.ceda.ac.uk/api/v2/platforms/45249/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208801/?format=api"
    ]
}