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

{
    "ob_id": 5774,
    "uuid": "d08030fb43e7470dbe424b96f3ce8a57",
    "title": "Crug-y-Gorllwyn Radar Station, UK",
    "abstract": "Radar station, which is part of the Meteorological Office's radar network involved with measuring precipitation and rainfall. The station is at Crug-y-Gorllwyn near Capel Iwan, Carmarthen.\r\n\r\nRadar measurements of rainfall\r\nShort pulses of electro-magnetic waves, which travel at the speed of light (approx. 186000 miles per second), are transmitted in a narrow beam for a very short time (typically 2 microseconds). When the beam hits a suitable target, some of the energy is reflected back to the radar, which ‘listens’ out for it for a much longer period (3300 microseconds in the case of Met Office radars) before transmitting a new pulse. The distance of the target from the transmitter can be worked out from the time taken by a pulse to travel there and back.The radars do not receive echoes from tiny cloud particles, but only from the precipitation sized droplets. Drizzle is generally too small to be reliably observed, unless close to the radar, but rain, snow and hail are all observed without difficulty.\r\n\r\nEach radar completes a series of scans about a vertical axis between four and eight low elevation angles every 5 minutes (typically between 0.5 and 4.0 degrees, depending on the height of surrounding hills). Each scan gives good, quantitative data (1 and 2 km resolutions) out to a range of about 75 km and useful qualitative data (5 km resolution) to 255 km.",
    "keywords": "Met Office",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3775/?format=api"
    ],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/24790/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/24791/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74340/?format=api"
    ]
}