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=100&ordering=-successful_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=110&ordering=-successful_landings",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=90&ordering=-successful_landings",
    "results": [
        {
            "id": 115,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/115/?format=api",
            "flight_proven": true,
            "serial_number": "Booster 7",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "Booster 7 is the first Super Heavy booster with 33 Raptor 2 engines and was used for the first Starship integrated flight test with Ship 24. Lost in a launch failure.",
            "launcher_config": {
                "id": 464,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/464/?format=api",
                "name": "Starship",
                "family": "Starship",
                "full_name": "Starship",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/115_image_20220915030149.jpeg",
            "flights": 1,
            "last_launch_date": "2023-04-20T13:33:09Z",
            "first_launch_date": "2023-04-20T13:33:09Z"
        },
        {
            "id": 3,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/3/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0001",
            "is_placeholder": false,
            "status": "lost",
            "details": "Engine failure at T+33 seconds resulted in loss of vehicle",
            "launcher_config": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
                "name": "Falcon 1",
                "family": "Falcon",
                "full_name": "Falcon 1",
                "variant": "1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/3_image_20230707185714.jpg",
            "flights": 1,
            "last_launch_date": "2006-03-24T22:30:00Z",
            "first_launch_date": "2006-03-24T22:30:00Z"
        },
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/4/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0002",
            "is_placeholder": false,
            "status": "lost",
            "details": "Successful first-stage burn and transition to second stage, maximal altitude 289 km. Harmonic oscillation at T+5 minutes Premature engine shutdown at T+7 min 30 s. Failed to reach orbit.",
            "launcher_config": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
                "name": "Falcon 1",
                "family": "Falcon",
                "full_name": "Falcon 1",
                "variant": "1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/4_image_20230707185728.jpg",
            "flights": 1,
            "last_launch_date": "2007-03-21T01:10:00Z",
            "first_launch_date": "2007-03-21T01:10:00Z"
        },
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/5/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0003",
            "is_placeholder": false,
            "status": "lost",
            "details": "Residual stage-1 thrust led to collision between stage 1 and stage 2.",
            "launcher_config": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
                "name": "Falcon 1",
                "family": "Falcon",
                "full_name": "Falcon 1",
                "variant": "1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/5_image_20230707190424.jpg",
            "flights": 1,
            "last_launch_date": "2008-08-03T03:34:00Z",
            "first_launch_date": "2008-08-03T03:34:00Z"
        },
        {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/6/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0004",
            "is_placeholder": false,
            "status": "lost",
            "details": "Initially scheduled for 23–25 Sep, carried dummy payload – mass simulator, 165 kg (originally intended to be RazakSAT.",
            "launcher_config": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
                "name": "Falcon 1",
                "family": "Falcon",
                "full_name": "Falcon 1",
                "variant": "1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/6_image_20230707190325.jpg",
            "flights": 1,
            "last_launch_date": "2008-09-28T23:15:00Z",
            "first_launch_date": "2008-09-28T23:15:00Z"
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/7/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0005",
            "is_placeholder": false,
            "status": "lost",
            "details": "Booster expended during the second successful flight of Falcon 1.",
            "launcher_config": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
                "name": "Falcon 1",
                "family": "Falcon",
                "full_name": "Falcon 1",
                "variant": "1"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/7_image_20230707190228.jpg",
            "flights": 1,
            "last_launch_date": "2009-07-14T03:36:00Z",
            "first_launch_date": "2009-07-14T03:36:00Z"
        },
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/15/?format=api",
            "flight_proven": true,
            "serial_number": "B1005",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/15_image_20190226091005.jpg",
            "flights": 1,
            "last_launch_date": "2014-01-06T22:06:00Z",
            "first_launch_date": "2014-01-06T22:06:00Z"
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/14/?format=api",
            "flight_proven": true,
            "serial_number": "B1004",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/14_image_20191115082913.jpeg",
            "flights": 1,
            "last_launch_date": "2013-12-03T22:41:00Z",
            "first_launch_date": "2013-12-03T22:41:00Z"
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/13/?format=api",
            "flight_proven": true,
            "serial_number": "B1003",
            "is_placeholder": false,
            "status": "lost",
            "details": "First flight of Falcon 9 v1.1 upgrade, first Spacex flight from Vandenberg",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/13_image_20191115082823.jpg",
            "flights": 1,
            "last_launch_date": "2013-09-29T16:00:13Z",
            "first_launch_date": "2013-09-29T16:00:13Z"
        },
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/12/?format=api",
            "flight_proven": true,
            "serial_number": "B0007",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/12_image_20191115082745.jpeg",
            "flights": 1,
            "last_launch_date": "2013-03-01T15:10:13Z",
            "first_launch_date": "2013-03-01T15:10:13Z"
        }
    ]
}