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=110&ordering=-flight_proven
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=120&ordering=-flight_proven",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=100&ordering=-flight_proven",
    "results": [
        {
            "id": 105,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/105/?format=api",
            "flight_proven": true,
            "serial_number": "B1069",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the CRS-24 mission.",
            "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/105_image_20211220081646.jpeg",
            "flights": 22,
            "last_launch_date": "2025-03-13T02:35:30Z",
            "first_launch_date": "2021-12-21T10:07:08Z"
        },
        {
            "id": 109,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/109/?format=api",
            "flight_proven": true,
            "serial_number": "B1070",
            "is_placeholder": false,
            "status": "expended",
            "details": "Falcon Heavy core booster expended on its first flight as part of the USSF-67 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/109_image_20230114190131.jpeg",
            "flights": 1,
            "last_launch_date": "2023-01-15T22:56:00Z",
            "first_launch_date": "2023-01-15T22:56:00Z"
        },
        {
            "id": 112,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/112/?format=api",
            "flight_proven": true,
            "serial_number": "B1073",
            "is_placeholder": false,
            "status": "expended",
            "details": "Notable missions include SES-22, Hakuto-R and CRS-27. Expended during the SPAINSAT-NG I launch.",
            "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/112_image_20220516182658.jpeg",
            "flights": 21,
            "last_launch_date": "2025-01-30T01:34:00Z",
            "first_launch_date": "2022-05-14T20:40:50Z"
        },
        {
            "id": 113,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/113/?format=api",
            "flight_proven": true,
            "serial_number": "B1074",
            "is_placeholder": false,
            "status": "expended",
            "details": "Falcon Heavy core booster for the EchoStar 24/Jupiter-3 mission. Planned to be expended.",
            "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/113_image_20230727155352.jpeg",
            "flights": 1,
            "last_launch_date": "2023-07-29T03:04:00Z",
            "first_launch_date": "2023-07-29T03:04:00Z"
        },
        {
            "id": 114,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/114/?format=api",
            "flight_proven": true,
            "serial_number": "B1075",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the Starlink Group 2-4 mission.",
            "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/114_image_20230807183155.jpeg",
            "flights": 17,
            "last_launch_date": "2025-02-01T23:02:10Z",
            "first_launch_date": "2023-01-19T15:43:10Z"
        },
        {
            "id": 116,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/116/?format=api",
            "flight_proven": true,
            "serial_number": "B1077",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the Crew-5 mission.",
            "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/116_image_20240201065853.jpg",
            "flights": 19,
            "last_launch_date": "2025-03-18T19:57:50Z",
            "first_launch_date": "2022-10-05T16:00:57Z"
        },
        {
            "id": 120,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/120/?format=api",
            "flight_proven": true,
            "serial_number": "B1078",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the Crew-6 mission.",
            "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/120_image_20230227075809.jpeg",
            "flights": 19,
            "last_launch_date": "2025-04-06T03:07:20Z",
            "first_launch_date": "2023-03-02T05:34:14Z"
        },
        {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/121/?format=api",
            "flight_proven": true,
            "serial_number": "B1079",
            "is_placeholder": false,
            "status": "expended",
            "details": "Falcon Heavy core booster expended during the Psyche 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/121_image_20231014091824.jpg",
            "flights": 1,
            "last_launch_date": "2023-10-13T14:19:43Z",
            "first_launch_date": "2023-10-13T14:19:43Z"
        },
        {
            "id": 124,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/124/?format=api",
            "flight_proven": true,
            "serial_number": "B1081",
            "is_placeholder": false,
            "status": "active",
            "details": "Launched Crew-7 on its first flight.",
            "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/124_image_20230827172435.jpeg",
            "flights": 13,
            "last_launch_date": "2025-03-15T06:43:00Z",
            "first_launch_date": "2023-08-26T07:27:27Z"
        },
        {
            "id": 115,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/115/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 7",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "Booster 7 is the first Super Heavy booster with 33 Raptor 2 engines and was used for the first Starship integrated flight test with Ship 24. Lost in a launch failure.",
            "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/115_image_20220915030149.jpeg",
            "flights": 1,
            "last_launch_date": "2023-04-20T13:33:09Z",
            "first_launch_date": "2023-04-20T13:33:09Z"
        }
    ]
}