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

{
    "ob_id": 7575,
    "uuid": "2a863d6731c44af2aedda1da73e1015b",
    "title": "BAS Twin-Otter aircraft",
    "abstract": "The British Antarctic Survey has a Twin Otter aircraft with a certified fit of airborne atmospheric instrumentation suitable for atmospheric, boundary layer and cloud/aerosol studies.\r\n\r\nThe Twin Otter aircraft is a very adaptable platform used the world over as a ‘bush’ aircraft. Its twin turbo-prop engines and ‘Short Take off and Landing’ (STOL) capability allow it to be used from small, remote unpaved airfields and the addition of skis or tundra tyres also allows operation on snow and from remote camps.\r\n\r\nThe aircraft can be operated single pilot and a long range fuel tank is also available. Double cargo doors provide good access for installing instrument racks.\r\n\r\nIn general the aircraft works in the Antarctic from October through to March each year depending on projects, and can operate at other latitudes outside this period, for example ACCACIA in the Arctic February 2013.\r\n\r\nThe instrument suite includes standard temperature and water vapour sensors as well as a turbulence probe allowing full atmospheric profile measurements of temperature, dew point and winds.\r\n\r\nThe fast turbulence probe also facilitates sensible heat flux measurements by the eddy covariance method. These boundary layer measurement capabilities are complemented by incoming and outgoing radiation instruments and a downward looking infra-red thermometer.\r\n\r\nThe floor hatch opening can also accommodate a fixed laser range finder or scanning laser which has been used for measuring ice floe topography. The required GPS and attitude measurements to support this are available. Video and digital SLR cameras can also be fitted here. The camera bay can also be configured to drop airborne deployable buoys.\r\n\r\nHard points and pylons are available on each wing. A DMT Cloud and aerosol spectrometer (CAPS) probe is used for cloud studies. Other standard PMS pod instruments can easily be accommodated. A closed path Licor H2O/CO2 instrument, Grimm optical particle counter and cloud condensation nuclei counter are fed from simple Rosemount inlets.\r\n\r\nRange:\t1000km including skis. Increased with long range tank depending on configuration.\r\nAirspeed:\tCruise 65m/s. Data collection 60m/s.\r\nComplement:\tPilot + maximum 4 mission operators / scientists.\r\nAltitudes:\tless than 35m to 5000m. Unpressurized but with oxygen fit for pilots and operators.",
    "keywords": "BAS, Aircraft",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4906/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4907/?format=api"
    ],
    "platformType": "aircraft",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/31646/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101723/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/31645/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144598/?format=api"
    ]
}