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 - ll.thespacedevs.com/docs
GET /2.3.0/config/astronaut_statuses/?format=api&ordering=name
{ "count": 10, "next": null, "previous": null, "results": [ { "id": 1, "name": "Active" }, { "id": 11, "name": "Deceased" }, { "id": 6, "name": "Died While In Active Service" }, { "id": 7, "name": "Dismissed" }, { "id": 3, "name": "In-Training" }, { "id": 4, "name": "Lost In Flight" }, { "id": 5, "name": "Lost In Training" }, { "id": 14, "name": "Occasional Spaceflight" }, { "id": 8, "name": "Resigned during Training" }, { "id": 2, "name": "Retired" } ] }