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=120&ordering=attempted_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=130&ordering=attempted_landings",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=110&ordering=attempted_landings",
    "results": [
        {
            "id": 32,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/32/?format=api",
            "flight_proven": true,
            "serial_number": "B1023",
            "is_placeholder": false,
            "status": "retired",
            "details": "Retired; on permanent display indoors at the Kennedy Space Center Visitor Complex.",
            "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/32_image_20190226081021.jpeg",
            "flights": 2,
            "last_launch_date": "2018-02-06T20:45:00Z",
            "first_launch_date": "2016-05-27T21:39:00Z"
        },
        {
            "id": 38,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/38/?format=api",
            "flight_proven": true,
            "serial_number": "B1031",
            "is_placeholder": false,
            "status": "retired",
            "details": "Stored outside at McGregor, partially disassembled (missing engines).",
            "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/38_image_20190226082801.jpeg",
            "flights": 2,
            "last_launch_date": "2017-10-11T22:53:00Z",
            "first_launch_date": "2017-02-19T14:39:00Z"
        },
        {
            "id": 54,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/54/?format=api",
            "flight_proven": true,
            "serial_number": "B1046",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended",
            "launcher_config": {
                "id": 164,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/54_image_20190226081254.jpeg",
            "flights": 4,
            "last_launch_date": "2020-01-19T15:30:00Z",
            "first_launch_date": "2018-05-11T20:14:00Z"
        },
        {
            "id": 187,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/187/?format=api",
            "flight_proven": true,
            "serial_number": "NS-5",
            "is_placeholder": false,
            "status": "active",
            "details": "5th New Shepard booster.",
            "launcher_config": {
                "id": 137,
                "url": "https://ll.thespacedevs.com/2.2.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": 67,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/67/?format=api",
            "flight_proven": true,
            "serial_number": "SARGE 1",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "Sarge 1 is the first SARGE reusable sounding rocket.",
            "launcher_config": {
                "id": 197,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/197/?format=api",
                "name": "SARGE",
                "family": "",
                "full_name": "SARGE",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/67_image_20190629182855.jpg",
            "flights": 4,
            "last_launch_date": "2019-10-26T17:40:15Z",
            "first_launch_date": "2018-08-25T18:15:00Z"
        },
        {
            "id": 65,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/65/?format=api",
            "flight_proven": true,
            "serial_number": "B1056",
            "is_placeholder": false,
            "status": "lost",
            "details": "Missed the droneship and made successful water landing; apparently scuttled at sea afterward. ",
            "launcher_config": {
                "id": 164,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/65_image_20190726210717.jpeg",
            "flights": 4,
            "last_launch_date": "2020-02-17T15:05:55Z",
            "first_launch_date": "2019-05-04T06:48:58Z"
        },
        {
            "id": 56,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/56/?format=api",
            "flight_proven": true,
            "serial_number": "B1048",
            "is_placeholder": false,
            "status": "lost",
            "details": "Landing burn not performed after premature engine shutdown during ascent",
            "launcher_config": {
                "id": 164,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/56_image_20191123114656.jpg",
            "flights": 5,
            "last_launch_date": "2020-03-18T12:16:39Z",
            "first_launch_date": "2018-07-25T11:39:30Z"
        },
        {
            "id": 86,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/86/?format=api",
            "flight_proven": true,
            "serial_number": "B1065",
            "is_placeholder": false,
            "status": "expended",
            "details": "Side booster paired with B1064, launched 3 USSF missions, EchoStar 24 and the Psyche mission before expended during launch of Europa Clipper.",
            "launcher_config": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.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/85_image_20221102112709.jpeg",
            "flights": 6,
            "last_launch_date": "2024-10-14T16:06:00Z",
            "first_launch_date": "2022-11-01T13:41:00Z"
        },
        {
            "id": 153,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/153/?format=api",
            "flight_proven": true,
            "serial_number": "B1088",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 booster.",
            "launcher_config": {
                "id": 164,
                "url": "https://ll.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": null,
            "flights": 5,
            "last_launch_date": "2025-04-04T01:02:50Z",
            "first_launch_date": "2024-11-30T08:10:00Z"
        },
        {
            "id": 148,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/148/?format=api",
            "flight_proven": true,
            "serial_number": "B1086",
            "is_placeholder": false,
            "status": "lost",
            "details": "Falcon 9 booster that started out as a Falcon Heavy side booster flown during the GOES-U mission.\r\n\r\nWritten off on 3 March 2025 after safely landing aboard JRTI due to post-landing aft end fire damaging one of the landing legs and tipping it overboard.",
            "launcher_config": {
                "id": 164,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/b1072_and_b1086_image_20240626195649.jpeg",
            "flights": 5,
            "last_launch_date": "2025-03-03T02:24:00Z",
            "first_launch_date": "2024-06-25T21:26:00Z"
        }
    ]
}