Spacecraft List
Modes
Levels of detail in the response - normal
, detailed
Example - /spacecraft/?mode=detailed
Filters
Parameters - in_space
, is_placeholder
, name
, spacecraft_config
, status
Example - /spacecraft/?is_placeholder=True
Search
Fields searched - name
, spacecraft_config__name
Example - /spacecraft/?search=Endeavour
Ordering
Fields - flights_count
, id
, mission_ends_count
, time_docked
, time_in_space
Example - /spacecraft/?ordering=-flights_count
Number of results
Use limit
to control the number of objects in the response (max 100)
Example - /spacecraft/?limit=2
Format
Switch to JSON output - /spacecraft/?format=json
Help
Find all the FAQs and support links on the documentation homepage - ll.thespacedevs.com/docs
GET /2.3.0/spacecraft/?format=api&offset=590&ordering=id
{ "count": 592, "next": null, "previous": "https://ll.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=580&ordering=id", "results": [ { "response_mode": "normal", "id": 613, "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/613/?format=api", "name": "Gaganyaan G3", "serial_number": null, "is_placeholder": false, "image": { "id": 1914, "name": "[AUTO] Gaganyaan - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194125.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "in_space": false, "time_in_space": "P0D", "time_docked": "P0D", "flights_count": 0, "mission_ends_count": 0, "status": { "id": 4, "name": "Single Use" }, "description": "Third operational Gaganyaan capsule.", "spacecraft_config": { "response_mode": "normal", "id": 29, "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/29/?format=api", "name": "Gaganyaan", "type": { "id": 2, "name": "Capsule" }, "agency": { "response_mode": "list", "id": 1031, "url": "https://ll.thespacedevs.com/2.3.0/agencies/1031/?format=api", "name": "Hindustan Aeronautics Limited", "abbrev": "HAL", "type": { "id": 1, "name": "Government" } }, "family": [], "in_use": true, "image": { "id": 1914, "name": "[AUTO] Gaganyaan - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194125.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] } }, "fastest_turnaround": null }, { "response_mode": "normal", "id": 614, "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/614/?format=api", "name": "Ship 35", "serial_number": "S35", "is_placeholder": false, "image": { "id": 1935, "name": "[AUTO] Starship - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194201.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "in_space": true, "time_in_space": "P1DT2H32M17S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 0, "status": { "id": 1, "name": "Active" }, "description": "Ship 35 (S35) is the 2nd stage vehicle to be used for the ninth Starship flight test. It is the third \"Block 2\" Starship spacecraft with lengthened propellant tanks and forward flaps with a new design, among other enhancements.", "spacecraft_config": { "response_mode": "normal", "id": 26, "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/26/?format=api", "name": "Starship", "type": { "id": 6, "name": "Reuseable Upper Stage" }, "agency": { "response_mode": "list", "id": 121, "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api", "name": "SpaceX", "abbrev": "SpX", "type": { "id": 3, "name": "Commercial" } }, "family": [], "in_use": true, "image": { "id": 1935, "name": "[AUTO] Starship - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194201.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] } }, "fastest_turnaround": null } ] }