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=60&ordering=-successful_landings
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=70&ordering=-successful_landings",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=50&ordering=-successful_landings",
    "results": [
        {
            "id": 47,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/47/?format=api",
            "flight_proven": true,
            "serial_number": "B1040",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended",
            "launcher_config": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.2.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/47_image_20190226083837.jpeg",
            "flights": 2,
            "last_launch_date": "2018-06-04T04:45:00Z",
            "first_launch_date": "2017-09-07T14:00:00Z"
        },
        {
            "id": 48,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/48/?format=api",
            "flight_proven": true,
            "serial_number": "B1041",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended",
            "launcher_config": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.2.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": 104,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/104/?format=api",
            "flight_proven": true,
            "serial_number": "22",
            "is_placeholder": false,
            "status": "retired",
            "details": "Booster used for Electron's 22nd flight (Love At First Insight)",
            "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_20211109093154.jpg",
            "flights": 1,
            "last_launch_date": "2021-11-18T01:38:13Z",
            "first_launch_date": "2021-11-18T01:38:13Z"
        },
        {
            "id": 150,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/150/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 12",
            "is_placeholder": false,
            "status": "retired",
            "details": "Super Heavy booster used for the fifth Starship integrated flight test.\r\n\r\nFirst Super Heavy sucessfully caught.",
            "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/booster_12_duri_image_20241013170813.jpg",
            "flights": 1,
            "last_launch_date": "2024-10-13T12:25:00Z",
            "first_launch_date": "2024-10-13T12:25:00Z"
        },
        {
            "id": 31,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/31/?format=api",
            "flight_proven": true,
            "serial_number": "B1022",
            "is_placeholder": false,
            "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,
                "url": "https://ll.thespacedevs.com/2.2.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": 146,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/146/?format=api",
            "flight_proven": true,
            "serial_number": "43",
            "is_placeholder": false,
            "status": "active",
            "details": "Booster used for the \"Four Of A Kind\" 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/146_image_20240119075144.jpeg",
            "flights": 1,
            "last_launch_date": "2024-01-31T06:34:00Z",
            "first_launch_date": "2024-01-31T06:34:00Z"
        },
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/27/?format=api",
            "flight_proven": true,
            "serial_number": "B1019",
            "is_placeholder": false,
            "status": "retired",
            "details": "Retired; on permanent display outside SpaceX headquarters, Hawthorne, California.",
            "launcher_config": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.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/27_image_20190226080753.jpeg",
            "flights": 1,
            "last_launch_date": "2015-12-22T01:29:00Z",
            "first_launch_date": "2015-12-22T01:29:00Z"
        },
        {
            "id": 97,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/97/?format=api",
            "flight_proven": true,
            "serial_number": "20",
            "is_placeholder": false,
            "status": "retired",
            "details": "Booster used for Electron's 20th flight (Running Out Of Toes). Successfully splashed down offshore.",
            "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/97_image_20210511100944.jpg",
            "flights": 1,
            "last_launch_date": "2021-05-15T11:11:00Z",
            "first_launch_date": "2021-05-15T11:11: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": 94,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/94/?format=api",
            "flight_proven": true,
            "serial_number": "SN15",
            "is_placeholder": false,
            "status": "retired",
            "details": "Next Starship prototype built after SN11. It features hundreds of design improvements across structures, avionics, software and engine.\r\nFirst Starship prototype to successfully land after a high altitude flight.",
            "launcher_config": {
                "id": 207,
                "url": "https://ll.thespacedevs.com/2.2.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/94_image_20210511112730.jpeg",
            "flights": 1,
            "last_launch_date": "2021-05-05T22:24:00Z",
            "first_launch_date": "2021-05-05T22:24:00Z"
        }
    ]
}