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

{
    "count": 172,
    "next": "https://lldev.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=10&ordering=-successful_landings",
    "previous": null,
    "results": [
        {
            "id": 117,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/117/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown FH",
            "is_placeholder": true,
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "launcher_config": {
                "id": 161,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/117_image_20230723180948.png",
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 200,
            "url": "https://lldev.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://lldev.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": 106,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/106/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown F9",
            "is_placeholder": true,
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "launcher_config": {
                "id": 164,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/106_image_20230708172214.png",
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 152,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/152/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown NG",
            "is_placeholder": true,
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "launcher_config": {
                "id": 138,
                "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/138/?format=api",
                "name": "New Glenn",
                "family": "",
                "full_name": "New Glenn",
                "variant": ""
            },
            "image_url": null,
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 144,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/144/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown NS",
            "is_placeholder": true,
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "launcher_config": {
                "id": 137,
                "url": "https://lldev.thespacedevs.com/2.2.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": 101,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/101/?format=api",
            "flight_proven": true,
            "serial_number": "B1067",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the CRS-22 mission.",
            "launcher_config": {
                "id": 164,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/b1067_landing_o_image_20250912153830.jpeg",
            "flights": 30,
            "last_launch_date": "2025-08-28T08:12:00Z",
            "first_launch_date": "2021-06-03T17:29:15Z"
        },
        {
            "id": 107,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/107/?format=api",
            "flight_proven": true,
            "serial_number": "B1071",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the NROL-87 mission.",
            "launcher_config": {
                "id": 164,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/b1071_landing_o_image_20250912153658.jpeg",
            "flights": 28,
            "last_launch_date": "2025-09-13T17:55:49Z",
            "first_launch_date": "2022-02-02T20:27:26Z"
        },
        {
            "id": 105,
            "url": "https://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/b1069_at_lz-1_a_image_20250912153047.jpeg",
            "flights": 27,
            "last_launch_date": "2025-09-05T12:32:30Z",
            "first_launch_date": "2021-12-21T10:07:08Z"
        },
        {
            "id": 84,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/84/?format=api",
            "flight_proven": true,
            "serial_number": "B1063",
            "is_placeholder": false,
            "status": "active",
            "details": "Notable launches include Sentinel-6 and Dart.",
            "launcher_config": {
                "id": 164,
                "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/84_image_20201122121517.jpeg",
            "flights": 27,
            "last_launch_date": "2025-08-26T18:53:41Z",
            "first_launch_date": "2020-11-21T17:17:08Z"
        },
        {
            "id": 116,
            "url": "https://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/116_image_20240201065853.jpg",
            "flights": 23,
            "last_launch_date": "2025-08-31T11:49:00Z",
            "first_launch_date": "2022-10-05T16:00:57Z"
        }
    ]
}