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

{
    "count": 160,
    "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=110&ordering=attempted_landings",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=90&ordering=attempted_landings",
    "results": [
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/89/?format=api",
            "flight_proven": true,
            "serial_number": "SN9",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "SN9 is the first starship prototype to be fully made of 304L stainless steel. It was destroyed on landing after its first flight.",
            "launcher_config": {
                "id": 207,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/207/?format=api",
                "name": "Starship Prototype",
                "family": "Starship",
                "full_name": "Starship Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/89_image_20210128075700.jpeg",
            "flights": 1,
            "last_launch_date": "2021-02-02T20:25:15Z",
            "first_launch_date": "2021-02-02T20:25:15Z"
        },
        {
            "id": 88,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/88/?format=api",
            "flight_proven": true,
            "serial_number": "16",
            "is_placeholder": false,
            "status": "retired",
            "details": "Electron first stage used for Rocket Lab's 'Return to Sender' test recovery.",
            "launcher_config": {
                "id": 26,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
                "name": "Electron",
                "family": "",
                "full_name": "Electron",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/88_image_20201120013902.jpg",
            "flights": 1,
            "last_launch_date": "2020-11-20T02:20:01Z",
            "first_launch_date": "2020-11-20T02:20:01Z"
        },
        {
            "id": 149,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/149/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 11",
            "is_placeholder": false,
            "status": "lost",
            "details": "Super Heavy booster used for the fourth Starship integrated flight test. Lost 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/booster_11_duri_image_20240621062611.jpeg",
            "flights": 1,
            "last_launch_date": "2024-06-06T12:50:00Z",
            "first_launch_date": "2024-06-06T12:50:00Z"
        },
        {
            "id": 111,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/111/?format=api",
            "flight_proven": true,
            "serial_number": "B1072",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon Heavy side booster first flown during the GOES-U mission.",
            "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/b1072_and_b1086_image_20240626195649.jpeg",
            "flights": 1,
            "last_launch_date": "2024-06-25T21:26:00Z",
            "first_launch_date": "2024-06-25T21:26:00Z"
        },
        {
            "id": 150,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/150/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 12",
            "is_placeholder": false,
            "status": "retired",
            "details": "Super Heavy booster used for the fifth Starship integrated flight test.\r\n\r\nFirst Super Heavy sucessfully caught.",
            "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/booster_12_duri_image_20241013170813.jpg",
            "flights": 1,
            "last_launch_date": "2024-10-13T12:25:00Z",
            "first_launch_date": "2024-10-13T12:25:00Z"
        },
        {
            "id": 188,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/188/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 13",
            "is_placeholder": false,
            "status": "lost",
            "details": "Super Heavy booster used for the sixth Starship integrated flight test.\r\n\r\nLost to the ocean after a soft splashdown, as part of an offshore divert from the originally planned tower catch at the launch site.",
            "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/booster_13_duri_image_20241023102335.jpg",
            "flights": 1,
            "last_launch_date": "2024-11-19T22:00:00Z",
            "first_launch_date": "2024-11-19T22:00:00Z"
        },
        {
            "id": 186,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/186/?format=api",
            "flight_proven": false,
            "serial_number": "GS1-SN001",
            "is_placeholder": false,
            "status": "lost",
            "details": "First New Glenn first stage booster. Named \"So You’re Telling Me There’s a Chance\". Lost on its first flight during descent towards LPV1 Jacklyn.",
            "launcher_config": {
                "id": 138,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/138/?format=api",
                "name": "New Glenn",
                "family": "",
                "full_name": "New Glenn",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gs1-sn001_on_th_image_20250111175829.jpg",
            "flights": 1,
            "last_launch_date": "2025-01-16T07:03:00Z",
            "first_launch_date": "2025-01-16T07:03:00Z"
        },
        {
            "id": 191,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/191/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 15",
            "is_placeholder": false,
            "status": "active",
            "details": "Super Heavy booster used for the eighth Starship flight test.",
            "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/starship_booste_image_20250221071521.jpg",
            "flights": 1,
            "last_launch_date": "2025-03-06T23:30:00Z",
            "first_launch_date": "2025-03-06T23:30:00Z"
        },
        {
            "id": 189,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/189/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 14",
            "is_placeholder": false,
            "status": "active",
            "details": "Super Heavy booster used for the seventh Starship flight test. Successfully caught by the launch tower.",
            "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/starship_booste_image_20250221071829.jpg",
            "flights": 1,
            "last_launch_date": "2025-01-16T22:37:00Z",
            "first_launch_date": "2025-01-16T22:37:00Z"
        },
        {
            "id": 60,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/60/?format=api",
            "flight_proven": true,
            "serial_number": "NS-1",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "New Shepard 1 was destroyed on landing during its first flight.",
            "launcher_config": {
                "id": 137,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                "name": "New Shepard",
                "family": "",
                "full_name": "New Shepard",
                "variant": ""
            },
            "image_url": null,
            "flights": 1,
            "last_launch_date": "2015-04-29T17:06:00Z",
            "first_launch_date": "2015-04-29T17:06:00Z"
        }
    ]
}