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

{
    "count": 147,
    "next": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=100&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=80&ordering=id",
    "results": [
        {
            "id": 91,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/91/?format=api",
            "flight_proven": true,
            "serial_number": "SN10",
            "status": "destroyed",
            "details": "SN10 is a Starship Prototype similar in design to SN9. SN10 was destroyed during an explosion on the pad after landing.",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/91_image_20210303201919.jpg",
            "flights": 1,
            "last_launch_date": "2021-03-03T23:15:00Z",
            "first_launch_date": "2021-03-03T23:15:00Z"
        },
        {
            "id": 92,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/92/?format=api",
            "flight_proven": true,
            "serial_number": "SN11",
            "status": "destroyed",
            "details": "SN11 is a Starship Prototype similar in design to SN10 and SN9. It got destroyed during its first flight to an altitude of 10 km.",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/92_image_20210326174157.jpeg",
            "flights": 1,
            "last_launch_date": "2021-03-30T13:00:00Z",
            "first_launch_date": "2021-03-30T13:00:00Z"
        },
        {
            "id": 93,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/93/?format=api",
            "flight_proven": false,
            "serial_number": "BN1",
            "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,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/463/?format=api",
                "name": "Super Heavy Prototype",
                "family": "Starship",
                "full_name": "Super Heavy Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/none_image_20210401104946.jpg",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 94,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/94/?format=api",
            "flight_proven": true,
            "serial_number": "SN15",
            "status": "retired",
            "details": "Next Starship prototype built after SN11. It features hundreds of design improvements across structures, avionics, software and engine.\r\nFirst Starship prototype to successfully land after a high altitude flight.",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/94_image_20210511112730.jpeg",
            "flights": 1,
            "last_launch_date": "2021-05-05T22:24:00Z",
            "first_launch_date": "2021-05-05T22:24:00Z"
        },
        {
            "id": 95,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/95/?format=api",
            "flight_proven": false,
            "serial_number": "SN7.2",
            "status": "retired",
            "details": "SpaceX test tank for 3mm stainless steel sheets. Retired after two pressure tests.",
            "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": 97,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/97/?format=api",
            "flight_proven": true,
            "serial_number": "20",
            "status": "retired",
            "details": "Booster used for Electron's 20th flight (Running Out Of Toes). Successfully splashed down offshore.",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/97_image_20210511100944.jpg",
            "flights": 1,
            "last_launch_date": "2021-05-15T11:11:00Z",
            "first_launch_date": "2021-05-15T11:11:00Z"
        },
        {
            "id": 98,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/98/?format=api",
            "flight_proven": false,
            "serial_number": "BN2.1",
            "status": "converted",
            "details": "Second Super Heavy prototype. Transformed into a test tank.",
            "launcher_config": {
                "id": 463,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/463/?format=api",
                "name": "Super Heavy Prototype",
                "family": "Starship",
                "full_name": "Super Heavy Prototype",
                "variant": "Prototype"
            },
            "image_url": null,
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 99,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/99/?format=api",
            "flight_proven": false,
            "serial_number": "Booster 3",
            "status": "scrapped",
            "details": "Super Heavy prototype used for ground testing. First Super Heavy to static fire.",
            "launcher_config": {
                "id": 463,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/463/?format=api",
                "name": "Super Heavy Prototype",
                "family": "Starship",
                "full_name": "Super Heavy Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/99_image_20210615130010.jpg",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/100/?format=api",
            "flight_proven": false,
            "serial_number": "SN16",
            "status": "scrapped",
            "details": "Last suborbital Starship prototype built after SN15, to which it is similar in design. SN16 was later scrapped as SpaceX gathered all data necessary through SN9-15 and shifted focus to the Orbital Flight 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": 101,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/101/?format=api",
            "flight_proven": true,
            "serial_number": "B1067",
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the CRS-22 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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/b1067_on_slc-40_image_20240407145708.jpeg",
            "flights": 19,
            "last_launch_date": "2024-05-03T02:37:00Z",
            "first_launch_date": "2021-06-03T17:29:15Z"
        }
    ]
}