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=80&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=90&ordering=flight_proven",
    "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=70&ordering=flight_proven",
    "results": [
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/16/?format=api",
            "flight_proven": true,
            "serial_number": "B1006",
            "status": "lost",
            "details": "Broke up after sucessful water landing",
            "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/16_image_20190226091044.jpeg",
            "flights": 1,
            "last_launch_date": "2014-04-18T19:25:22Z",
            "first_launch_date": "2014-04-18T19:25:22Z"
        },
        {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/18/?format=api",
            "flight_proven": true,
            "serial_number": "B1008",
            "status": "lost",
            "details": "",
            "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/18_image_20190226091204.jpg",
            "flights": 1,
            "last_launch_date": "2014-08-05T08:00:00Z",
            "first_launch_date": "2014-08-05T08:00:00Z"
        },
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/20/?format=api",
            "flight_proven": true,
            "serial_number": "B1010",
            "status": "lost",
            "details": "Broke up after sucessful water landing",
            "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/20_image_20190226091314.jpg",
            "flights": 1,
            "last_launch_date": "2014-09-21T05:52:03Z",
            "first_launch_date": "2014-09-21T05:52:03Z"
        },
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/27/?format=api",
            "flight_proven": true,
            "serial_number": "B1019",
            "status": "retired",
            "details": "Retired; on permanent display outside SpaceX headquarters, Hawthorne, California.",
            "launcher_config": {
                "id": 55,
                "launch_library_id": 80,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Full Thrust",
                "variant": "Full Thrust"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/27_image_20190226080753.jpeg",
            "flights": 1,
            "last_launch_date": "2015-12-22T01:29:00Z",
            "first_launch_date": "2015-12-22T01:29:00Z"
        },
        {
            "id": 37,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/37/?format=api",
            "flight_proven": true,
            "serial_number": "B1029",
            "status": "retired",
            "details": "Retired.",
            "launcher_config": {
                "id": 55,
                "launch_library_id": 80,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Full Thrust",
                "variant": "Full Thrust"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/37_image_20190226081059.jpeg",
            "flights": 2,
            "last_launch_date": "2017-06-23T19:10:00Z",
            "first_launch_date": "2017-01-14T17:54:34Z"
        },
        {
            "id": 105,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/105/?format=api",
            "flight_proven": true,
            "serial_number": "B1069",
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the CRS-24 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/105_image_20211220081646.jpeg",
            "flights": 14,
            "last_launch_date": "2024-04-05T09:12:00Z",
            "first_launch_date": "2021-12-21T10:07:08Z"
        },
        {
            "id": 112,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/112/?format=api",
            "flight_proven": true,
            "serial_number": "B1073",
            "status": "active",
            "details": "Notable missions include SES-22, Hakuto-R and CRS-27.",
            "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/112_image_20220516182658.jpeg",
            "flights": 14,
            "last_launch_date": "2024-04-07T23:16:57Z",
            "first_launch_date": "2022-05-14T20:40:50Z"
        },
        {
            "id": 122,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/122/?format=api",
            "flight_proven": true,
            "serial_number": "35",
            "status": "active",
            "details": "35th Electron launch vehicle flown on 'The Beat Goes On'",
            "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/none_image_20230307125526.jpeg",
            "flights": 1,
            "last_launch_date": "2023-03-24T09:14:00Z",
            "first_launch_date": "2023-03-24T09:14:00Z"
        },
        {
            "id": 126,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/126/?format=api",
            "flight_proven": true,
            "serial_number": "B1083",
            "status": "active",
            "details": "Booster first flown during the Crew-8 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/126_image_20240304081131.jpeg",
            "flights": 2,
            "last_launch_date": "2024-04-10T05:40:00Z",
            "first_launch_date": "2024-03-04T03:53:38Z"
        },
        {
            "id": 84,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/84/?format=api",
            "flight_proven": true,
            "serial_number": "B1063",
            "status": "active",
            "details": "Notable launches include Sentinel-6 and Dart.",
            "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/84_image_20201122121517.jpeg",
            "flights": 17,
            "last_launch_date": "2024-03-11T04:09:00Z",
            "first_launch_date": "2020-11-21T17:17:00Z"
        }
    ]
}