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=10&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=20&ordering=-flight_proven",
    "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&ordering=-flight_proven",
    "results": [
        {
            "id": 74,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/74/?format=api",
            "flight_proven": true,
            "serial_number": "Starhopper",
            "status": "retired",
            "details": "First prototype of the Starship vehicle. Starhopper was a short test article that flew once to a height of 150m before landing safely.",
            "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/none_image_20200820190716.jpeg",
            "flights": 2,
            "last_launch_date": "2019-08-27T22:02:00Z",
            "first_launch_date": "2019-07-26T03:45:00Z"
        },
        {
            "id": 85,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/85/?format=api",
            "flight_proven": true,
            "serial_number": "B1064",
            "status": "active",
            "details": "Sidebooster paired with B1065, launched 2 USSF 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/85_image_20221102112709.jpeg",
            "flights": 5,
            "last_launch_date": "2023-12-29T01:07:00Z",
            "first_launch_date": "2022-11-01T13:41:00Z"
        },
        {
            "id": 23,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/23/?format=api",
            "flight_proven": true,
            "serial_number": "B1014",
            "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/23_image_20190226091459.jpeg",
            "flights": 1,
            "last_launch_date": "2015-03-02T03:50:00Z",
            "first_launch_date": "2015-03-02T03:50:00Z"
        },
        {
            "id": 118,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/118/?format=api",
            "flight_proven": true,
            "serial_number": "B1076",
            "status": "active",
            "details": "Booster first launched the CRS-26 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/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": 59,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/59/?format=api",
            "flight_proven": true,
            "serial_number": "B1053",
            "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/59_image_20191115083445.jpeg",
            "flights": 3,
            "last_launch_date": "2023-05-01T00:26:00Z",
            "first_launch_date": "2019-04-11T22:35:00Z"
        },
        {
            "id": 107,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/107/?format=api",
            "flight_proven": true,
            "serial_number": "B1071",
            "status": "active",
            "details": "Falcon 9 Block 5 booster first used for the NROL-87 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/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": 63,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/63/?format=api",
            "flight_proven": true,
            "serial_number": "NS-3",
            "status": "destroyed",
            "details": "New Shepard vehicle #3 was the third flight vehicle of the New Shepard suborbital rocket. It suffered an anomaly during its ninth 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": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/63_image_20190225165029.jpeg",
            "flights": 9,
            "last_launch_date": "2022-09-12T14:27:00Z",
            "first_launch_date": "2017-12-12T16:59:00Z"
        },
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/2/?format=api",
            "flight_proven": true,
            "serial_number": "B1051",
            "status": "expended",
            "details": "Stage Expended",
            "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/2_image_20200211104751.jpeg",
            "flights": 14,
            "last_launch_date": "2022-11-12T16:06:00Z",
            "first_launch_date": "2019-03-02T07:49:00Z"
        },
        {
            "id": 24,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/24/?format=api",
            "flight_proven": true,
            "serial_number": "B1015",
            "status": "lost",
            "details": "Destroyed on impact with droneship due to excess lateral velocity - throttle stiction",
            "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/24_image_20190226091549.jpg",
            "flights": 1,
            "last_launch_date": "2015-04-14T20:10:41Z",
            "first_launch_date": "2015-04-14T20:10:41Z"
        },
        {
            "id": 47,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/47/?format=api",
            "flight_proven": true,
            "serial_number": "B1040",
            "status": "expended",
            "details": "Stage Expended",
            "launcher_config": {
                "id": 145,
                "launch_library_id": 187,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/145/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 4",
                "variant": "Block 4"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/47_image_20190226083837.jpeg",
            "flights": 2,
            "last_launch_date": "2018-06-04T04:45:00Z",
            "first_launch_date": "2017-09-07T14:00:00Z"
        }
    ]
}