API endpoint that allows Launcher instances to be viewed.

GET: Return a list of all the existing launcher instances.

FILTERS: Parameters - 'id', 'serial_number', 'flight_proven', 'launcher_config', 'launcher_config__manufacturer' Example - /2.0.0/launcher/?serial_number=B1046

SEARCH EXAMPLE: /2.0.0/launcher/?search=expended Searches through serial number or status

ORDERING: Fields - 'id', 'flight_proven', Example - /2.0.0/launcher/?order=flight_proven

GET /2.0.0/launcher/?format=api&offset=170&ordering=-flight_proven
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 181,
    "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=180&ordering=-flight_proven",
    "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=160&ordering=-flight_proven",
    "results": [
        {
            "id": 78,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/78/?format=api",
            "flight_proven": false,
            "serial_number": "SN3",
            "status": "destroyed",
            "details": "SN3's cryo test failed, the result being the LOX (Liquid Oxygen) Tank collapsing due to underpressurisation.",
            "launcher_config": {
                "id": 207,
                "launch_library_id": null,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
                "name": "Starship Prototype",
                "family": "Starship",
                "full_name": "Starship Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/78_image_20200917062030.jpg",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 245,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/245/?format=api",
            "flight_proven": false,
            "serial_number": "ZQ-3 F1",
            "status": "destroyed",
            "details": "First stage booster used on the 1st flight of LandSpace's Zhuque-3 rocket. Booster attempted to land downrange on its dedicated landing pad, but impacted the edge of the pad following an abnormal landing burn.",
            "launcher_config": {
                "id": 539,
                "launch_library_id": null,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/539/?format=api",
                "name": "Zhuque-3",
                "family": "Zhuque",
                "full_name": "Zhuque-3",
                "variant": ""
            },
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zq-3_flight_1_l_image_20251203064230.jpg",
            "flights": 1,
            "last_launch_date": "2025-12-03T04:00:00Z",
            "first_launch_date": "2025-12-03T04:00:00Z"
        },
        {
            "id": 246,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/246/?format=api",
            "flight_proven": false,
            "serial_number": "LM-12A F1",
            "status": "destroyed",
            "details": "First stage booster used on the 1st flight of CASC's Long March 12A rocket. Booster attempted to land downrange on its dedicated landing pad, but the entry-landing burn was abnormal and it impacted the ground several kilometers from the landing pad.",
            "launcher_config": {
                "id": 538,
                "launch_library_id": null,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/538/?format=api",
                "name": "Long March 12A",
                "family": "Long March",
                "full_name": "Long March 12A",
                "variant": ""
            },
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_12a__image_20251224005749.jpg",
            "flights": 1,
            "last_launch_date": "2025-12-23T02:00:00Z",
            "first_launch_date": "2025-12-23T02:00:00Z"
        },
        {
            "id": 128,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/128/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 9",
            "status": "destroyed",
            "details": "Super Heavy booster that was used for the second Starship integrated flight test and lost after separation.",
            "launcher_config": {
                "id": 464,
                "launch_library_id": null,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
                "name": "Starship",
                "family": "Starship",
                "full_name": "Starship V1",
                "variant": "V1"
            },
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/128_image_20230824083027.jpeg",
            "flights": 1,
            "last_launch_date": "2023-11-18T13:02:50Z",
            "first_launch_date": "2023-11-18T13:02:50Z"
        },
        {
            "id": 93,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/93/?format=api",
            "flight_proven": false,
            "serial_number": "BN1",
            "status": "scrapped",
            "details": "BN1 was the first Super Heavy prototype built by SpaceX in Boca Chica, TX. It was used as a production and ground operations pathfinder.",
            "launcher_config": {
                "id": 463,
                "launch_library_id": null,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/463/?format=api",
                "name": "Super Heavy Prototype",
                "family": "Starship",
                "full_name": "Super Heavy Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/none_image_20210401104946.jpg",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 117,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/117/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown FH",
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "launcher_config": {
                "id": 161,
                "launch_library_id": 58,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/161/?format=api",
                "name": "Falcon Heavy",
                "family": "Falcon",
                "full_name": "Falcon Heavy",
                "variant": "Heavy"
            },
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/117_image_20230723180948.png",
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 241,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/241/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown12A",
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "launcher_config": {
                "id": 538,
                "launch_library_id": null,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/538/?format=api",
                "name": "Long March 12A",
                "family": "Long March",
                "full_name": "Long March 12A",
                "variant": ""
            },
            "image_url": null,
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 242,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/242/?format=api",
            "flight_proven": false,
            "serial_number": "UnknownZQ3",
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "launcher_config": {
                "id": 539,
                "launch_library_id": null,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/539/?format=api",
                "name": "Zhuque-3",
                "family": "Zhuque",
                "full_name": "Zhuque-3",
                "variant": ""
            },
            "image_url": null,
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 144,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/144/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown NS",
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "launcher_config": {
                "id": 137,
                "launch_library_id": 9999,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
                "name": "New Shepard",
                "family": "",
                "full_name": "New Shepard",
                "variant": ""
            },
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/none_image_20231212212416.png",
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 154,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/154/?format=api",
            "flight_proven": false,
            "serial_number": "B1089",
            "status": "expended",
            "details": "Falcon Heavy core booster expended during the Europa Clipper mission.",
            "launcher_config": {
                "id": 161,
                "launch_library_id": 58,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/161/?format=api",
                "name": "Falcon Heavy",
                "family": "Falcon",
                "full_name": "Falcon Heavy",
                "variant": "Heavy"
            },
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_la_image_20250912154542.jpeg",
            "flights": 1,
            "last_launch_date": "2024-10-14T16:06:00Z",
            "first_launch_date": "2024-10-14T16:06:00Z"
        }
    ]
}