Spacecraft Status List
Number of results
Use limit
to control the number of objects in the response (max 100)
Example - /config/spacecraft_statuses/?limit=2
Format
Switch to JSON output - /config/spacecraft_statuses/?format=json
Help
Find all the FAQs and support links on the documentation homepage - ll.thespacedevs.com/docs
GET /2.3.0/config/spacecraft_statuses/?format=api&ordering=-id
{ "count": 5, "next": null, "previous": null, "results": [ { "id": 5, "name": "Under construction" }, { "id": 4, "name": "Single Use" }, { "id": 3, "name": "Destroyed" }, { "id": 2, "name": "Retired" }, { "id": 1, "name": "Active" } ] }