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 - ll.thespacedevs.com/docs

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

{
    "count": 160,
    "next": "https://ll.thespacedevs.com/2.3.0/launchers/?format=api&limit=10&offset=150&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.3.0/launchers/?format=api&limit=10&offset=130&ordering=id",
    "results": [
        {
            "response_mode": "normal",
            "id": 143,
            "url": "https://ll.thespacedevs.com/2.3.0/launchers/143/?format=api",
            "flight_proven": true,
            "serial_number": "24",
            "is_placeholder": false,
            "status": {
                "id": 2,
                "name": "expended"
            },
            "image": {
                "id": 1544,
                "name": "[AUTO] 24 - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20231125063340.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193111.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "Booster used during the \"The Owl's Night Continues\" mission",
            "successful_landings": 0,
            "attempted_landings": 0,
            "flights": 1,
            "last_launch_date": "2022-02-28T20:37:25Z",
            "first_launch_date": "2022-02-28T20:37:25Z",
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.3.0/launchers/144/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown NS",
            "is_placeholder": true,
            "status": {
                "id": 8,
                "name": "N/A"
            },
            "image": {
                "id": 1676,
                "name": "[AUTO] Unknown NS - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20231212212416.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193446.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": 145,
            "url": "https://ll.thespacedevs.com/2.3.0/launchers/145/?format=api",
            "flight_proven": false,
            "serial_number": "42",
            "is_placeholder": false,
            "status": {
                "id": 2,
                "name": "expended"
            },
            "image": {
                "id": 1561,
                "name": "[AUTO] 42 - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20231217192954.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193139.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "Booster used for the \"The Moon God Awakens\" mission.",
            "successful_landings": 0,
            "attempted_landings": 0,
            "flights": 1,
            "last_launch_date": "2023-12-15T04:05:54Z",
            "first_launch_date": "2023-12-15T04:05:54Z",
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 146,
            "url": "https://ll.thespacedevs.com/2.3.0/launchers/146/?format=api",
            "flight_proven": true,
            "serial_number": "43",
            "is_placeholder": false,
            "status": {
                "id": 3,
                "name": "active"
            },
            "image": {
                "id": 1562,
                "name": "[AUTO] 43 - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/146_image_20240119075144.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193141.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "Booster used for the \"Four Of A Kind\" mission.",
            "successful_landings": 1,
            "attempted_landings": 1,
            "flights": 1,
            "last_launch_date": "2024-01-31T06:34:00Z",
            "first_launch_date": "2024-01-31T06:34:00Z",
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 147,
            "url": "https://ll.thespacedevs.com/2.3.0/launchers/147/?format=api",
            "flight_proven": false,
            "serial_number": "B1087",
            "is_placeholder": false,
            "status": {
                "id": 2,
                "name": "expended"
            },
            "image": {
                "id": 2121,
                "name": "B1087 liftoff (GOES-U)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1086_liftoff__image_20240626195956.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1086_liftoff__image_thumbnail_20240626195956.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 Heavy core booster expended during the GOES-U mission.",
            "successful_landings": 0,
            "attempted_landings": 0,
            "flights": 1,
            "last_launch_date": "2024-06-25T21:26:00Z",
            "first_launch_date": "2024-06-25T21:26:00Z",
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 148,
            "url": "https://ll.thespacedevs.com/2.3.0/launchers/148/?format=api",
            "flight_proven": true,
            "serial_number": "B1086",
            "is_placeholder": false,
            "status": {
                "id": 4,
                "name": "lost"
            },
            "image": {
                "id": 2120,
                "name": "B1072 and B1086 during landing (GOES-U)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1072_and_b1086_image_20240626195649.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1072_and_b1086_image_thumbnail_20240626195649.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 booster that started out as a Falcon Heavy side booster flown during the GOES-U mission.\r\n\r\nWritten off on 3 March 2025 after safely landing aboard JRTI due to post-landing aft end fire damaging one of the landing legs and tipping it overboard.",
            "successful_landings": 5,
            "attempted_landings": 5,
            "flights": 5,
            "last_launch_date": "2025-03-03T02:24:00Z",
            "first_launch_date": "2024-06-25T21:26:00Z",
            "fastest_turnaround": "P26DT3H11M"
        },
        {
            "response_mode": "normal",
            "id": 149,
            "url": "https://ll.thespacedevs.com/2.3.0/launchers/149/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 11",
            "is_placeholder": false,
            "status": {
                "id": 4,
                "name": "lost"
            },
            "image": {
                "id": 2116,
                "name": "Booster 11 during lift",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_11_duri_image_20240621062611.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_11_duri_image_thumbnail_20240621062612.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": "Super Heavy booster used for the fourth Starship integrated flight test. Lost to the ocean after a successful soft splashdown.",
            "successful_landings": 1,
            "attempted_landings": 1,
            "flights": 1,
            "last_launch_date": "2024-06-06T12:50:00Z",
            "first_launch_date": "2024-06-06T12:50:00Z",
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 150,
            "url": "https://ll.thespacedevs.com/2.3.0/launchers/150/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 12",
            "is_placeholder": false,
            "status": {
                "id": 1,
                "name": "retired"
            },
            "image": {
                "id": 2255,
                "name": "Booster 12 during catch (IFT-5)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_12_duri_image_20241013170813.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_12_duri_image_thumbnail_20241013170814.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "Super Heavy booster used for the fifth Starship integrated flight test.\r\n\r\nFirst Super Heavy sucessfully caught.",
            "successful_landings": 1,
            "attempted_landings": 1,
            "flights": 1,
            "last_launch_date": "2024-10-13T12:25:00Z",
            "first_launch_date": "2024-10-13T12:25:00Z",
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 151,
            "url": "https://ll.thespacedevs.com/2.3.0/launchers/151/?format=api",
            "flight_proven": true,
            "serial_number": "B1085",
            "is_placeholder": false,
            "status": {
                "id": 3,
                "name": "active"
            },
            "image": {
                "id": 2290,
                "name": "B1085 during landing at LZ-1 (Crew-9)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1085_during_la_image_20241217151951.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1085_during_la_image_thumbnail_20241217151951.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "details": "Booster to be flown during the Crew-9 mission.",
            "successful_landings": 6,
            "attempted_landings": 6,
            "flights": 6,
            "last_launch_date": "2025-04-01T01:46:50Z",
            "first_launch_date": "2024-08-20T13:20:00Z",
            "fastest_turnaround": "P29DT5H19M39S"
        },
        {
            "response_mode": "normal",
            "id": 152,
            "url": "https://ll.thespacedevs.com/2.3.0/launchers/152/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown NG",
            "is_placeholder": true,
            "status": {
                "id": 8,
                "name": "N/A"
            },
            "image": {
                "id": 1794,
                "name": "New Glenn on LC-36",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_lc_image_20240313170026.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_lc_image_thumbnail_20240313170027.jpeg",
                "credit": "Blue Origin",
                "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
        }
    ]
}