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=70&ordering=-id
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=80&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=60&ordering=-id",
    "results": [
        {
            "id": 90,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/90/?format=api",
            "flight_proven": true,
            "serial_number": "NS-4",
            "is_placeholder": false,
            "status": "active",
            "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
            "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/90_image_20210412202510.jpeg",
            "flights": 13,
            "last_launch_date": "2025-02-25T15:49:11Z",
            "first_launch_date": "2021-01-14T17:19:00Z"
        },
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/89/?format=api",
            "flight_proven": true,
            "serial_number": "SN9",
            "is_placeholder": false,
            "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,
                "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/89_image_20210128075700.jpeg",
            "flights": 1,
            "last_launch_date": "2021-02-02T20:25:15Z",
            "first_launch_date": "2021-02-02T20:25:15Z"
        },
        {
            "id": 88,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/88/?format=api",
            "flight_proven": true,
            "serial_number": "16",
            "is_placeholder": false,
            "status": "retired",
            "details": "Electron first stage used for Rocket Lab's 'Return to Sender' test recovery.",
            "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/88_image_20201120013902.jpg",
            "flights": 1,
            "last_launch_date": "2020-11-20T02:20:01Z",
            "first_launch_date": "2020-11-20T02:20:01Z"
        },
        {
            "id": 87,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/87/?format=api",
            "flight_proven": true,
            "serial_number": "B1066",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended",
            "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/87_image_20221102112720.jpeg",
            "flights": 1,
            "last_launch_date": "2022-11-01T13:41:00Z",
            "first_launch_date": "2022-11-01T13:41:00Z"
        },
        {
            "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": 85,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/85/?format=api",
            "flight_proven": true,
            "serial_number": "B1064",
            "is_placeholder": false,
            "status": "expended",
            "details": "Side booster paired with B1065, 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": 84,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/84/?format=api",
            "flight_proven": true,
            "serial_number": "B1063",
            "is_placeholder": false,
            "status": "active",
            "details": "Notable launches include Sentinel-6 and Dart.",
            "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/84_image_20201122121517.jpeg",
            "flights": 24,
            "last_launch_date": "2025-03-26T22:11:40Z",
            "first_launch_date": "2020-11-21T17:17:08Z"
        },
        {
            "id": 83,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/83/?format=api",
            "flight_proven": true,
            "serial_number": "SN8",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "SN8 was destroyed when attempting to land after its first flight due to low header tank pressure during landing burn.",
            "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/83_image_20201211002626.jpeg",
            "flights": 1,
            "last_launch_date": "2020-12-09T22:45:25Z",
            "first_launch_date": "2020-12-09T22:45:25Z"
        },
        {
            "id": 82,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/82/?format=api",
            "flight_proven": false,
            "serial_number": "SN7.1",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "SpaceX Test tank for 304L Stainless Steel. Top bulkhead intentionally burst during pressure testing.",
            "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/82_image_20200916201322.jpeg",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 81,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/81/?format=api",
            "flight_proven": false,
            "serial_number": "SN7",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "Intentionally destroyed during a pressurization test.",
            "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
        }
    ]
}