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=110&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=120&ordering=-flight_proven",
    "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=100&ordering=-flight_proven",
    "results": [
        {
            "id": 88,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/88/?format=api",
            "flight_proven": true,
            "serial_number": "16",
            "status": "retired",
            "details": "Electron first stage used for Rocket Lab's 'Return to Sender' test recovery.",
            "launcher_config": {
                "id": 26,
                "launch_library_id": 148,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
                "name": "Electron",
                "family": "",
                "full_name": "Electron",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/88_image_20201120013902.jpg",
            "flights": 1,
            "last_launch_date": "2020-11-20T02:20:01Z",
            "first_launch_date": "2020-11-20T02:20:01Z"
        },
        {
            "id": 89,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/89/?format=api",
            "flight_proven": true,
            "serial_number": "SN9",
            "status": "destroyed",
            "details": "SN9 is the first starship prototype to be fully made of 304L stainless steel. It was destroyed on landing after its first flight.",
            "launcher_config": {
                "id": 207,
                "launch_library_id": null,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
                "name": "Starship Prototype",
                "family": "Starship",
                "full_name": "Starship Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/89_image_20210128075700.jpeg",
            "flights": 1,
            "last_launch_date": "2021-02-02T20:25:15Z",
            "first_launch_date": "2021-02-02T20:25:15Z"
        },
        {
            "id": 91,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/91/?format=api",
            "flight_proven": true,
            "serial_number": "SN10",
            "status": "destroyed",
            "details": "SN10 is a Starship Prototype similar in design to SN9. SN10 was destroyed during an explosion on the pad after landing.",
            "launcher_config": {
                "id": 207,
                "launch_library_id": null,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
                "name": "Starship Prototype",
                "family": "Starship",
                "full_name": "Starship Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/91_image_20210303201919.jpg",
            "flights": 1,
            "last_launch_date": "2021-03-03T23:15:00Z",
            "first_launch_date": "2021-03-03T23:15:00Z"
        },
        {
            "id": 111,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/111/?format=api",
            "flight_proven": true,
            "serial_number": "B1072",
            "status": "active",
            "details": "Falcon Heavy side booster first flown during the GOES-U mission.",
            "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/b1072_and_b1086_image_20240626195649.jpeg",
            "flights": 1,
            "last_launch_date": "2024-06-25T21:26:00Z",
            "first_launch_date": "2024-06-25T21:26:00Z"
        },
        {
            "id": 30,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/30/?format=api",
            "flight_proven": true,
            "serial_number": "B1021",
            "status": "retired",
            "details": "Retired; on permanent display outside DISH Network Corporation headquarters in Littleton, Colorado.",
            "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/30_image_20190226080922.jpeg",
            "flights": 2,
            "last_launch_date": "2017-03-30T22:27:00Z",
            "first_launch_date": "2016-04-08T20:43:32Z"
        },
        {
            "id": 31,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/31/?format=api",
            "flight_proven": true,
            "serial_number": "B1022",
            "status": "retired",
            "details": "Removed from active fleet for Δ Qualification Testing. Retired after eight to ten test cycles.  Currently partially disassembled at McGregor.",
            "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/31_image_20190226082143.jpeg",
            "flights": 1,
            "last_launch_date": "2016-05-06T05:21:00Z",
            "first_launch_date": "2016-05-06T05:21:00Z"
        },
        {
            "id": 36,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/36/?format=api",
            "flight_proven": true,
            "serial_number": "B1028",
            "status": "lost",
            "details": "---",
            "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/36_image_20190226110009.jpg",
            "flights": 1,
            "last_launch_date": "2016-09-03T07:00:00Z",
            "first_launch_date": "2016-09-03T07:00:00Z"
        },
        {
            "id": 48,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/48/?format=api",
            "flight_proven": true,
            "serial_number": "B1041",
            "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/48_image_20190226083958.jpeg",
            "flights": 2,
            "last_launch_date": "2018-03-30T14:13:51Z",
            "first_launch_date": "2017-10-09T12:37:01Z"
        },
        {
            "id": 92,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/92/?format=api",
            "flight_proven": true,
            "serial_number": "SN11",
            "status": "destroyed",
            "details": "SN11 is a Starship Prototype similar in design to SN10 and SN9. It got destroyed during its first flight to an altitude of 10 km.",
            "launcher_config": {
                "id": 207,
                "launch_library_id": null,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
                "name": "Starship Prototype",
                "family": "Starship",
                "full_name": "Starship Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/92_image_20210326174157.jpeg",
            "flights": 1,
            "last_launch_date": "2021-03-30T13:00:00Z",
            "first_launch_date": "2021-03-30T13:00:00Z"
        },
        {
            "id": 130,
            "url": "https://lldev.thespacedevs.com/2.0.0/launcher/130/?format=api",
            "flight_proven": true,
            "serial_number": "40",
            "status": "retired",
            "details": "40th Electron launch vehicle flown on 'We Love the Nightlife'.",
            "launcher_config": {
                "id": 26,
                "launch_library_id": 148,
                "url": "https://lldev.thespacedevs.com/2.0.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"
        }
    ]
}