Modes

Levels of detail in the response - list, normal, detailed

Example - /launchers/?mode=list

Filters

Parameters - attempted_landings, attempted_landings__gt, attempted_landings__gte, attempted_landings__lt, attempted_landings__lte, first_launch_date, flight_proven, flights, flights__gt, flights__gte, flights__lt, flights__lte, id, id__contains, is_placeholder, last_launch_date, launcher_config__ids, launcher_config__manufacturer__name, launcher_config__manufacturer__name__contains, serial_number, serial_number__contains, status, successful_landings, successful_landings__gt, successful_landings__gte, successful_landings__lt, successful_landings__lte

Example - /launchers/?is_placeholder=True

Fields searched - serial_number, status__name

Example - /launchers/?search=B1048

Ordering

Fields - attempted_landings, flight_proven, flights, id, successful_landings

Example - /launchers/?ordering=-flights

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /launchers/?limit=2

Format

Switch to JSON output - /launchers/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/launchers/?format=api&offset=130&ordering=flight_proven
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 184,
    "next": "https://lldev.thespacedevs.com/2.3.0/launchers/?format=api&limit=10&offset=140&ordering=flight_proven",
    "previous": "https://lldev.thespacedevs.com/2.3.0/launchers/?format=api&limit=10&offset=120&ordering=flight_proven",
    "results": [
        {
            "response_mode": "normal",
            "id": 112,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/112/?format=api",
            "flight_proven": true,
            "serial_number": "B1073",
            "is_placeholder": false,
            "status": {
                "id": 2,
                "name": "expended"
            },
            "image": {
                "id": 2461,
                "name": "B1073 landing on LZ-1 during Bandwagon-1 launch",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1073_landing_o_image_20250912152710.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1073_landing_o_image_thumbnail_20250912152710.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "details": "Notable missions include SES-22, Hakuto-R and CRS-27. Expended during the SPAINSAT-NG I launch.",
            "successful_landings": 20,
            "attempted_landings": 20,
            "flights": 21,
            "last_launch_date": "2025-01-30T01:34:00Z",
            "first_launch_date": "2022-05-14T20:40:50Z",
            "fastest_turnaround": "P25DT20H44M"
        },
        {
            "response_mode": "normal",
            "id": 105,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/105/?format=api",
            "flight_proven": true,
            "serial_number": "B1069",
            "is_placeholder": false,
            "status": {
                "id": 3,
                "name": "active"
            },
            "image": {
                "id": 2462,
                "name": "B1069 at LZ-1 after OneWeb L15 launch",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1069_at_lz-1_a_image_20250912153047.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1069_at_lz-1_a_image_thumbnail_20250912153047.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "details": "Falcon 9 Block 5 booster first used for the CRS-24 mission.",
            "successful_landings": 30,
            "attempted_landings": 30,
            "flights": 30,
            "last_launch_date": "2026-02-27T12:16:10Z",
            "first_launch_date": "2021-12-21T10:07:08Z",
            "fastest_turnaround": "P25DT18H20M50S"
        },
        {
            "response_mode": "normal",
            "id": 107,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/107/?format=api",
            "flight_proven": true,
            "serial_number": "B1071",
            "is_placeholder": false,
            "status": {
                "id": 3,
                "name": "active"
            },
            "image": {
                "id": 2463,
                "name": "B1071 landing on LZ-4 during NROL-87 launch",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1071_landing_o_image_20250912153658.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1071_landing_o_image_thumbnail_20250912153658.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "details": "Falcon 9 Block 5 booster first used for the NROL-87 mission.",
            "successful_landings": 32,
            "attempted_landings": 32,
            "flights": 32,
            "last_launch_date": "2026-03-13T14:57:59Z",
            "first_launch_date": "2022-02-02T20:27:26Z",
            "fastest_turnaround": "P19DT16H19M25S"
        },
        {
            "response_mode": "normal",
            "id": 101,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/101/?format=api",
            "flight_proven": true,
            "serial_number": "B1067",
            "is_placeholder": false,
            "status": {
                "id": 3,
                "name": "active"
            },
            "image": {
                "id": 2464,
                "name": "B1067 landing on LZ-1 during Koreasat-6A launch",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1067_landing_o_image_20250912153830.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1067_landing_o_image_thumbnail_20250912153830.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "details": "Falcon 9 Block 5 booster first used for the CRS-22 mission.",
            "successful_landings": 34,
            "attempted_landings": 34,
            "flights": 34,
            "last_launch_date": "2026-03-30T21:15:00Z",
            "first_launch_date": "2021-06-03T17:29:15Z",
            "fastest_turnaround": "P22DT16H51M10S"
        },
        {
            "response_mode": "normal",
            "id": 71,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/71/?format=api",
            "flight_proven": true,
            "serial_number": "B1061",
            "is_placeholder": false,
            "status": {
                "id": 2,
                "name": "expended"
            },
            "image": {
                "id": 2465,
                "name": "B1061 landing on LZ-4 during Worldview Legion 1-2 launch",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1061_landing_o_image_20250912154328.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1061_landing_o_image_thumbnail_20250912154328.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "details": "Booster which launched Crew-1, Crew-2 and IXPE. Expended for the launch of Hera.",
            "successful_landings": 22,
            "attempted_landings": 22,
            "flights": 23,
            "last_launch_date": "2024-10-07T14:52:11Z",
            "first_launch_date": "2020-11-16T00:27:17Z",
            "fastest_turnaround": "P24DT9H52M36S"
        },
        {
            "response_mode": "normal",
            "id": 198,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/198/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 16",
            "is_placeholder": false,
            "status": {
                "id": 4,
                "name": "lost"
            },
            "image": {
                "id": 2467,
                "name": "Superheavy Booster 16 (Starship Flight 10)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/superheavy_boos_image_20250912161003.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/superheavy_boos_image_thumbnail_20250912161003.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "details": "Super Heavy booster used for the 10th Starship flight test.\r\n\r\nLost to the ocean after a successful soft splashdown.",
            "successful_landings": 1,
            "attempted_landings": 1,
            "flights": 1,
            "last_launch_date": "2025-08-26T23:30:00Z",
            "first_launch_date": "2025-08-26T23:30:00Z",
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 238,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/238/?format=api",
            "flight_proven": true,
            "serial_number": "GS1-SN002",
            "is_placeholder": false,
            "status": {
                "id": 3,
                "name": "active"
            },
            "image": {
                "id": 2529,
                "name": "GS1-SN002 on Jacklyn (Escapade)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gs1-sn002_on_ja_image_20251119073646.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gs1-sn002_on_ja_image_thumbnail_20251119073647.jpeg",
                "credit": "Dave Limp",
                "license": {
                    "id": 37,
                    "name": "Blue Origin Terms of Use",
                    "priority": 6,
                    "link": "https://www.blueorigin.com/terms-of-use"
                },
                "single_use": true,
                "variants": []
            },
            "details": "Second New Glenn first stage booster. Named \"Never Tell Me The Odds\". Used for the second New Glenn launch with EscaPADE, becoming the first New Glenn Stage 1 booster (GS1) to be recovered. \r\n\r\nCurrently it's slated for re-use on New Glenn's third launch with AST SpaceMobile's BlueBird Block 2 FM2.",
            "successful_landings": 1,
            "attempted_landings": 1,
            "flights": 1,
            "last_launch_date": "2025-11-13T20:55:01Z",
            "first_launch_date": "2025-11-13T20:55:01Z",
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 32,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/32/?format=api",
            "flight_proven": true,
            "serial_number": "B1023",
            "is_placeholder": false,
            "status": {
                "id": 1,
                "name": "retired"
            },
            "image": {
                "id": 1587,
                "name": "B1023",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/32_image_20190226081021.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193222.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 5,
                    "name": "CC BY-NC 2.0",
                    "priority": 1,
                    "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                },
                "single_use": true,
                "variants": []
            },
            "details": "Retired; on permanent display indoors at the Kennedy Space Center Visitor Complex.",
            "successful_landings": 2,
            "attempted_landings": 2,
            "flights": 2,
            "last_launch_date": "2018-02-06T20:45:00Z",
            "first_launch_date": "2016-05-27T21:39:00Z",
            "fastest_turnaround": "P619DT23H6M"
        },
        {
            "response_mode": "normal",
            "id": 199,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/199/?format=api",
            "flight_proven": true,
            "serial_number": "B1097",
            "is_placeholder": false,
            "status": {
                "id": 3,
                "name": "active"
            },
            "image": {
                "id": 2631,
                "name": "B1097 landing at LZ-4 (Sentinel 6B)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1097_landing_a_image_20251219190818.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1097_landing_a_image_thumbnail_20251219190819.jpeg",
                "credit": "NASA Kennedy",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": true,
                "variants": []
            },
            "details": "Falcon 9 booster.",
            "successful_landings": 7,
            "attempted_landings": 7,
            "flights": 7,
            "last_launch_date": "2026-03-08T11:00:19Z",
            "first_launch_date": "2025-09-03T03:51:26Z",
            "fastest_turnaround": "P14DT3H45M49S"
        },
        {
            "response_mode": "normal",
            "id": 125,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/125/?format=api",
            "flight_proven": true,
            "serial_number": "B1082",
            "is_placeholder": false,
            "status": {
                "id": 3,
                "name": "active"
            },
            "image": {
                "id": 2632,
                "name": "B1082 landing at LZ-4 (USSF-62)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1082_landing_a_image_20251219191159.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1082_landing_a_image_thumbnail_20251219191159.jpeg",
                "credit": "USSF SSC",
                "license": {
                    "id": 17,
                    "name": "Department of Defense Image Use Policy",
                    "priority": 6,
                    "link": "https://www.dimoc.mil/resources/limitations/"
                },
                "single_use": true,
                "variants": []
            },
            "details": "Falcon 9 Block 5 booster.",
            "successful_landings": 20,
            "attempted_landings": 20,
            "flights": 20,
            "last_launch_date": "2026-03-01T10:10:39Z",
            "first_launch_date": "2024-01-03T03:44:20Z",
            "fastest_turnaround": "P25DT10M"
        }
    ]
}