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

{
    "ob_id": 1635,
    "uuid": "ce2e8bc13e8d41c5af678f31969677ee",
    "title": "Upper Air Research Satellite (UARS)",
    "abstract": "The satellite was launched in 1991 by the Space Shuttle Discovery. It is 35 feet long, 15 feet in diameter, weighs 13,000 pounds, and carries 10 instruments. UARS orbits at an altitude of 375 miles with an orbital inclination of 57 degrees. Designed to operate for three years, UARS was finally decommissioned in December 2005. UARS measures ozone and chemical compounds found in the ozone layer which affect ozone chemistry and processes. UARS also measures winds and temperatures in the stratosphere as well as the energy input from the Sun. Together, these help define the role of the upper atmosphere in climate and climate variability.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1216/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1217/?format=api"
    ],
    "platformType": "satellite",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/5050/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/5049/?format=api"
    ]
}