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=20&ordering=-flight_proven
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=30&ordering=-flight_proven",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=10&ordering=-flight_proven",
    "results": [
        {
            "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": 104,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/104/?format=api",
            "flight_proven": true,
            "serial_number": "22",
            "is_placeholder": false,
            "status": "retired",
            "details": "Booster used for Electron's 22nd flight (Love At First Insight)",
            "launcher_config": {
                "id": 26,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
                "name": "Electron",
                "family": "",
                "full_name": "Electron",
                "variant": ""
            },
            "image_url": "https://spacelaunchnow-prod-east.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": 118,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/118/?format=api",
            "flight_proven": true,
            "serial_number": "B1076",
            "is_placeholder": false,
            "status": "active",
            "details": "Booster first launched the CRS-26 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/b1076_on_lc-39a_image_20240407145514.jpeg",
            "flights": 13,
            "last_launch_date": "2024-04-28T22:08:00Z",
            "first_launch_date": "2022-11-26T19:20:43Z"
        },
        {
            "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"
        },
        {
            "id": 59,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/59/?format=api",
            "flight_proven": true,
            "serial_number": "B1053",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended",
            "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/59_image_20191115083445.jpeg",
            "flights": 3,
            "last_launch_date": "2023-05-01T00:26:00Z",
            "first_launch_date": "2019-04-11T22:35:00Z"
        },
        {
            "id": 97,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/97/?format=api",
            "flight_proven": true,
            "serial_number": "20",
            "is_placeholder": false,
            "status": "retired",
            "details": "Booster used for Electron's 20th flight (Running Out Of Toes). Successfully splashed down offshore.",
            "launcher_config": {
                "id": 26,
                "url": "https://ll.thespacedevs.com/2.2.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": 113,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/113/?format=api",
            "flight_proven": true,
            "serial_number": "B1074",
            "is_placeholder": false,
            "status": "expended",
            "details": "Falcon Heavy core booster for the EchoStar 24/Jupiter-3 mission. Planned to be expended.",
            "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/113_image_20230727155352.jpeg",
            "flights": 1,
            "last_launch_date": "2023-07-29T03:04:00Z",
            "first_launch_date": "2023-07-29T03:04:00Z"
        },
        {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/10/?format=api",
            "flight_proven": true,
            "serial_number": "B0005",
            "is_placeholder": false,
            "status": "lost",
            "details": "",
            "launcher_config": {
                "id": 169,
                "url": "https://ll.thespacedevs.com/2.2.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/10_image_20191115082622.jpeg",
            "flights": 1,
            "last_launch_date": "2012-05-22T07:44:38Z",
            "first_launch_date": "2012-05-22T07:44:38Z"
        },
        {
            "id": 120,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/120/?format=api",
            "flight_proven": true,
            "serial_number": "B1078",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the Crew-6 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/120_image_20230227075809.jpeg",
            "flights": 9,
            "last_launch_date": "2024-04-23T22:17:00Z",
            "first_launch_date": "2023-03-02T05:34:14Z"
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/19/?format=api",
            "flight_proven": true,
            "serial_number": "B1011",
            "is_placeholder": false,
            "status": "lost",
            "details": "",
            "launcher_config": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.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/19_image_20190226091240.jpg",
            "flights": 1,
            "last_launch_date": "2014-09-07T05:00:00Z",
            "first_launch_date": "2014-09-07T05:00:00Z"
        }
    ]
}