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=-flight_proven
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=-flight_proven",
    "results": [
        {
            "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
        },
        {
            "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": 154,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/154/?format=api",
            "flight_proven": false,
            "serial_number": "B1089",
            "is_placeholder": false,
            "status": "expended",
            "details": "Falcon Heavy core booster expended during the Europa Clipper 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": null,
            "flights": 1,
            "last_launch_date": "2024-10-14T16:06:00Z",
            "first_launch_date": "2024-10-14T16:06:00Z"
        },
        {
            "id": 76,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/76/?format=api",
            "flight_proven": false,
            "serial_number": "SN1",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "SN1 was destroyed when undergoing pressurization.",
            "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/76_image_20200918010747.png",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 106,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/106/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown F9",
            "is_placeholder": true,
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "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/106_image_20230708172214.png",
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 117,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/117/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown FH",
            "is_placeholder": true,
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "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/117_image_20230723180948.png",
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/144/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown NS",
            "is_placeholder": true,
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "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/none_image_20231212212416.png",
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 188,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/188/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 13",
            "is_placeholder": false,
            "status": "lost",
            "details": "Super Heavy booster used for the sixth Starship integrated flight test.\r\n\r\nLost to the ocean after a soft splashdown, as part of an offshore divert from the originally planned tower catch at the launch site.",
            "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_13_duri_image_20241023102335.jpg",
            "flights": 1,
            "last_launch_date": "2024-11-19T22:00:00Z",
            "first_launch_date": "2024-11-19T22:00:00Z"
        },
        {
            "id": 152,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/152/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown NG",
            "is_placeholder": true,
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "launcher_config": {
                "id": 138,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/138/?format=api",
                "name": "New Glenn",
                "family": "",
                "full_name": "New Glenn",
                "variant": ""
            },
            "image_url": null,
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 128,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/128/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 9",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "Super Heavy booster that was used for the second Starship integrated flight test and lost after separation.",
            "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/128_image_20230824083027.jpeg",
            "flights": 1,
            "last_launch_date": "2023-11-18T13:02:50Z",
            "first_launch_date": "2023-11-18T13:02:50Z"
        }
    ]
}