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

{
    "count": 162,
    "next": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=50&ordering=flight_proven",
    "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=30&ordering=flight_proven",
    "results": [
        {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/33/?format=api",
            "flight_proven": true,
            "serial_number": "B1024",
            "status": "lost",
            "details": "RUD on deck of droneship (OCISLY)",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/33_image_20190226105723.jpg",
            "flights": 1,
            "last_launch_date": "2016-06-15T14:29:00Z",
            "first_launch_date": "2016-06-15T14:29:00Z"
        },
        {
            "id": 61,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/61/?format=api",
            "flight_proven": true,
            "serial_number": "B1054",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/61_image_20190228071607.jpg",
            "flights": 1,
            "last_launch_date": "2018-12-23T13:51:00Z",
            "first_launch_date": "2018-12-23T13:51:00Z"
        },
        {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/11/?format=api",
            "flight_proven": true,
            "serial_number": "B0006",
            "status": "lost",
            "details": "Suffered engine out at T+1:19 but primary mission successful",
            "launcher_config": {
                "id": 169,
                "launch_library_id": 90,
                "url": "https://ll.thespacedevs.com/2.0.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/11_image_20191115082657.jpeg",
            "flights": 1,
            "last_launch_date": "2012-10-08T00:35:07Z",
            "first_launch_date": "2012-10-08T00:35:07Z"
        },
        {
            "id": 29,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/29/?format=api",
            "flight_proven": true,
            "serial_number": "B1020",
            "status": "lost",
            "details": "Destroyed on Impact with DroneShip (OCISLY) - Excess Velocity, Possible Fuel Exhaustion",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/29_image_20190226105526.jpg",
            "flights": 1,
            "last_launch_date": "2016-03-04T23:35:00Z",
            "first_launch_date": "2016-03-04T23:35:00Z"
        },
        {
            "id": 192,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/192/?format=api",
            "flight_proven": true,
            "serial_number": "B1092",
            "status": "active",
            "details": "Falcon 9 booster debuting on Starlink Group 12-13.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1092_landing_a_image_20250325084800.jpg",
            "flights": 3,
            "last_launch_date": "2025-04-21T08:15:45Z",
            "first_launch_date": "2025-02-27T03:34:20Z"
        },
        {
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1071_on_slc-4e_image_20240407145834.jpeg",
            "flights": 24,
            "last_launch_date": "2025-04-12T12:25:00Z",
            "first_launch_date": "2022-02-02T20:27:26Z"
        },
        {
            "id": 54,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/54/?format=api",
            "flight_proven": true,
            "serial_number": "B1046",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/54_image_20190226081254.jpeg",
            "flights": 4,
            "last_launch_date": "2020-01-19T15:30:00Z",
            "first_launch_date": "2018-05-11T20:14:00Z"
        },
        {
            "id": 45,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/45/?format=api",
            "flight_proven": true,
            "serial_number": "B1039",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/45_image_20190226083552.jpeg",
            "flights": 2,
            "last_launch_date": "2018-04-02T20:30:38Z",
            "first_launch_date": "2017-08-14T16:31:37Z"
        },
        {
            "id": 112,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/112/?format=api",
            "flight_proven": true,
            "serial_number": "B1073",
            "status": "expended",
            "details": "Notable missions include SES-22, Hakuto-R and CRS-27. Expended during the SPAINSAT-NG I launch.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/112_image_20220516182658.jpeg",
            "flights": 21,
            "last_launch_date": "2025-01-30T01:34:00Z",
            "first_launch_date": "2022-05-14T20:40:50Z"
        },
        {
            "id": 52,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/52/?format=api",
            "flight_proven": true,
            "serial_number": "B1044",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/52_image_20190226084428.jpeg",
            "flights": 1,
            "last_launch_date": "2018-03-06T05:33:00Z",
            "first_launch_date": "2018-03-06T05:33:00Z"
        }
    ]
}