GET /2.2.0/config/spacestationstatus/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Active"
        },
        {
            "id": 2,
            "name": "De-Orbited"
        },
        {
            "id": 3,
            "name": "Decommissioned"
        }
    ]
}