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

{
    "ob_id": 2658,
    "uuid": "b61deca60f694b21a49daeec9489f49a",
    "title": "Meteosat Second Generation 2 (MSG-2) or METEOSAT-9",
    "abstract": "The second MSG was launched on 21 December 2005 on the same type of launcher as its predecessor - a standard Ariane 5 - from the same launch site - Kourou in French Guiana. It is currently in the same fixed section of orbital space as MSG-1 in geostationary orbit, close to where the equator meets the Greenwich meridian. \nThe reason for the duplication is simply to guarantee continuity of service in case of satellite failure. Weather satellites have become so crucial a part of our daily life that any long gap in service coverage has become inconceivable.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1856/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1857/?format=api"
    ],
    "platformType": "satellite",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/12272/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/12271/?format=api"
    ]
}