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

{
    "ob_id": 3338,
    "uuid": "028377b89ece47899a828e37f03b0725",
    "title": "Geostationary Operational Environmental Satellite (GOES) series - GOES-1 to 7",
    "abstract": "The GOES program grew out of the successful use of geostationary weather satellites with the experimental SMS -1 & -2. Like many weather satellites, GOES was developed and launched by NASA, but once operational GOES was turned over to NOAA for day-to-day administration. The provision of timely global weather information, including advance warning of developing storms, is the primary function of the GOES. GOES imagery is commonly featured on many TV weather reports across the United States and the world. The GOES Program maintains 2 satellites operating in conjunction to provide observational coverage of 60% of the Earth. The GOES satellite system has remained an essential cornerstone of weather observations and forecasting for 25 years.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2242/?format=api"
    ],
    "platformType": "satellite",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/14453/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/14452/?format=api"
    ]
}