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

{
    "ob_id": 1924,
    "uuid": "409b3e2004154837805552cb3cb7a546",
    "title": "Mace Head Atmospheric Research Facility, Ireland",
    "abstract": "The Mace Head Atmospheric Research Facility is located in Carna, County Galway, Ireland and is managed by the Department of Experimental Physics, Atmospheric Science Group, National University of Ireland, Galway. It has the dual status of a WMO GAW research and monitoring 'global' station and an EMEP supersite. It has the stations ID \"MHD'",
    "keywords": "Macehead, University of Galway, observatory, clean-air, atmospheric chemistry",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1392/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1393/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9117/?format=api"
    ],
    "platformType": "land_station",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/5708/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/5709/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79030/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79031/?format=api"
    ]
}