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

{
    "count": 147,
    "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=10&ordering=-flights",
    "previous": null,
    "results": [
        {
            "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://spacelaunchnow-prod-east.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/none_image_20231212212416.png",
            "flights": null,
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/106_image_20230708172214.png",
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 73,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/73/?format=api",
            "flight_proven": true,
            "serial_number": "B1062",
            "is_placeholder": false,
            "status": "active",
            "details": "Notable launches include GPS III SV04 & SV05 , Inspiration4 and Axiom-1.",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/73_image_20220426161427.jpeg",
            "flights": 20,
            "last_launch_date": "2024-04-13T01:40:00Z",
            "first_launch_date": "2020-11-05T23:24:23Z"
        },
        {
            "id": 71,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/71/?format=api",
            "flight_proven": true,
            "serial_number": "B1061",
            "is_placeholder": false,
            "status": "active",
            "details": "Booster which launched Crew-1, Crew-2 and IXPE.",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/71_image_20231201153837.jpeg",
            "flights": 20,
            "last_launch_date": "2024-05-02T18:36:00Z",
            "first_launch_date": "2020-11-16T00:27:17Z"
        },
        {
            "id": 72,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/72/?format=api",
            "flight_proven": true,
            "serial_number": "B1060",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended for the Galileo L12 mission.",
            "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://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": 101,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/101/?format=api",
            "flight_proven": true,
            "serial_number": "B1067",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the CRS-22 mission.",
            "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://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"
        },
        {
            "id": 69,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/69/?format=api",
            "flight_proven": true,
            "serial_number": "B1058",
            "is_placeholder": false,
            "status": "lost",
            "details": "Booster first flown during the DEMO-2 mission. Only booster featuring the NASA worm logo.\r\n\r\nWritten off after toppled by rough seas during transport on 25 December 2023 after safely landing aboard JRTI.",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/69_image_20200602210857.jpeg",
            "flights": 19,
            "last_launch_date": "2023-12-23T05:33:00Z",
            "first_launch_date": "2020-05-30T19:22:45Z"
        },
        {
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/84_image_20201122121517.jpeg",
            "flights": 17,
            "last_launch_date": "2024-03-11T04:09:00Z",
            "first_launch_date": "2020-11-21T17:17:00Z"
        },
        {
            "id": 107,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/107/?format=api",
            "flight_proven": true,
            "serial_number": "B1071",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the NROL-87 mission.",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/b1071_on_slc-4e_image_20240407145834.jpeg",
            "flights": 15,
            "last_launch_date": "2024-04-02T02:30:00Z",
            "first_launch_date": "2022-02-02T20:27:26Z"
        }
    ]
}