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

{
    "ob_id": 10897,
    "uuid": "fc7da890b6424fb29bc5aadcda252bf3",
    "title": "Terra Satellite, part of the Earth Observation System Morning Constellation (EOS-AM)",
    "abstract": "Terra, launched on 18th December 1999, is a polar-orbiting satellite within the Morning Constellation that have equator crossings around 10:30 and 22:30 under NASA's Earth Obseration System (EOS).\r\n\r\nOn February 24, 2000, Terra began collecting what was aimed to ultimately become a new, 15-year global data set on which to base scientific investigations about our complex home planet. Together with the entire fleet of EOS spacecraft, Terra is helping scientists unravel the mysteries of climate and environmental change.\r\n\r\nThe satellite carries the Advanced Spaceborne Thermal Emission and Reflection Radiometer (ASTER), the Clouds and Earth's Radiant Energy System (CERES), the Measurements of Pollution in the Troposphere (MOPITT), the Moderate Resolution Imaging Spectroradiometer (MODIS) and the Multi-angle Imaging Spectroradiometer (MISR), and these collect data on the Earth's atmosphere, ocean, land, snow and ice, and energy budget.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7257/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7259/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9546/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9547/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9548/?format=api"
    ],
    "platformType": "satellite",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108953/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/39196/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108950/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/39197/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108951/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108954/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108952/?format=api"
    ]
}