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=id
{ "count": 351, "next": null, "previous": "https://lldev.thespacedevs.com/2.0.0/launch/previous/?format=api&limit=10&offset=340&ordering=id", "results": [ { "id": "ffc0aee1-fdd7-4638-b098-9d0c01b40663", "url": "https://lldev.thespacedevs.com/2.0.0/launch/ffc0aee1-fdd7-4638-b098-9d0c01b40663/?format=api", "launch_library_id": null, "slug": "kinetica-1-8-x-jilin-1-2", "name": "Kinetica 1 | 8 x Jilin-1", "status": { "id": 3, "name": "Success" }, "net": "2026-06-15T03:44:00Z", "window_end": "2026-06-15T03:55:00Z", "window_start": "2026-06-15T03:34:00Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 1040, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1040/?format=api", "name": "CAS Space", "type": "Commercial" }, "rocket": { "id": 9057, "configuration": { "id": 483, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/483/?format=api", "name": "Kinetica 1", "family": "", "full_name": "Kinetica 1", "variant": "" } }, "mission": { "id": 7652, "launch_library_id": null, "name": "8 x Jilin-1", "description": "8 Earth observation satellites for the Jilin-1 commercial Earth observation satellites constellation:\r\n\r\n* High Resolution-04D 01-02\r\n* High Resolution-05D 01-02\r\n* High Resolution-07C 04\r\n* High Resolution-07D 02-04", "launch_designator": null, "type": "Earth Science", "orbit": { "id": 17, "name": "Sun-Synchronous Orbit", "abbrev": "SSO" } }, "pad": { "id": 151, "url": "https://lldev.thespacedevs.com/2.0.0/pad/151/?format=api", "agency_id": null, "name": "Launch Area 130", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center", "map_url": "https://www.google.com/maps?q=40.8182,100.22514", "latitude": "40.8182", "longitude": "100.22514", "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": 290, "total_landing_count": 2 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_151_20200803143425.jpg", "total_launch_count": 14 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png", "infographic": null, "program": [] } ] }