Astronaut Status List
Number of results
Use limit
to control the number of objects in the response (max 100)
Example - /config/astronaut_statuses/?limit=2
Format
Switch to JSON output - /config/astronaut_statuses/?format=json
Help
Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs
GET /2.3.0/config/astronaut_statuses/?format=api
{
"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"
}
]
}