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__manufacturer' Example - /2.0.0/launcher/?serial_number=B1046

SEARCH EXAMPLE: /2.0.0/launcher/?search=expended Searches through serial number or status

ORDERING: Fields - 'id', 'flight_proven', Example - /2.0.0/launcher/?order=flight_proven

GET /2.0.0/launcher/?format=api&offset=30&ordering=flight_proven
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 162,
    "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=40&ordering=flight_proven",
    "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=20&ordering=flight_proven",
    "results": [
        {
            "id": 33,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/33/?format=api",
            "flight_proven": true,
            "serial_number": "B1024",
            "status": "lost",
            "details": "RUD on deck of droneship (OCISLY)",
            "launcher_config": {
                "id": 55,
                "launch_library_id": 80,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Full Thrust",
                "variant": "Full Thrust"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/33_image_20190226105723.jpg",
            "flights": 1,
            "last_launch_date": "2016-06-15T14:29:00Z",
            "first_launch_date": "2016-06-15T14:29:00Z"
        },
        {
            "id": 153,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/153/?format=api",
            "flight_proven": true,
            "serial_number": "B1088",
            "status": "active",
            "details": "Falcon 9 booster.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 5",
                "variant": "Block 5"
            },
            "image_url": null,
            "flights": 6,
            "last_launch_date": "2025-05-13T01:15:10Z",
            "first_launch_date": "2024-11-30T08:10:00Z"
        },
        {
            "id": 53,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/53/?format=api",
            "flight_proven": true,
            "serial_number": "B1045",
            "status": "expended",
            "details": "Stage Expended",
            "launcher_config": {
                "id": 145,
                "launch_library_id": 187,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/145/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 4",
                "variant": "Block 4"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/53_image_20190226084547.jpeg",
            "flights": 2,
            "last_launch_date": "2018-06-29T09:42:41Z",
            "first_launch_date": "2018-04-18T22:51:31Z"
        },
        {
            "id": 194,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/194/?format=api",
            "flight_proven": true,
            "serial_number": "B1094",
            "status": "active",
            "details": "Falcon 9 booster debuting on Starlink Group 12-10.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 5",
                "variant": "Block 5"
            },
            "image_url": null,
            "flights": 1,
            "last_launch_date": "2025-04-29T02:34:10Z",
            "first_launch_date": "2025-04-29T02:34:10Z"
        },
        {
            "id": 46,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/46/?format=api",
            "flight_proven": true,
            "serial_number": "B1038",
            "status": "expended",
            "details": "Stage Expended",
            "launcher_config": {
                "id": 55,
                "launch_library_id": 80,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Full Thrust",
                "variant": "Full Thrust"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/46_image_20190226083648.jpeg",
            "flights": 2,
            "last_launch_date": "2018-02-22T14:17:00Z",
            "first_launch_date": "2017-08-24T18:51:00Z"
        },
        {
            "id": 192,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/192/?format=api",
            "flight_proven": true,
            "serial_number": "B1092",
            "status": "active",
            "details": "Falcon 9 booster debuting on Starlink Group 12-13.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://lldev.thespacedevs.com/2.0.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/b1092_landing_a_image_20250325084800.jpg",
            "flights": 3,
            "last_launch_date": "2025-04-21T08:15:45Z",
            "first_launch_date": "2025-02-27T03:34:20Z"
        },
        {
            "id": 189,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/189/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 14",
            "status": "active",
            "details": "Super Heavy booster used for the seventh Starship flight test. Successfully caught by the launch tower.",
            "launcher_config": {
                "id": 464,
                "launch_library_id": null,
                "url": "https://lldev.thespacedevs.com/2.0.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": 50,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/50/?format=api",
            "flight_proven": true,
            "serial_number": "B1043",
            "status": "expended",
            "details": "Stage Expended",
            "launcher_config": {
                "id": 145,
                "launch_library_id": 187,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/145/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 4",
                "variant": "Block 4"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/50_image_20190226084234.jpeg",
            "flights": 2,
            "last_launch_date": "2018-05-22T19:47:58Z",
            "first_launch_date": "2018-01-08T01:00:00Z"
        },
        {
            "id": 112,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/112/?format=api",
            "flight_proven": true,
            "serial_number": "B1073",
            "status": "expended",
            "details": "Notable missions include SES-22, Hakuto-R and CRS-27. Expended during the SPAINSAT-NG I launch.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://lldev.thespacedevs.com/2.0.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": 45,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/45/?format=api",
            "flight_proven": true,
            "serial_number": "B1039",
            "status": "expended",
            "details": "Stage Expended",
            "launcher_config": {
                "id": 145,
                "launch_library_id": 187,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/145/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 4",
                "variant": "Block 4"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/45_image_20190226083552.jpeg",
            "flights": 2,
            "last_launch_date": "2018-04-02T20:30:38Z",
            "first_launch_date": "2017-08-14T16:31:37Z"
        }
    ]
}