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

{
    "count": 165,
    "next": "https://lldev.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=150&ordering=attempted_landings",
    "previous": "https://lldev.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=130&ordering=attempted_landings",
    "results": [
        {
            "id": 63,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/63/?format=api",
            "flight_proven": true,
            "serial_number": "NS-3",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "New Shepard vehicle #3 was the third flight vehicle of the New Shepard suborbital rocket. It suffered an anomaly during its ninth flight.",
            "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/63_image_20190225165029.jpeg",
            "flights": 9,
            "last_launch_date": "2022-09-12T14:27:00Z",
            "first_launch_date": "2017-12-12T16:59:00Z"
        },
        {
            "id": 57,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/57/?format=api",
            "flight_proven": true,
            "serial_number": "B1049",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended",
            "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/57_image_20190226084723.jpeg",
            "flights": 11,
            "last_launch_date": "2022-11-23T02:57:00Z",
            "first_launch_date": "2018-09-10T04:45:00Z"
        },
        {
            "id": 2,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/2/?format=api",
            "flight_proven": true,
            "serial_number": "B1051",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended",
            "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/2_image_20200211104751.jpeg",
            "flights": 14,
            "last_launch_date": "2022-11-12T16:06:00Z",
            "first_launch_date": "2019-03-02T07:49:00Z"
        },
        {
            "id": 126,
            "url": "https://lldev.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://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/126_image_20240304081131.jpeg",
            "flights": 13,
            "last_launch_date": "2025-07-13T05:04:00Z",
            "first_launch_date": "2024-03-04T03:53:38Z"
        },
        {
            "id": 125,
            "url": "https://lldev.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://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/125_image_20231215042532.jpg",
            "flights": 14,
            "last_launch_date": "2025-07-19T03:52:59Z",
            "first_launch_date": "2024-01-03T03:44:20Z"
        },
        {
            "id": 90,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/90/?format=api",
            "flight_proven": true,
            "serial_number": "NS-4",
            "is_placeholder": false,
            "status": "active",
            "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
            "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/90_image_20210412202510.jpeg",
            "flights": 15,
            "last_launch_date": "2025-08-03T12:42:16Z",
            "first_launch_date": "2021-01-14T17:19:00Z"
        },
        {
            "id": 124,
            "url": "https://lldev.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://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/124_image_20230827172435.jpeg",
            "flights": 16,
            "last_launch_date": "2025-07-23T18:13:00Z",
            "first_launch_date": "2023-08-26T07:27:27Z"
        },
        {
            "id": 72,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/72/?format=api",
            "flight_proven": true,
            "serial_number": "B1060",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended for the Galileo L12 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/72_image_20230713061744.jpg",
            "flights": 20,
            "last_launch_date": "2024-04-28T00:34:00Z",
            "first_launch_date": "2020-06-30T20:10:46Z"
        },
        {
            "id": 69,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/69/?format=api",
            "flight_proven": true,
            "serial_number": "B1058",
            "is_placeholder": false,
            "status": "lost",
            "details": "Booster first flown during the DEMO-2 mission. Only booster featuring the NASA worm logo.\r\n\r\nWritten off after toppled by rough seas during transport on 25 December 2023 after safely landing aboard JRTI.",
            "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/69_image_20200602210857.jpeg",
            "flights": 19,
            "last_launch_date": "2023-12-23T05:33:00Z",
            "first_launch_date": "2020-05-30T19:22:45Z"
        },
        {
            "id": 114,
            "url": "https://lldev.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://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/114_image_20230807183155.jpeg",
            "flights": 19,
            "last_launch_date": "2025-07-27T04:31:09Z",
            "first_launch_date": "2023-01-19T15:43:10Z"
        }
    ]
}