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

{
    "ob_id": 51,
    "uuid": "dda4596d5d374564acf8c79b7a119127",
    "title": "FAAM BAe-146-301 Large Atmospheric Research Aircraft G-LUXE",
    "abstract": "FAAM is the result of a collaboration between the Met Office(TM) and the Natural Environment Research Council (NERC) and has been established as part of the National Centre for Atmospheric Science (NCAS) to provide an aircraft measurement platform for use by all the UK atmospheric research community on campaigns throughout the world. The modified BAE 146 aircraft (jet type) is owned by BAE Systems and operated for them by Directflight. The Home Base is at Cranfield University, Bedfordshire.\r\n\r\nThe FAAM BAE 146 aircraft allows for in-situ measurements taken by core and non-core instruments onboard the aircraft. The in-situ measurements will then be transported to the research organisations' respective laboratory for analysis",
    "keywords": "FAAM, NERC, Met Office, BAE-146",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/52/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/53/?format=api"
    ],
    "platformType": "aircraft",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/118/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/48898/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129629/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/120/?format=api"
    ]
}