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=150&ordering=-attempted_landings
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 160,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=140&ordering=-attempted_landings",
    "results": [
        {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/121/?format=api",
            "flight_proven": true,
            "serial_number": "B1079",
            "is_placeholder": false,
            "status": "expended",
            "details": "Falcon Heavy core booster expended during the Psyche mission.",
            "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/121_image_20231014091824.jpg",
            "flights": 1,
            "last_launch_date": "2023-10-13T14:19:43Z",
            "first_launch_date": "2023-10-13T14:19:43Z"
        },
        {
            "id": 22,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/22/?format=api",
            "flight_proven": true,
            "serial_number": "B1013",
            "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/22_image_20190226091415.jpg",
            "flights": 1,
            "last_launch_date": "2015-02-11T23:03:32Z",
            "first_launch_date": "2015-02-11T23:03:32Z"
        },
        {
            "id": 127,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/127/?format=api",
            "flight_proven": false,
            "serial_number": "B1084",
            "is_placeholder": false,
            "status": "expended",
            "details": "Falcon Heavy core booster expended during the USSF-52 mission.",
            "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/127_image_20231229222119.jpeg",
            "flights": 1,
            "last_launch_date": "2023-12-29T01:07:00Z",
            "first_launch_date": "2023-12-29T01:07:00Z"
        },
        {
            "id": 93,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/93/?format=api",
            "flight_proven": false,
            "serial_number": "BN1",
            "is_placeholder": false,
            "status": "scrapped",
            "details": "BN1 was the first Super Heavy prototype built by SpaceX in Boca Chica, TX. It was used as a production and ground operations pathfinder.",
            "launcher_config": {
                "id": 463,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/463/?format=api",
                "name": "Super Heavy Prototype",
                "family": "Starship",
                "full_name": "Super Heavy Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20210401104946.jpg",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 136,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/136/?format=api",
            "flight_proven": true,
            "serial_number": "31",
            "is_placeholder": false,
            "status": "expended",
            "details": "Booster used during the \"It Argos Up From Here\" 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/none_image_20230824194534.jpg",
            "flights": 1,
            "last_launch_date": "2022-10-07T17:09:21Z",
            "first_launch_date": "2022-10-07T17:09:21Z"
        },
        {
            "id": 99,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/99/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 3",
            "is_placeholder": false,
            "status": "scrapped",
            "details": "Super Heavy prototype used for ground testing. First Super Heavy to static fire.",
            "launcher_config": {
                "id": 463,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/463/?format=api",
                "name": "Super Heavy Prototype",
                "family": "Starship",
                "full_name": "Super Heavy Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/99_image_20210615130010.jpg",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 103,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/103/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 4",
            "is_placeholder": false,
            "status": "retired",
            "details": "First Super Heavy booster to complete a cryogenic proof test at the Orbital Launch Pad, as well as the first full stack cryogenic proof test for a Starship vehicle. Booster 4 is now on display at SpaceX's Rocket Garden in Boca Chica.",
            "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/103_image_20210807065411.jpg",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 115,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/115/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 7",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "Booster 7 is the first Super Heavy booster with 33 Raptor 2 engines and was used for the first Starship integrated flight test with Ship 24. Lost in a launch failure.",
            "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/115_image_20220915030149.jpeg",
            "flights": 1,
            "last_launch_date": "2023-04-20T13:33:09Z",
            "first_launch_date": "2023-04-20T13:33:09Z"
        },
        {
            "id": 147,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/147/?format=api",
            "flight_proven": false,
            "serial_number": "B1087",
            "is_placeholder": false,
            "status": "expended",
            "details": "Falcon Heavy core booster expended during the GOES-U mission.",
            "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/b1086_liftoff__image_20240626195956.jpeg",
            "flights": 1,
            "last_launch_date": "2024-06-25T21:26:00Z",
            "first_launch_date": "2024-06-25T21:26:00Z"
        },
        {
            "id": 95,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/95/?format=api",
            "flight_proven": false,
            "serial_number": "SN7.2",
            "is_placeholder": false,
            "status": "retired",
            "details": "SpaceX test tank for 3mm stainless steel sheets. Retired after two pressure tests.",
            "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": null,
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        }
    ]
}