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

{
    "ob_id": 10906,
    "uuid": "5a1076bffc8c4c5d8a2ff3a4cfb29846",
    "title": "Aqua Satellite, part of the Earth Observation System Afternoon Constellation (EOS-PM)",
    "abstract": "Aqua, launched on 4th April 2002, is a polar-orbiting satellite within the Afternoon Constellation (A-Train) that have equator crossings around 13:30 and 01:30 under NASA's Earth Obseration System (EOS). The satellite carries Atmospheric Infrared Sounder (AIRS), Advanced Microwave Sounding Unit (AMSU-A), Humidity Sounder for Brazil (HSB), Advanced Microwave Scanning Radiometer for EOS (AMSR-E), Moderate-Resolution Imaging Spectroradiometer (MODIS) and Clouds and the Earth's Radiant Energy System (CERES), and these collect data on the Earth's atmospheric conditions, snow and ice, sea surface temperature and ocean productivity, and soil moisture.   Aqua was the first member launched of a group of satellites termed the Afternoon Constellation, or sometimes the A-Train. ",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7266/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7268/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9549/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9550/?format=api"
    ],
    "platformType": "satellite",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/39209/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/39210/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108957/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108958/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108959/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108955/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108956/?format=api"
    ]
}