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=100&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=110&ordering=-attempted_landings",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=90&ordering=-attempted_landings",
    "results": [
        {
            "id": 189,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/189/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 14",
            "is_placeholder": false,
            "status": "active",
            "details": "Super Heavy booster used for the seventh Starship flight test. Successfully caught by the launch tower.",
            "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/starship_booste_image_20250221071829.jpg",
            "flights": 1,
            "last_launch_date": "2025-01-16T22:37:00Z",
            "first_launch_date": "2025-01-16T22:37:00Z"
        },
        {
            "id": 60,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/60/?format=api",
            "flight_proven": true,
            "serial_number": "NS-1",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "New Shepard 1 was destroyed on landing during its first flight.",
            "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": null,
            "flights": 1,
            "last_launch_date": "2015-04-29T17:06:00Z",
            "first_launch_date": "2015-04-29T17:06:00Z"
        },
        {
            "id": 193,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/193/?format=api",
            "flight_proven": true,
            "serial_number": "B1093",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 booster debuting on Starlink Group 11-11.",
            "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": 1,
            "last_launch_date": "2025-04-07T23:06:10Z",
            "first_launch_date": "2025-04-07T23:06:10Z"
        },
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/5/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0003",
            "is_placeholder": false,
            "status": "lost",
            "details": "Residual stage-1 thrust led to collision between stage 1 and stage 2.",
            "launcher_config": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
                "name": "Falcon 1",
                "family": "Falcon",
                "full_name": "Falcon 1",
                "variant": "1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/5_image_20230707190424.jpg",
            "flights": 1,
            "last_launch_date": "2008-08-03T03:34:00Z",
            "first_launch_date": "2008-08-03T03:34:00Z"
        },
        {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/6/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0004",
            "is_placeholder": false,
            "status": "lost",
            "details": "Initially scheduled for 23–25 Sep, carried dummy payload – mass simulator, 165 kg (originally intended to be RazakSAT.",
            "launcher_config": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
                "name": "Falcon 1",
                "family": "Falcon",
                "full_name": "Falcon 1",
                "variant": "1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/6_image_20230707190325.jpg",
            "flights": 1,
            "last_launch_date": "2008-09-28T23:15:00Z",
            "first_launch_date": "2008-09-28T23:15:00Z"
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/7/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0005",
            "is_placeholder": false,
            "status": "lost",
            "details": "Booster expended during the second successful flight of Falcon 1.",
            "launcher_config": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
                "name": "Falcon 1",
                "family": "Falcon",
                "full_name": "Falcon 1",
                "variant": "1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/7_image_20230707190228.jpg",
            "flights": 1,
            "last_launch_date": "2009-07-14T03:36:00Z",
            "first_launch_date": "2009-07-14T03:36:00Z"
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/19/?format=api",
            "flight_proven": true,
            "serial_number": "B1011",
            "is_placeholder": false,
            "status": "lost",
            "details": "",
            "launcher_config": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/19_image_20190226091240.jpg",
            "flights": 1,
            "last_launch_date": "2014-09-07T05:00:00Z",
            "first_launch_date": "2014-09-07T05:00:00Z"
        },
        {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/18/?format=api",
            "flight_proven": true,
            "serial_number": "B1008",
            "is_placeholder": false,
            "status": "lost",
            "details": "",
            "launcher_config": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/18_image_20190226091204.jpg",
            "flights": 1,
            "last_launch_date": "2014-08-05T08:00:00Z",
            "first_launch_date": "2014-08-05T08:00:00Z"
        },
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/17/?format=api",
            "flight_proven": true,
            "serial_number": "B1007",
            "is_placeholder": false,
            "status": "lost",
            "details": "Broke up after sucessful water landing",
            "launcher_config": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/17_image_20190226091117.jpg",
            "flights": 1,
            "last_launch_date": "2014-07-14T15:15:00Z",
            "first_launch_date": "2014-07-14T15:15:00Z"
        },
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/16/?format=api",
            "flight_proven": true,
            "serial_number": "B1006",
            "is_placeholder": false,
            "status": "lost",
            "details": "Broke up after sucessful water landing",
            "launcher_config": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/16_image_20190226091044.jpeg",
            "flights": 1,
            "last_launch_date": "2014-04-18T19:25:22Z",
            "first_launch_date": "2014-04-18T19:25:22Z"
        }
    ]
}