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

{
    "ob_id": 6033,
    "uuid": "1dc402f2d66b465bbca3c90e8fb3a783",
    "title": "NDACC Complementary stations",
    "abstract": "Set of worldwide stations on the NDACC network. The stations are:\nAlert, Canada; Heiss Island, Russia; Resolute, Canada; Scoresbysund, Greenland; Andoya, Norway; Kiruna, Sweden; Salekhard, Russia; Sodankyla, Finland; Zhigansk, Russia; Arkhangel���sk, Russia; Fairbanks, AK, USA (inactive); Yakutsk, Russia; Harestua, Norway; Lerwick, UK (inactive); Onsala, Sweden; Aberdeen, UK (inactive); Zvenigorod, Russia; Bremen, Germany; Legionowo, Poland; DeBilt, The Netherlands; Aberystwyth, United Kingdom; Uccle, Belgium; Villeneuve d'Ascq, France; Prague, Czech Republic; Hohenpeissenberg, Germany; Arosa, Switzerland \t46.78 deg N; Moshiri, Japan; Toronto, Canada; Rikubetsu, Japan; Issyk-Kul, Russia; Laramie, WY, USA; Boulder, CO, USA; Greenbelt, MD (NASA/GSFC), USA; Wallops Island, VA (NASA/WFF), USA; Mt. Barcroft, CA, USA; Suwon, Korea; Tsukuba, Japan \t36.05 deg N; Kiso, Japan (inactive); Toyokawa, Japan (inactive); Table Mountain, CA, USA; Pasadena, CA (NASA/JPL), USA; Kitt Peak, AZ, USA; Izana, Tenerife, Spain; Paramaribo, Suriname; Tarawa, Kiribati Republic; Natal, Brazil; Ciater/Bandung, Indonesia; Cape Matatula, American Samoa; Reunion Island; Bauru, Brazil; Wollongong, Australia; Kerguelen Island; Campbell Island, New Zealand (inactive); Macquarie Island, Australia; Faraday, Antarctica (inactive); Rothera, Antarctica; Syowa Base, Antarctica; Neumayer Station, Antarctica.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3912/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3913/?format=api"
    ],
    "platformType": "station_group",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/25589/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/25590/?format=api"
    ]
}