Previous Launch List
API endpoint that returns previous Launch objects.
GET: Return a list of previous Launches
FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'launcher_config__id',
MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list
SEARCH: Searches through the launch name, rocket name, launch agency and mission name. EXAMPLE - ?search=SpaceX
GET /2.0.0/launch/previous/?format=api&offset=350&ordering=net
{ "count": 351, "next": null, "previous": "https://lldev.thespacedevs.com/2.0.0/launch/previous/?format=api&limit=10&offset=340&ordering=net", "results": [ { "id": "a5872822-76df-404b-93d0-9ecd7ba80a70", "url": "https://lldev.thespacedevs.com/2.0.0/launch/a5872822-76df-404b-93d0-9ecd7ba80a70/?format=api", "launch_library_id": null, "slug": "long-march-7-tianzhou-10", "name": "Long March 7 | Tianzhou-10", "status": { "id": 2, "name": "TBD" }, "net": "2026-05-09T22:00:00Z", "window_end": "2026-05-10T02:00:00Z", "window_start": "2026-05-09T22:00:00Z", "inhold": false, "tbdtime": true, "tbddate": false, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 88, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api", "name": "China Aerospace Science and Technology Corporation", "type": "Government" }, "rocket": { "id": 9012, "configuration": { "id": 100, "launch_library_id": 130, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/100/?format=api", "name": "Long March 7", "family": "Long March", "full_name": "Long March 7", "variant": "" } }, "mission": { "id": 7607, "launch_library_id": null, "name": "Tianzhou-10", "description": "Ninth cargo delivery mission to the Chinese space station.", "launch_designator": null, "type": "Resupply", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" } }, "pad": { "id": 176, "url": "https://lldev.thespacedevs.com/2.0.0/pad/176/?format=api", "agency_id": null, "name": "201", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site", "map_url": "https://www.google.com/maps?q=19.618452,110.955356", "latitude": "19.618452", "longitude": "110.955356", "location": { "id": 8, "url": "https://lldev.thespacedevs.com/2.0.0/location/8/?format=api", "name": "Wenchang Space Launch Site, People's Republic of China", "country_code": "CHN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg", "total_launch_count": 59, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg", "total_launch_count": 28 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_7_image_20210513083007.jpeg", "infographic": null, "program": [ { "id": 19, "url": "https://lldev.thespacedevs.com/2.0.0/program/19/?format=api", "name": "Tiangong space station", "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.", "agencies": [ { "id": 88, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api", "name": "China Aerospace Science and Technology Corporation", "type": "Government" } ], "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png", "start_date": "2021-04-29T03:23:00Z", "end_date": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station" } ] } ] }