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__ids', 'launcher_config__manufacturer__name', 'is_placeholder' Example - /2.2.0/launcher/?serial_number=B1046

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

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

GET /2.2.0/launcher/?format=api&offset=160
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 169,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=150",
    "results": [
        {
            "id": 194,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/194/?format=api",
            "flight_proven": true,
            "serial_number": "B1094",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 booster debuting on Starlink Group 12-10.",
            "launcher_config": {
                "id": 164,
                "url": "https://ll.thespacedevs.com/2.2.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/b1094_landing_o_image_20250912150803.jpeg",
            "flights": 3,
            "last_launch_date": "2025-08-01T15:43:42Z",
            "first_launch_date": "2025-04-29T02:34:10Z"
        },
        {
            "id": 195,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/195/?format=api",
            "flight_proven": true,
            "serial_number": "B1091",
            "is_placeholder": false,
            "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,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/161/?format=api",
                "name": "Falcon Heavy",
                "family": "Falcon",
                "full_name": "Falcon Heavy",
                "variant": "Heavy"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1091_on_slc-40_image_20250807141845.jpeg",
            "flights": 1,
            "last_launch_date": "2025-08-11T12:35:00Z",
            "first_launch_date": "2025-08-11T12:35:00Z"
        },
        {
            "id": 196,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/196/?format=api",
            "flight_proven": true,
            "serial_number": "B1095",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 booster debuting on Starlink Group 12-15.",
            "launcher_config": {
                "id": 164,
                "url": "https://ll.thespacedevs.com/2.2.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-08-27T11:10:40Z",
            "first_launch_date": "2025-05-21T03:19:10Z"
        },
        {
            "id": 197,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/197/?format=api",
            "flight_proven": true,
            "serial_number": "B1096",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 booster.",
            "launcher_config": {
                "id": 164,
                "url": "https://ll.thespacedevs.com/2.2.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-07-16T06:30:00Z",
            "first_launch_date": "2025-07-16T06:30:00Z"
        },
        {
            "id": 198,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/198/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 16",
            "is_placeholder": false,
            "status": "lost",
            "details": "Super Heavy booster used for the 10th Starship flight test.\r\n\r\nLost to the ocean after a successful soft splashdown.",
            "launcher_config": {
                "id": 464,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/464/?format=api",
                "name": "Starship",
                "family": "Starship",
                "full_name": "Starship",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/superheavy_boos_image_20250912161003.jpeg",
            "flights": 1,
            "last_launch_date": "2025-08-26T23:30:00Z",
            "first_launch_date": "2025-08-26T23:30:00Z"
        },
        {
            "id": 199,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/199/?format=api",
            "flight_proven": true,
            "serial_number": "B1097",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 booster.",
            "launcher_config": {
                "id": 164,
                "url": "https://ll.thespacedevs.com/2.2.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-09-03T03:51:26Z",
            "first_launch_date": "2025-09-03T03:51:26Z"
        },
        {
            "id": 200,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/200/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown SH",
            "is_placeholder": true,
            "status": "N/A",
            "details": "Super Heavy for this launch is not yet known.",
            "launcher_config": {
                "id": 464,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/464/?format=api",
                "name": "Starship",
                "family": "Starship",
                "full_name": "Starship",
                "variant": ""
            },
            "image_url": null,
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 201,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/201/?format=api",
            "flight_proven": false,
            "serial_number": "B1098",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon Heavy core booster.",
            "launcher_config": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.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": 234,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/234/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 18",
            "is_placeholder": false,
            "status": "active",
            "details": "First Block 3 Super Heavy booster with various enhancements including Raptor 3 engines, integrated interstage and 3 grid fins instead of 4 used. Planned for usage on the 12th Starship flight test.",
            "launcher_config": {
                "id": 522,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/522/?format=api",
                "name": "Starship",
                "family": "Starship",
                "full_name": "Starship V3",
                "variant": "V3"
            },
            "image_url": null,
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        }
    ]
}