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=120&ordering=id
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=130&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=110&ordering=id",
    "results": [
        {
            "id": 123,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/123/?format=api",
            "flight_proven": true,
            "serial_number": "B1080",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the Axiom Space Mission 2 Crew Dragon 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/b1080_image_20240322071018.jpeg",
            "flights": 17,
            "last_launch_date": "2025-03-31T19:52:50Z",
            "first_launch_date": "2023-05-21T21:37:09Z"
        },
        {
            "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": 125,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/125/?format=api",
            "flight_proven": true,
            "serial_number": "B1082",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/125_image_20231215042532.jpg",
            "flights": 11,
            "last_launch_date": "2025-02-23T01:38:20Z",
            "first_launch_date": "2024-01-03T03:44:20Z"
        },
        {
            "id": 126,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/126/?format=api",
            "flight_proven": true,
            "serial_number": "B1083",
            "is_placeholder": false,
            "status": "active",
            "details": "Booster first flown during the Crew-8 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/126_image_20240304081131.jpeg",
            "flights": 10,
            "last_launch_date": "2025-04-13T00:53:30Z",
            "first_launch_date": "2024-03-04T03:53:38Z"
        },
        {
            "id": 127,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/127/?format=api",
            "flight_proven": false,
            "serial_number": "B1084",
            "is_placeholder": false,
            "status": "expended",
            "details": "Falcon Heavy core booster expended during the USSF-52 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/127_image_20231229222119.jpeg",
            "flights": 1,
            "last_launch_date": "2023-12-29T01:07:00Z",
            "first_launch_date": "2023-12-29T01:07:00Z"
        },
        {
            "id": 128,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/128/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 9",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "Super Heavy booster that was used for the second Starship integrated flight test and lost after separation.",
            "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/128_image_20230824083027.jpeg",
            "flights": 1,
            "last_launch_date": "2023-11-18T13:02:50Z",
            "first_launch_date": "2023-11-18T13:02:50Z"
        },
        {
            "id": 129,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/129/?format=api",
            "flight_proven": true,
            "serial_number": "39",
            "is_placeholder": false,
            "status": "retired",
            "details": "39th Electron launch vehicle to be flown on 'Baby Come Back'.",
            "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/129_image_20230717200823.jpeg",
            "flights": 1,
            "last_launch_date": "2023-07-18T01:27:00Z",
            "first_launch_date": "2023-07-18T01:27:00Z"
        },
        {
            "id": 130,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/130/?format=api",
            "flight_proven": true,
            "serial_number": "40",
            "is_placeholder": false,
            "status": "retired",
            "details": "40th Electron launch vehicle flown on 'We Love the Nightlife'.",
            "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/130_image_20230824080859.jpeg",
            "flights": 1,
            "last_launch_date": "2023-08-23T23:45:00Z",
            "first_launch_date": "2023-08-23T23:45:00Z"
        },
        {
            "id": 131,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/131/?format=api",
            "flight_proven": true,
            "serial_number": "38",
            "is_placeholder": false,
            "status": "expended",
            "details": "Booster was expened during the Scout's Arrow HASTE launch",
            "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/none_image_20230824130217.jpg",
            "flights": 1,
            "last_launch_date": "2023-06-18T01:24:00Z",
            "first_launch_date": "2023-06-18T01:24:00Z"
        },
        {
            "id": 132,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/132/?format=api",
            "flight_proven": true,
            "serial_number": "37",
            "is_placeholder": false,
            "status": "expended",
            "details": "Booster expended on the \"Coming To A Storm Near You\" mission",
            "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/none_image_20230824175716.jpeg",
            "flights": 1,
            "last_launch_date": "2023-05-26T03:46:00Z",
            "first_launch_date": "2023-05-26T03:46:00Z"
        }
    ]
}