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

{
    "ob_id": 4103,
    "uuid": "c6271eefb63245f9a20c91b2c0e69b7e",
    "title": "Advanced Earth Observing Satellite (ADEOS)",
    "abstract": "Advanced Earth Observing Satellite (ADEOS) was the first international space platform dedicated to Earth environmental research developed and managed by the National Space Development Agency of Japan (NASDA). The TOMS instrument along with NSCAT (a NASA Spectrometer designed to study wind speed and direction) were major US components of the platform. ADEOS launched on August 17, 1996 (at 01:53 UT) into a sun synchronous sub-recurrent orbit of an altitude of approximately 830 km by an H-II launch vehicle from the Tanegashima Space Center. ADEOS failed in June 1997",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2807/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2808/?format=api"
    ],
    "platformType": "satellite",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19808/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19807/?format=api"
    ]
}