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

{
    "count": 160,
    "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=70&ordering=attempted_landings",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=50&ordering=attempted_landings",
    "results": [
        {
            "id": 43,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/43/?format=api",
            "flight_proven": true,
            "serial_number": "B1036",
            "is_placeholder": false,
            "status": "expended",
            "details": "Broke Up After Successful Water Landing",
            "launcher_config": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/55/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Full Thrust",
                "variant": "Full Thrust"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/43_image_20190226083438.jpeg",
            "flights": 2,
            "last_launch_date": "2017-12-23T01:27:34Z",
            "first_launch_date": "2017-06-25T20:25:18Z"
        },
        {
            "id": 48,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/48/?format=api",
            "flight_proven": true,
            "serial_number": "B1041",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended",
            "launcher_config": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/145/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 4",
                "variant": "Block 4"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/48_image_20190226083958.jpeg",
            "flights": 2,
            "last_launch_date": "2018-03-30T14:13:51Z",
            "first_launch_date": "2017-10-09T12:37:01Z"
        },
        {
            "id": 122,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/122/?format=api",
            "flight_proven": true,
            "serial_number": "35",
            "is_placeholder": false,
            "status": "retired",
            "details": "35th Electron launch vehicle flown on 'The Beat Goes On'.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20230307125526.jpeg",
            "flights": 1,
            "last_launch_date": "2023-03-24T09:14:56Z",
            "first_launch_date": "2023-03-24T09:14:56Z"
        },
        {
            "id": 51,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/51/?format=api",
            "flight_proven": true,
            "serial_number": "B1033",
            "is_placeholder": false,
            "status": "lost",
            "details": "Two of the outer engines didn't re-ignite for the landing burn, ran out of TEA/TEB igniters. ",
            "launcher_config": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/55/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Full Thrust",
                "variant": "Full Thrust"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/51_image_20190226084354.jpeg",
            "flights": 1,
            "last_launch_date": "2018-02-06T20:45:00Z",
            "first_launch_date": "2018-02-06T20:45:00Z"
        },
        {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/40/?format=api",
            "flight_proven": true,
            "serial_number": "B1032",
            "is_placeholder": false,
            "status": "expended",
            "details": "Survived water landing on a non-recovery launch, SpaceX couldn't tug it back to port, so they hired a company to destroy it.",
            "launcher_config": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/55/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Full Thrust",
                "variant": "Full Thrust"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/40_image_20190226083004.jpeg",
            "flights": 2,
            "last_launch_date": "2018-01-31T21:25:00Z",
            "first_launch_date": "2017-05-01T11:15:00Z"
        },
        {
            "id": 110,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/110/?format=api",
            "flight_proven": true,
            "serial_number": "26",
            "is_placeholder": false,
            "status": "retired",
            "details": "First stage used for Electron's 26th flight (There and Back Again).",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/110_image_20220420085303.jpg",
            "flights": 1,
            "last_launch_date": "2022-05-02T22:49:52Z",
            "first_launch_date": "2022-05-02T22:49:52Z"
        },
        {
            "id": 35,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/35/?format=api",
            "flight_proven": true,
            "serial_number": "B1026",
            "is_placeholder": false,
            "status": "retired",
            "details": "Permanently scrapped.",
            "launcher_config": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/55/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Full Thrust",
                "variant": "Full Thrust"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/35_image_20190226082335.jpeg",
            "flights": 1,
            "last_launch_date": "2016-08-14T05:26:00Z",
            "first_launch_date": "2016-08-14T05:26:00Z"
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/9/?format=api",
            "flight_proven": true,
            "serial_number": "B0004",
            "is_placeholder": false,
            "status": "lost",
            "details": "First flight of Dragon",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/9_image_20191115082500.jpg",
            "flights": 1,
            "last_launch_date": "2010-12-08T15:43:00Z",
            "first_launch_date": "2010-12-08T15:43:00Z"
        },
        {
            "id": 119,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/119/?format=api",
            "flight_proven": true,
            "serial_number": "32",
            "is_placeholder": false,
            "status": "retired",
            "details": "32nd Electron launch vehicle flown on 'Catch Me If You Can'.",
            "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://thespacedevs-prod.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": 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://thespacedevs-prod.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"
        }
    ]
}