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

{
    "ob_id": 1200,
    "uuid": "dd95b182eead4247a14c5911133e9030",
    "title": "NCM (National Climate Message) Station Network",
    "abstract": "Observation stations within the NCM (National Climate Message) station network transmit their observations in the form of a NCM message. National Climate Messages (NCM), produced from all Met Office and many auxiliary stations, are transmitted at the nominal time of 0900 each day and most stations also send an abbreviated message at 2100. The periods of the observations start and end at 10 minutes to the main hour, i.e. HH-10. The NCM message is transmitted from many UK stations, and a few stations outside of the UK (The Falkland Islands, Germany, Antarctica, and Paraguay). The NCM message contains observed elements such as grass minimum temperature, concrete minimum temperature, rainfall accumulation, and depth of fresh snow.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/883/?format=api"
    ],
    "platformType": "station_group",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/3795/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/3794/?format=api"
    ]
}