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": 64,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/64/?format=api",
            "flight_proven": true,
            "serial_number": "B1055",
            "status": "lost",
            "details": "Toppled by rough seas and broken in two after safely landing aboard OCISLY",
            "launcher_config": {
                "id": 161,
                "launch_library_id": 58,
                "url": "https://lldev.thespacedevs.com/2.0.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/64_image_20190420114454.jpeg",
            "flights": 1,
            "last_launch_date": "2019-04-11T22:35:00Z",
            "first_launch_date": "2019-04-11T22:35:00Z"
        },
        {
            "id": 149,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/149/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 11",
            "status": "lost",
            "details": "Super Heavy booster used for the fourth Starship integrated flight test. Lost to the ocean after a successful soft splashdown.",
            "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/booster_11_duri_image_20240621062611.jpeg",
            "flights": 1,
            "last_launch_date": "2024-06-06T12:50:00Z",
            "first_launch_date": "2024-06-06T12:50:00Z"
        },
        {
            "id": 187,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/187/?format=api",
            "flight_proven": true,
            "serial_number": "NS-5",
            "status": "active",
            "details": "5th New Shepard booster.",
            "launcher_config": {
                "id": 137,
                "launch_library_id": 9999,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
                "name": "New Shepard",
                "family": "",
                "full_name": "New Shepard",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns-5_on_the_lau_image_20250204174818.jpg",
            "flights": 3,
            "last_launch_date": "2025-04-14T13:30:00Z",
            "first_launch_date": "2024-10-23T15:27:00Z"
        },
        {
            "id": 101,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/101/?format=api",
            "flight_proven": true,
            "serial_number": "B1067",
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the CRS-22 mission.",
            "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/b1067_on_slc-40_image_20240407145708.jpeg",
            "flights": 28,
            "last_launch_date": "2025-05-13T05:02:20Z",
            "first_launch_date": "2021-06-03T17:29:15Z"
        },
        {
            "id": 190,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/190/?format=api",
            "flight_proven": true,
            "serial_number": "B1090",
            "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1090_at_lz-1__image_20250316065021.jpg",
            "flights": 4,
            "last_launch_date": "2025-05-14T16:38:50Z",
            "first_launch_date": "2024-12-17T22:26:00Z"
        },
        {
            "id": 1,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/1/?format=api",
            "flight_proven": true,
            "serial_number": "B1050",
            "status": "retired",
            "details": "Towed to Port of Canaveral; cannibalized for parts to build Starhopper.",
            "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/1_image_20230201124850.jpg",
            "flights": 1,
            "last_launch_date": "2018-12-05T18:16:16Z",
            "first_launch_date": "2018-12-05T18:16:16Z"
        },
        {
            "id": 9,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/9/?format=api",
            "flight_proven": true,
            "serial_number": "B0004",
            "status": "lost",
            "details": "First flight of Dragon",
            "launcher_config": {
                "id": 169,
                "launch_library_id": 90,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/169/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.0",
                "variant": "v1.0"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/9_image_20191115082500.jpg",
            "flights": 1,
            "last_launch_date": "2010-12-08T15:43:00Z",
            "first_launch_date": "2010-12-08T15:43:00Z"
        },
        {
            "id": 10,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/10/?format=api",
            "flight_proven": true,
            "serial_number": "B0005",
            "status": "lost",
            "details": "",
            "launcher_config": {
                "id": 169,
                "launch_library_id": 90,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/169/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.0",
                "variant": "v1.0"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/10_image_20191115082622.jpeg",
            "flights": 1,
            "last_launch_date": "2012-05-22T07:44:38Z",
            "first_launch_date": "2012-05-22T07:44:38Z"
        },
        {
            "id": 193,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/193/?format=api",
            "flight_proven": true,
            "serial_number": "B1093",
            "status": "active",
            "details": "Falcon 9 booster debuting on Starlink Group 11-11.",
            "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": 2,
            "last_launch_date": "2025-05-16T13:43:50Z",
            "first_launch_date": "2025-04-07T23:06:10Z"
        },
        {
            "id": 29,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/29/?format=api",
            "flight_proven": true,
            "serial_number": "B1020",
            "status": "lost",
            "details": "Destroyed on Impact with DroneShip (OCISLY) - Excess Velocity, Possible Fuel Exhaustion",
            "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/29_image_20190226105526.jpg",
            "flights": 1,
            "last_launch_date": "2016-03-04T23:35:00Z",
            "first_launch_date": "2016-03-04T23:35:00Z"
        }
    ]
}