Launch List
API endpoint that returns all Launch objects or a single launch.
EXAMPLE - /launch/
GET: Return a list of all Launch objects.
FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name'
MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list
SEARCH: Searches through the launch name, rocket name, launch agency, mission name & spacecraft name. EXAMPLE - ?search=SpaceX
GET /2.0.0/launch/?format=api&offset=500&ordering=name
{ "count": 554, "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=510&ordering=name", "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=490&ordering=name", "results": [ { "id": "41068e09-4097-448f-ac7c-421c19b6aab9", "url": "https://lldev.thespacedevs.com/2.0.0/launch/41068e09-4097-448f-ac7c-421c19b6aab9/?format=api", "launch_library_id": null, "slug": "starship-flight-11", "name": "Starship | Flight 11", "status": { "id": 3, "name": "Success" }, "net": "2025-10-13T23:23:41Z", "window_end": "2025-10-14T00:30:00Z", "window_start": "2025-10-13T23:15:00Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": 80, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "rocket": { "id": 8696, "configuration": { "id": 527, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/527/?format=api", "name": "Starship", "family": "Starship", "full_name": "Starship V2", "variant": "V2" } }, "mission": { "id": 7288, "launch_library_id": null, "name": "Flight 11", "description": "11th test flight of the two-stage Starship launch vehicle.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" } }, "pad": { "id": 188, "url": "https://lldev.thespacedevs.com/2.0.0/pad/188/?format=api", "agency_id": 121, "name": "Orbital Launch Pad 1", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))", "map_url": "https://www.google.com/maps?q=25.9962,-97.154423", "latitude": "25.9962", "longitude": "-97.154423", "location": { "id": 143, "url": "https://lldev.thespacedevs.com/2.0.0/location/143/?format=api", "name": "SpaceX Starbase, TX, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg", "total_launch_count": 20, "total_landing_count": 13 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg", "total_launch_count": 11 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg", "infographic": null, "program": [ { "id": 1, "url": "https://lldev.thespacedevs.com/2.0.0/program/1/?format=api", "name": "SpaceX Starship", "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project. The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.", "agencies": [ { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" } ], "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg", "start_date": "2019-03-01T05:00:00Z", "end_date": null, "info_url": "https://www.spacex.com/vehicles/starship/", "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship" } ] }, { "id": "ed83366c-872c-4484-97c1-bc74832304fc", "url": "https://lldev.thespacedevs.com/2.0.0/launch/ed83366c-872c-4484-97c1-bc74832304fc/?format=api", "launch_library_id": null, "slug": "starship-flight-12", "name": "Starship | Flight 12", "status": { "id": 2, "name": "TBD" }, "net": "2026-01-31T00:00:00Z", "window_end": "2026-01-31T00:00:00Z", "window_start": "2026-01-31T00:00:00Z", "inhold": false, "tbdtime": true, "tbddate": true, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "rocket": { "id": 8708, "configuration": { "id": 522, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/522/?format=api", "name": "Starship", "family": "Starship", "full_name": "Starship V3", "variant": "V3" } }, "mission": { "id": 7301, "launch_library_id": null, "name": "Flight 12", "description": "12th test flight of the two-stage Starship launch vehicle. Maiden Flight of Starship V3", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" } }, "pad": { "id": 235, "url": "https://lldev.thespacedevs.com/2.0.0/pad/235/?format=api", "agency_id": 121, "name": "Orbital Launch Pad 2", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))", "map_url": "https://www.google.com/maps?q=25.996603,-97.158251", "latitude": "25.996603", "longitude": "-97.158251", "location": { "id": 143, "url": "https://lldev.thespacedevs.com/2.0.0/location/143/?format=api", "name": "SpaceX Starbase, TX, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg", "total_launch_count": 20, "total_landing_count": 13 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_b_20241126031254.jpg", "total_launch_count": 0 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg", "infographic": null, "program": [ { "id": 1, "url": "https://lldev.thespacedevs.com/2.0.0/program/1/?format=api", "name": "SpaceX Starship", "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project. The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.", "agencies": [ { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" } ], "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg", "start_date": "2019-03-01T05:00:00Z", "end_date": null, "info_url": "https://www.spacex.com/vehicles/starship/", "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship" } ] }, { "id": "c5566f6e-606e-4250-b8f4-477c5d82c798", "url": "https://lldev.thespacedevs.com/2.0.0/launch/c5566f6e-606e-4250-b8f4-477c5d82c798/?format=api", "launch_library_id": null, "slug": "starship-flight-7", "name": "Starship | Flight 7", "status": { "id": 4, "name": "Failure" }, "net": "2025-01-16T22:37:00Z", "window_end": "2025-01-16T23:00:00Z", "window_start": "2025-01-16T22:00:00Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": "Ship 33 lost all 6 engines gradually late in ascent and was observed to have self-destructed.", "hashtag": null, "launch_service_provider": { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "rocket": { "id": 8424, "configuration": { "id": 527, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/527/?format=api", "name": "Starship", "family": "Starship", "full_name": "Starship V2", "variant": "V2" } }, "mission": { "id": 7013, "launch_library_id": null, "name": "Flight 7", "description": "Seventh test flight of the two-stage Starship launch vehicle.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" } }, "pad": { "id": 188, "url": "https://lldev.thespacedevs.com/2.0.0/pad/188/?format=api", "agency_id": 121, "name": "Orbital Launch Pad 1", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))", "map_url": "https://www.google.com/maps?q=25.9962,-97.154423", "latitude": "25.9962", "longitude": "-97.154423", "location": { "id": 143, "url": "https://lldev.thespacedevs.com/2.0.0/location/143/?format=api", "name": "SpaceX Starbase, TX, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg", "total_launch_count": 20, "total_landing_count": 13 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg", "total_launch_count": 11 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg", "infographic": null, "program": [ { "id": 1, "url": "https://lldev.thespacedevs.com/2.0.0/program/1/?format=api", "name": "SpaceX Starship", "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project. The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.", "agencies": [ { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" } ], "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg", "start_date": "2019-03-01T05:00:00Z", "end_date": null, "info_url": "https://www.spacex.com/vehicles/starship/", "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship" } ] }, { "id": "a2b94add-d1e8-4b1d-9f25-afe7904580d3", "url": "https://lldev.thespacedevs.com/2.0.0/launch/a2b94add-d1e8-4b1d-9f25-afe7904580d3/?format=api", "launch_library_id": null, "slug": "starship-flight-8", "name": "Starship | Flight 8", "status": { "id": 4, "name": "Failure" }, "net": "2025-03-06T23:30:00Z", "window_end": "2025-03-07T00:30:00Z", "window_start": "2025-03-06T23:30:00Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": "Ship 34 lost 4 out of 6 Raptors at around T+8:00 and entered unrecoverable roll.", "hashtag": null, "launch_service_provider": { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "rocket": { "id": 8534, "configuration": { "id": 527, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/527/?format=api", "name": "Starship", "family": "Starship", "full_name": "Starship V2", "variant": "V2" } }, "mission": { "id": 7124, "launch_library_id": null, "name": "Flight 8", "description": "Eighth test flight of the two-stage Starship launch vehicle.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" } }, "pad": { "id": 188, "url": "https://lldev.thespacedevs.com/2.0.0/pad/188/?format=api", "agency_id": 121, "name": "Orbital Launch Pad 1", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))", "map_url": "https://www.google.com/maps?q=25.9962,-97.154423", "latitude": "25.9962", "longitude": "-97.154423", "location": { "id": 143, "url": "https://lldev.thespacedevs.com/2.0.0/location/143/?format=api", "name": "SpaceX Starbase, TX, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg", "total_launch_count": 20, "total_landing_count": 13 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg", "total_launch_count": 11 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg", "infographic": null, "program": [ { "id": 1, "url": "https://lldev.thespacedevs.com/2.0.0/program/1/?format=api", "name": "SpaceX Starship", "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project. The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.", "agencies": [ { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" } ], "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg", "start_date": "2019-03-01T05:00:00Z", "end_date": null, "info_url": "https://www.spacex.com/vehicles/starship/", "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship" } ] }, { "id": "ef9b458b-bebf-4eb6-b970-8d77998616f3", "url": "https://lldev.thespacedevs.com/2.0.0/launch/ef9b458b-bebf-4eb6-b970-8d77998616f3/?format=api", "launch_library_id": null, "slug": "starship-flight-9", "name": "Starship | Flight 9", "status": { "id": 4, "name": "Failure" }, "net": "2025-05-27T23:36:00Z", "window_end": "2025-05-28T00:30:00Z", "window_start": "2025-05-27T23:30:00Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "rocket": { "id": 8567, "configuration": { "id": 527, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/527/?format=api", "name": "Starship", "family": "Starship", "full_name": "Starship V2", "variant": "V2" } }, "mission": { "id": 7158, "launch_library_id": null, "name": "Flight 9", "description": "9th test flight of the two-stage Starship launch vehicle.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" } }, "pad": { "id": 188, "url": "https://lldev.thespacedevs.com/2.0.0/pad/188/?format=api", "agency_id": 121, "name": "Orbital Launch Pad 1", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))", "map_url": "https://www.google.com/maps?q=25.9962,-97.154423", "latitude": "25.9962", "longitude": "-97.154423", "location": { "id": 143, "url": "https://lldev.thespacedevs.com/2.0.0/location/143/?format=api", "name": "SpaceX Starbase, TX, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg", "total_launch_count": 20, "total_landing_count": 13 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg", "total_launch_count": 11 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg", "infographic": null, "program": [ { "id": 1, "url": "https://lldev.thespacedevs.com/2.0.0/program/1/?format=api", "name": "SpaceX Starship", "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project. The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.", "agencies": [ { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" } ], "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg", "start_date": "2019-03-01T05:00:00Z", "end_date": null, "info_url": "https://www.spacex.com/vehicles/starship/", "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship" } ] }, { "id": "2e37a196-f5f8-4496-96ae-63f4b6b27912", "url": "https://lldev.thespacedevs.com/2.0.0/launch/2e37a196-f5f8-4496-96ae-63f4b6b27912/?format=api", "launch_library_id": null, "slug": "terran-r-intelsat-1", "name": "Terran R | Intelsat-1", "status": { "id": 2, "name": "TBD" }, "net": "2026-12-31T00:00:00Z", "window_end": "2026-12-31T00:00:00Z", "window_start": "2026-12-31T00:00:00Z", "inhold": false, "tbdtime": true, "tbddate": true, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 266, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/266/?format=api", "name": "Relativity Space", "type": "Commercial" }, "rocket": { "id": 8044, "configuration": { "id": 482, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/482/?format=api", "name": "Terran R", "family": "Terran", "full_name": "Terran R", "variant": "R" } }, "mission": { "id": 6591, "launch_library_id": null, "name": "Intelsat-1", "description": "First mission part of a multi-year, multi-launch agreement signed between Intelsat and Relativity Space in 2023.", "launch_designator": null, "type": "Communications", "orbit": { "id": 25, "name": "Unknown", "abbrev": "N/A" } }, "pad": { "id": 92, "url": "https://lldev.thespacedevs.com/2.0.0/pad/92/?format=api", "agency_id": 161, "name": "Launch Complex 16", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_16", "map_url": "https://www.google.com/maps?q=28.501626,-80.5518", "latitude": "28.501626", "longitude": "-80.5518", "location": { "id": 12, "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api", "name": "Cape Canaveral SFS, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "total_launch_count": 1077, "total_landing_count": 70 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_92_20200803143523.jpg", "total_launch_count": 1 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/terran_r_image_20220912002151.png", "infographic": null, "program": [] }, { "id": "b97a54e5-5c6f-4f85-bcf3-69da17fa9682", "url": "https://lldev.thespacedevs.com/2.0.0/launch/b97a54e5-5c6f-4f85-bcf3-69da17fa9682/?format=api", "launch_library_id": null, "slug": "terran-r-mars-lander", "name": "Terran R | Mars Lander", "status": { "id": 2, "name": "TBD" }, "net": "2026-12-31T00:00:00Z", "window_end": "2026-12-31T00:00:00Z", "window_start": "2026-12-31T00:00:00Z", "inhold": false, "tbdtime": true, "tbddate": true, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 266, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/266/?format=api", "name": "Relativity Space", "type": "Commercial" }, "rocket": { "id": 7614, "configuration": { "id": 482, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/482/?format=api", "name": "Terran R", "family": "Terran", "full_name": "Terran R", "variant": "R" } }, "mission": { "id": 6104, "launch_library_id": null, "name": "Mars Lander", "description": "Impulse Space's Mars Lander is designed to support research and development needed for human exploration of Mars.", "launch_designator": null, "type": "Planetary Science", "orbit": { "id": 19, "name": "Mars Orbit", "abbrev": "Mars" } }, "pad": { "id": 92, "url": "https://lldev.thespacedevs.com/2.0.0/pad/92/?format=api", "agency_id": 161, "name": "Launch Complex 16", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_16", "map_url": "https://www.google.com/maps?q=28.501626,-80.5518", "latitude": "28.501626", "longitude": "-80.5518", "location": { "id": 12, "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api", "name": "Cape Canaveral SFS, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "total_launch_count": 1077, "total_landing_count": 70 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_92_20200803143523.jpg", "total_launch_count": 1 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/terran2520r25_image_20220719142358.png", "infographic": null, "program": [] }, { "id": "3b94ad50-3505-496e-8a95-b0bc4c0dadc6", "url": "https://lldev.thespacedevs.com/2.0.0/launch/3b94ad50-3505-496e-8a95-b0bc4c0dadc6/?format=api", "launch_library_id": null, "slug": "themis-demonstrator-t1h-1", "name": "Themis Demonstrator | T1H-1", "status": { "id": 2, "name": "TBD" }, "net": "2026-12-31T00:00:00Z", "window_end": "2026-12-31T00:00:00Z", "window_start": "2026-12-31T00:00:00Z", "inhold": false, "tbdtime": true, "tbddate": true, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 27, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api", "name": "European Space Agency", "type": "Multinational" }, "rocket": { "id": 8717, "configuration": { "id": 523, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/523/?format=api", "name": "Themis Demonstrator", "family": "", "full_name": "Themis Demonstrator", "variant": "" } }, "mission": { "id": 7310, "launch_library_id": null, "name": "T1H-1", "description": "First low-altitude hop test of a Themis demonstrator, with a targeted altitude up to 100 m.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 15, "name": "Suborbital", "abbrev": "Sub" } }, "pad": { "id": 239, "url": "https://lldev.thespacedevs.com/2.0.0/pad/239/?format=api", "agency_id": 1044, "name": "Launch Complex 3B", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Esrange#Reusable_Rocket_Testing", "map_url": "https://www.google.com/maps?q=67.877368,21.165001", "latitude": "67.877368", "longitude": "21.165001", "location": { "id": 178, "url": "https://lldev.thespacedevs.com/2.0.0/location/178/?format=api", "name": "Esrange Space Center", "country_code": "SWE", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_esrange_space_center_20241208021356.jpg", "total_launch_count": 0, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_3b_20250916091141.jpg", "total_launch_count": 0 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/themis_t1h_on_t_image_20250919095336.jpg", "infographic": null, "program": [] }, { "id": "98451321-cd10-4ca7-a0d1-4076db5fa73d", "url": "https://lldev.thespacedevs.com/2.0.0/launch/98451321-cd10-4ca7-a0d1-4076db5fa73d/?format=api", "launch_library_id": null, "slug": "tianlong-3-demo-flight", "name": "Tianlong-3 | Demo Flight", "status": { "id": 2, "name": "TBD" }, "net": "2026-03-31T00:00:00Z", "window_end": "2026-03-31T00:00:00Z", "window_start": "2026-03-31T00:00:00Z", "inhold": false, "tbdtime": true, "tbddate": true, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 1049, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1049/?format=api", "name": "Space Pioneer", "type": "Commercial" }, "rocket": { "id": 8822, "configuration": { "id": 540, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/540/?format=api", "name": "Tianlong-3", "family": "", "full_name": "Tianlong-3", "variant": "" } }, "mission": { "id": 7413, "launch_library_id": null, "name": "Demo Flight", "description": "First test launch of Space Pioneer’s Tianlong-3 rocket.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 25, "name": "Unknown", "abbrev": "N/A" } }, "pad": { "id": 245, "url": "https://lldev.thespacedevs.com/2.0.0/pad/245/?format=api", "agency_id": 1049, "name": "Tianlong-3 Launch Pad", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Tianlong-3", "map_url": "https://www.google.com/maps?q=40.80720,100.13644", "latitude": "40.8072", "longitude": "100.13644", "location": { "id": 17, "url": "https://lldev.thespacedevs.com/2.0.0/location/17/?format=api", "name": "Jiuquan Satellite Launch Center, People's Republic of China", "country_code": "CHN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg", "total_launch_count": 273, "total_landing_count": 2 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_tianlong-3_launch_pad_20251128223349.jpg", "total_launch_count": 0 }, "webcast_live": false, "image": null, "infographic": null, "program": [] }, { "id": "b3a7aacd-4f23-45a8-aa6c-da9f34804452", "url": "https://lldev.thespacedevs.com/2.0.0/launch/b3a7aacd-4f23-45a8-aa6c-da9f34804452/?format=api", "launch_library_id": null, "slug": "unknown-owlet-01", "name": "Unknown | Owlet-01", "status": { "id": 2, "name": "TBD" }, "net": "2026-12-31T00:00:00Z", "window_end": "2026-12-31T00:00:00Z", "window_start": "2026-12-31T00:00:00Z", "inhold": false, "tbdtime": true, "tbddate": true, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 183, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/183/?format=api", "name": "Unknown", "type": "Unknown" }, "rocket": { "id": 8262, "configuration": { "id": 511, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/511/?format=api", "name": "Unknown Launch Vehicle", "family": "", "full_name": "Unknown Launch Vehicle", "variant": "" } }, "mission": { "id": 6843, "launch_library_id": null, "name": "Owlet-01", "description": "Telescope satellite for Scout Space, a startup specializing in space domain awareness through in-space observation.", "launch_designator": null, "type": "Earth Science", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" } }, "pad": { "id": 72, "url": "https://lldev.thespacedevs.com/2.0.0/pad/72/?format=api", "agency_id": null, "name": "Unknown Pad", "info_url": null, "wiki_url": "", "map_url": "https://www.google.com/maps?q=28.458,-80.528", "latitude": "28.458", "longitude": "-80.528", "location": { "id": 12, "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api", "name": "Cape Canaveral SFS, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "total_launch_count": 1077, "total_landing_count": 70 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg", "total_launch_count": 0 }, "webcast_live": false, "image": null, "infographic": null, "program": [] } ] }