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

{
    "count": 10,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Active"
        },
        {
            "id": 2,
            "name": "Retired"
        },
        {
            "id": 3,
            "name": "In-Training"
        },
        {
            "id": 4,
            "name": "Lost In Flight"
        },
        {
            "id": 5,
            "name": "Lost In Training"
        },
        {
            "id": 6,
            "name": "Died While In Active Service"
        },
        {
            "id": 7,
            "name": "Dismissed"
        },
        {
            "id": 8,
            "name": "Resigned during Training"
        },
        {
            "id": 11,
            "name": "Deceased"
        },
        {
            "id": 14,
            "name": "Occasional Spaceflight"
        }
    ]
}