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=-flight_proven
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=-flight_proven",
    "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=80&ordering=-flight_proven",
    "results": [
        {
            "id": 119,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/119/?format=api",
            "flight_proven": true,
            "serial_number": "32",
            "status": "retired",
            "details": "32nd Electron launch vehicle flown on 'Catch Me If You Can'.",
            "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/119_image_20221104200030.jpeg",
            "flights": 1,
            "last_launch_date": "2022-11-04T17:27:14Z",
            "first_launch_date": "2022-11-04T17:27:14Z"
        },
        {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/121/?format=api",
            "flight_proven": true,
            "serial_number": "B1079",
            "status": "expended",
            "details": "Falcon Heavy core booster expended during the Psyche 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": "https://spacelaunchnow-prod-east.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": 123,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/123/?format=api",
            "flight_proven": true,
            "serial_number": "B1080",
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the Axiom Space Mission 2 Crew Dragon 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/b1080_image_20240322071018.jpeg",
            "flights": 7,
            "last_launch_date": "2024-04-18T22:40:00Z",
            "first_launch_date": "2023-05-21T21:37:00Z"
        },
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/12/?format=api",
            "flight_proven": true,
            "serial_number": "B0007",
            "status": "lost",
            "details": "",
            "launcher_config": {
                "id": 169,
                "launch_library_id": 90,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/169/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.0",
                "variant": "v1.0"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/12_image_20191115082745.jpeg",
            "flights": 1,
            "last_launch_date": "2013-03-01T15:10:13Z",
            "first_launch_date": "2013-03-01T15:10:13Z"
        },
        {
            "id": 26,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/26/?format=api",
            "flight_proven": true,
            "serial_number": "B1018",
            "status": "lost",
            "details": "RUD at T + 139s - second stage overpressure event due to defective COPV strut heim joint",
            "launcher_config": {
                "id": 14,
                "launch_library_id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/26_image_20190226105108.jpeg",
            "flights": 1,
            "last_launch_date": "2015-06-28T14:21:11Z",
            "first_launch_date": "2015-06-28T14:21:11Z"
        },
        {
            "id": 56,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/56/?format=api",
            "flight_proven": true,
            "serial_number": "B1048",
            "status": "lost",
            "details": "Landing burn not performed after premature engine shutdown during ascent",
            "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/56_image_20191123114656.jpg",
            "flights": 5,
            "last_launch_date": "2020-03-18T12:16:39Z",
            "first_launch_date": "2018-07-25T11:39:30Z"
        },
        {
            "id": 60,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/60/?format=api",
            "flight_proven": true,
            "serial_number": "NS-1",
            "status": "destroyed",
            "details": "New Shepard 1 was destroyed on landing during its first flight.",
            "launcher_config": {
                "id": 137,
                "launch_library_id": 9999,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
                "name": "New Shepard",
                "family": "",
                "full_name": "New Shepard",
                "variant": ""
            },
            "image_url": null,
            "flights": 1,
            "last_launch_date": "2015-04-29T17:06:00Z",
            "first_launch_date": "2015-04-29T17:06:00Z"
        },
        {
            "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://spacelaunchnow-prod-east.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": 87,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/87/?format=api",
            "flight_proven": true,
            "serial_number": "B1066",
            "status": "expended",
            "details": "Stage Expended",
            "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": "https://spacelaunchnow-prod-east.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": 124,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/124/?format=api",
            "flight_proven": true,
            "serial_number": "B1081",
            "status": "active",
            "details": "Launched Crew-7 on its first flight.",
            "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/124_image_20230827172435.jpeg",
            "flights": 6,
            "last_launch_date": "2024-04-07T02:25:00Z",
            "first_launch_date": "2023-08-26T07:27:00Z"
        }
    ]
}