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

{
    "count": 162,
    "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=120",
    "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=100",
    "results": [
        {
            "id": 153,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/153/?format=api",
            "flight_proven": true,
            "serial_number": "B1088",
            "status": "active",
            "details": "Falcon 9 booster.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 5",
                "variant": "Block 5"
            },
            "image_url": null,
            "flights": 6,
            "last_launch_date": "2025-05-13T01:15:10Z",
            "first_launch_date": "2024-11-30T08:10:00Z"
        },
        {
            "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": null,
            "flights": 1,
            "last_launch_date": "2024-10-14T16:06:00Z",
            "first_launch_date": "2024-10-14T16:06:00Z"
        },
        {
            "id": 190,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/190/?format=api",
            "flight_proven": true,
            "serial_number": "B1090",
            "status": "active",
            "details": "Falcon 9 booster.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 5",
                "variant": "Block 5"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1090_at_lz-1__image_20250316065021.jpg",
            "flights": 4,
            "last_launch_date": "2025-05-14T16:38:50Z",
            "first_launch_date": "2024-12-17T22:26:00Z"
        },
        {
            "id": 195,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/195/?format=api",
            "flight_proven": false,
            "serial_number": "B1091",
            "status": "active",
            "details": "Planned Falcon Heavy center core stage that will first be used as a Falcon 9 first stage booster for several launches.",
            "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": null,
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 192,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/192/?format=api",
            "flight_proven": true,
            "serial_number": "B1092",
            "status": "active",
            "details": "Falcon 9 booster debuting on Starlink Group 12-13.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 5",
                "variant": "Block 5"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1092_landing_a_image_20250325084800.jpg",
            "flights": 3,
            "last_launch_date": "2025-04-21T08:15:45Z",
            "first_launch_date": "2025-02-27T03:34:20Z"
        },
        {
            "id": 193,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/193/?format=api",
            "flight_proven": true,
            "serial_number": "B1093",
            "status": "active",
            "details": "Falcon 9 booster debuting on Starlink Group 11-11.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 5",
                "variant": "Block 5"
            },
            "image_url": null,
            "flights": 2,
            "last_launch_date": "2025-05-16T13:43:50Z",
            "first_launch_date": "2025-04-07T23:06:10Z"
        },
        {
            "id": 194,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/194/?format=api",
            "flight_proven": true,
            "serial_number": "B1094",
            "status": "active",
            "details": "Falcon 9 booster debuting on Starlink Group 12-10.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 5",
                "variant": "Block 5"
            },
            "image_url": null,
            "flights": 1,
            "last_launch_date": "2025-04-29T02:34:10Z",
            "first_launch_date": "2025-04-29T02:34:10Z"
        },
        {
            "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-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20210401104946.jpg",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 98,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/98/?format=api",
            "flight_proven": false,
            "serial_number": "BN2.1",
            "status": "converted",
            "details": "Second Super Heavy prototype. Transformed into a test tank.",
            "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": null,
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 137,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/137/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 10",
            "status": "destroyed",
            "details": "Super Heavy booster used for the third Starship integrated flight test. It was lost to a hard water landing due to multiple Raptor engines failing to reignite.",
            "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",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/137_image_20231229222125.jpeg",
            "flights": 1,
            "last_launch_date": "2024-03-14T13:25:00Z",
            "first_launch_date": "2024-03-14T13:25:00Z"
        }
    ]
}