Get a list of Platform objects. Platforms have a 1:1 mapping with Observations.

GET /api/v3/platforms/?format=api&offset=1300
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1301,
    "next": null,
    "previous": "https://api.catalogue.ceda.ac.uk/api/v3/platforms/?format=api&limit=100&offset=1200",
    "results": [
        {
            "ob_id": 45845,
            "uuid": "3b886531cacb473da3ec3e044986dd05",
            "short_code": "plat",
            "title": "Kilkcaldy meteorological station",
            "abstract": "Kilkcaldy meteorological station was operated from 1819 to 1841",
            "keywords": "historical meteorological station",
            "platformType": "land_station",
            "location": {
                "ob_id": 5139,
                "bboxName": "kilkcardy",
                "eastBoundLongitude": -3.16,
                "westBoundLongitude": -3.16,
                "southBoundLatitude": 56.11,
                "northBoundLatitude": 56.11
            },
            "imageDetails": [],
            "childPlatform": [],
            "parentPlatform": [],
            "identifier_set": [],
            "responsiblepartyinfo_set": [
                219129,
                219130
            ],
            "onlineresource_set": []
        }
    ]
}