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=-flights
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=30&ordering=-flights",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=10&ordering=-flights",
    "results": [
        {
            "id": 124,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/124/?format=api",
            "flight_proven": true,
            "serial_number": "B1081",
            "is_placeholder": false,
            "status": "active",
            "details": "Launched Crew-7 on its first flight.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/124_image_20230827172435.jpeg",
            "flights": 13,
            "last_launch_date": "2025-03-15T06:43:00Z",
            "first_launch_date": "2023-08-26T07:27:27Z"
        },
        {
            "id": 57,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/57/?format=api",
            "flight_proven": true,
            "serial_number": "B1049",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/57_image_20190226084723.jpeg",
            "flights": 11,
            "last_launch_date": "2022-11-23T02:57:00Z",
            "first_launch_date": "2018-09-10T04:45:00Z"
        },
        {
            "id": 125,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/125/?format=api",
            "flight_proven": true,
            "serial_number": "B1082",
            "is_placeholder": false,
            "status": "active",
            "details": "Falcon 9 Block 5 booster.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/125_image_20231215042532.jpg",
            "flights": 11,
            "last_launch_date": "2025-02-23T01:38:20Z",
            "first_launch_date": "2024-01-03T03:44:20Z"
        },
        {
            "id": 126,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/126/?format=api",
            "flight_proven": true,
            "serial_number": "B1083",
            "is_placeholder": false,
            "status": "active",
            "details": "Booster first flown during the Crew-8 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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/126_image_20240304081131.jpeg",
            "flights": 10,
            "last_launch_date": "2025-04-13T00:53:30Z",
            "first_launch_date": "2024-03-04T03:53:38Z"
        },
        {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/63/?format=api",
            "flight_proven": true,
            "serial_number": "NS-3",
            "is_placeholder": false,
            "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,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                "name": "New Shepard",
                "family": "",
                "full_name": "New Shepard",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.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": 58,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/58/?format=api",
            "flight_proven": true,
            "serial_number": "B1052",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/58_image_20220202001612.jpeg",
            "flights": 8,
            "last_launch_date": "2023-05-01T00:26:00Z",
            "first_launch_date": "2019-04-11T22:35:00Z"
        },
        {
            "id": 68,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/68/?format=api",
            "flight_proven": true,
            "serial_number": "B1059",
            "is_placeholder": false,
            "status": "lost",
            "details": "Exploded upon ocean impact a safe distance from OCISLY",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/68_image_20191207205858.jpg",
            "flights": 6,
            "last_launch_date": "2021-02-16T03:59:37Z",
            "first_launch_date": "2019-12-05T17:29:24Z"
        },
        {
            "id": 86,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/86/?format=api",
            "flight_proven": true,
            "serial_number": "B1065",
            "is_placeholder": false,
            "status": "expended",
            "details": "Side booster paired with B1064, launched 3 USSF missions, EchoStar 24 and the Psyche mission before expended during launch of Europa Clipper.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/85_image_20221102112709.jpeg",
            "flights": 6,
            "last_launch_date": "2024-10-14T16:06:00Z",
            "first_launch_date": "2022-11-01T13:41:00Z"
        },
        {
            "id": 151,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/151/?format=api",
            "flight_proven": true,
            "serial_number": "B1085",
            "is_placeholder": false,
            "status": "active",
            "details": "Booster to be flown during the Crew-9 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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1085_during_la_image_20241217151951.jpg",
            "flights": 6,
            "last_launch_date": "2025-04-01T01:46:50Z",
            "first_launch_date": "2024-08-20T13:20:00Z"
        },
        {
            "id": 85,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/85/?format=api",
            "flight_proven": true,
            "serial_number": "B1064",
            "is_placeholder": false,
            "status": "expended",
            "details": "Side booster paired with B1065, launched 3 USSF missions, EchoStar 24 and the Psyche mission before expended during launch of Europa Clipper.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/85_image_20221102112709.jpeg",
            "flights": 6,
            "last_launch_date": "2024-10-14T16:06:00Z",
            "first_launch_date": "2022-11-01T13:41:00Z"
        }
    ]
}