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

{
    "ob_id": 24683,
    "uuid": "71c3e8ee302943c78642e414e6fbd03b",
    "title": "Fennec automatic weather station (AWS) network",
    "abstract": "The Fennec automatic weather station (AWS) network consists of eight stations installed across the Sahara, with four in remote locations in the central desert, where no previous meteorological observations have existed previously. They were operated autonomously starting in Summer 2011, with some stations continuing to produce data into 2013. Data were transmitted via satellite link to the University of Leeds.\r\n\r\nA data information sheet has been supplied with data files and is available via CEDA. A description of the AWS network is included as part of Hobby et al., (2013). \r\n\r\nIndividual AWS locations as follows:\r\nStation 131 (Blue) - 24.280 N 2.136 W\r\n\r\nStation 133 (Yellow) - 25.374 N 5.786 W\r\n\r\nStation 134 (Black) - 23.500 N 2.990 W\r\n\r\nStation 135 (White) - 23.480 N 7.843 W\r\n\r\nStation 136_1 (Tamanrasset) - 22.785 N 5.522 E\r\n\r\nStation 136_2 (Bordj Badji Mokhtar) - 21.325 N 0.946 E\r\n\r\nStation 138 (Grey) - 27.370 N 3.018 W\r\n\r\nStation 140 (Orange) - 26.053 N 4.221 W\r\n\r\nStation 141 (Purple) - 25.227 N 11.578 W",
    "keywords": "Automatic Weather Station, AWS, Sahara, Desert, Fennec",
    "identifier_set": [],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101053/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101054/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101072/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101080/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101081/?format=api"
    ]
}