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__manufacturer' Example - /2.0.0/launcher/?serial_number=B1046

SEARCH EXAMPLE: /2.0.0/launcher/?search=expended Searches through serial number or status

ORDERING: Fields - 'id', 'flight_proven', Example - /2.0.0/launcher/?order=flight_proven

GET /2.0.0/launcher/?format=api&offset=130&ordering=-flight_proven
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 162,
    "next": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=140&ordering=-flight_proven",
    "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=120&ordering=-flight_proven",
    "results": [
        {
            "id": 104,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/104/?format=api",
            "flight_proven": true,
            "serial_number": "22",
            "status": "retired",
            "details": "Booster used for Electron's 22nd flight (Love At First Insight)",
            "launcher_config": {
                "id": 26,
                "launch_library_id": 148,
                "url": "https://ll.thespacedevs.com/2.0.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_20211109093154.jpg",
            "flights": 1,
            "last_launch_date": "2021-11-18T01:38:13Z",
            "first_launch_date": "2021-11-18T01:38:13Z"
        },
        {
            "id": 108,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/108/?format=api",
            "flight_proven": true,
            "serial_number": "B1068",
            "status": "expended",
            "details": "Falcon Heavy core booster expended on its first flight as part of the ViaSat-3 Americas mission.",
            "launcher_config": {
                "id": 161,
                "launch_library_id": 58,
                "url": "https://ll.thespacedevs.com/2.0.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": "2023-05-01T00:26:00Z",
            "first_launch_date": "2023-05-01T00:26:00Z"
        },
        {
            "id": 110,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/110/?format=api",
            "flight_proven": true,
            "serial_number": "26",
            "status": "retired",
            "details": "First stage used for Electron's 26th flight (There and Back Again).",
            "launcher_config": {
                "id": 26,
                "launch_library_id": 148,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
                "name": "Electron",
                "family": "",
                "full_name": "Electron",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/110_image_20220420085303.jpg",
            "flights": 1,
            "last_launch_date": "2022-05-02T22:49:52Z",
            "first_launch_date": "2022-05-02T22:49:52Z"
        },
        {
            "id": 146,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/146/?format=api",
            "flight_proven": true,
            "serial_number": "43",
            "status": "active",
            "details": "Booster used for the \"Four Of A Kind\" mission.",
            "launcher_config": {
                "id": 26,
                "launch_library_id": 148,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
                "name": "Electron",
                "family": "",
                "full_name": "Electron",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/146_image_20240119075144.jpeg",
            "flights": 1,
            "last_launch_date": "2024-01-31T06:34:00Z",
            "first_launch_date": "2024-01-31T06:34:00Z"
        },
        {
            "id": 71,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/71/?format=api",
            "flight_proven": true,
            "serial_number": "B1061",
            "status": "expended",
            "details": "Booster which launched Crew-1, Crew-2 and IXPE. Expended for the launch of Hera.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://ll.thespacedevs.com/2.0.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/71_image_20231201153837.jpeg",
            "flights": 23,
            "last_launch_date": "2024-10-07T14:52:11Z",
            "first_launch_date": "2020-11-16T00:27:17Z"
        },
        {
            "id": 72,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/72/?format=api",
            "flight_proven": true,
            "serial_number": "B1060",
            "status": "expended",
            "details": "Stage Expended for the Galileo L12 mission.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://ll.thespacedevs.com/2.0.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/72_image_20230713061744.jpg",
            "flights": 20,
            "last_launch_date": "2024-04-28T00:34:00Z",
            "first_launch_date": "2020-06-30T20:10:46Z"
        },
        {
            "id": 188,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/188/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 13",
            "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,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.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": 76,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/76/?format=api",
            "flight_proven": false,
            "serial_number": "SN1",
            "status": "destroyed",
            "details": "SN1 was destroyed when undergoing pressurization.",
            "launcher_config": {
                "id": 207,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.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": 81,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/81/?format=api",
            "flight_proven": false,
            "serial_number": "SN7",
            "status": "destroyed",
            "details": "Intentionally destroyed during a pressurization test.",
            "launcher_config": {
                "id": 207,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.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": 82,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/82/?format=api",
            "flight_proven": false,
            "serial_number": "SN7.1",
            "status": "destroyed",
            "details": "SpaceX Test tank for 304L Stainless Steel. Top bulkhead intentionally burst during pressure testing.",
            "launcher_config": {
                "id": 207,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.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
        }
    ]
}