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=60&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 165,
    "next": "https://lldev.thespacedevs.com/2.3.0/launchers/?format=api&limit=10&offset=70&ordering=-id",
    "previous": "https://lldev.thespacedevs.com/2.3.0/launchers/?format=api&limit=10&offset=50&ordering=-id",
    "results": [
        {
            "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": 1632,
                "name": "B1071 on SLC-4E (Starlink 7-18)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1071_on_slc-4e_image_20240407145834.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1071_on_slc-4e_image_thumbnail_20240407145834.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": "Falcon 9 Block 5 booster first used for the NROL-87 mission.",
            "successful_landings": 26,
            "attempted_landings": 26,
            "flights": 26,
            "last_launch_date": "2025-06-23T21:25:30Z",
            "first_launch_date": "2022-02-02T20:27:26Z",
            "fastest_turnaround": "P19DT16H19M25S"
        },
        {
            "response_mode": "normal",
            "id": 106,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/106/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown F9",
            "is_placeholder": true,
            "status": {
                "id": 8,
                "name": "N/A"
            },
            "image": {
                "id": 1674,
                "name": "[AUTO] Unknown F9 - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/106_image_20230708172214.png",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193443.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "Booster serial number unknown.",
            "successful_landings": null,
            "attempted_landings": null,
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null,
            "fastest_turnaround": null
        },
        {
            "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": 1630,
                "name": "[AUTO] B1069 - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/105_image_20211220081646.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193334.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "Falcon 9 Block 5 booster first used for the CRS-24 mission.",
            "successful_landings": 25,
            "attempted_landings": 25,
            "flights": 25,
            "last_launch_date": "2025-06-23T05:58:30Z",
            "first_launch_date": "2021-12-21T10:07:08Z",
            "fastest_turnaround": "P25DT18H20M50S"
        },
        {
            "response_mode": "normal",
            "id": 104,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/104/?format=api",
            "flight_proven": true,
            "serial_number": "22",
            "is_placeholder": false,
            "status": {
                "id": 1,
                "name": "retired"
            },
            "image": {
                "id": 1543,
                "name": "[AUTO] 22 - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/none_image_20211109093154.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193109.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "Booster used for Electron's 22nd flight (Love At First Insight)",
            "successful_landings": 1,
            "attempted_landings": 1,
            "flights": 1,
            "last_launch_date": "2021-11-18T01:38:13Z",
            "first_launch_date": "2021-11-18T01:38:13Z",
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 103,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/103/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 4",
            "is_placeholder": false,
            "status": {
                "id": 1,
                "name": "retired"
            },
            "image": {
                "id": 1648,
                "name": "[AUTO] Booster 4 - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/103_image_20210807065411.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193403.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "First Super Heavy booster to complete a cryogenic proof test at the Orbital Launch Pad, as well as the first full stack cryogenic proof test for a Starship vehicle. Booster 4 is now on display at SpaceX's Rocket Garden in Boca Chica.",
            "successful_landings": 0,
            "attempted_landings": 0,
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null,
            "fastest_turnaround": null
        },
        {
            "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": 1629,
                "name": "B1067 on SLC-40 (Starlink 6-45)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1067_on_slc-40_image_20240407145708.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1067_on_slc-40_image_thumbnail_20240407145708.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": "Falcon 9 Block 5 booster first used for the CRS-22 mission.",
            "successful_landings": 29,
            "attempted_landings": 29,
            "flights": 29,
            "last_launch_date": "2025-07-02T06:28:10Z",
            "first_launch_date": "2021-06-03T17:29:15Z",
            "fastest_turnaround": "P22DT16H51M10S"
        },
        {
            "response_mode": "normal",
            "id": 100,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/100/?format=api",
            "flight_proven": false,
            "serial_number": "SN16",
            "is_placeholder": false,
            "status": {
                "id": 5,
                "name": "scrapped"
            },
            "image": {
                "id": 1393,
                "name": "Starship SN10 in flight",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship2520sn_image_20210413205503.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192625.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": false,
                "variants": []
            },
            "details": "Last suborbital Starship prototype built after SN15, to which it is similar in design. SN16 was later scrapped as SpaceX gathered all data necessary through SN9-15 and shifted focus to the Orbital Flight Test.",
            "successful_landings": 0,
            "attempted_landings": 0,
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null,
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 99,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/99/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 3",
            "is_placeholder": false,
            "status": {
                "id": 5,
                "name": "scrapped"
            },
            "image": {
                "id": 1647,
                "name": "[AUTO] Booster 3 - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/99_image_20210615130010.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193402.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "Super Heavy prototype used for ground testing. First Super Heavy to static fire.",
            "successful_landings": 0,
            "attempted_landings": 0,
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null,
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 98,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/98/?format=api",
            "flight_proven": false,
            "serial_number": "BN2.1",
            "is_placeholder": false,
            "status": {
                "id": 6,
                "name": "converted"
            },
            "image": {
                "id": 1849,
                "name": "[AUTO] Super Heavy Prototype - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/super_heavy_pro_image_20210401104735.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193931.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "Second Super Heavy prototype. Transformed into a test tank.",
            "successful_landings": 0,
            "attempted_landings": 0,
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null,
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 97,
            "url": "https://lldev.thespacedevs.com/2.3.0/launchers/97/?format=api",
            "flight_proven": true,
            "serial_number": "20",
            "is_placeholder": false,
            "status": {
                "id": 1,
                "name": "retired"
            },
            "image": {
                "id": 1542,
                "name": "[AUTO] 20 - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/97_image_20210511100944.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193108.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "Booster used for Electron's 20th flight (Running Out Of Toes). Successfully splashed down offshore.",
            "successful_landings": 1,
            "attempted_landings": 1,
            "flights": 1,
            "last_launch_date": "2021-05-15T11:11:00Z",
            "first_launch_date": "2021-05-15T11:11:00Z",
            "fastest_turnaround": null
        }
    ]
}