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=-flight_proven
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=-flight_proven",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=90&ordering=-flight_proven",
    "results": [
        {
            "id": 64,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/64/?format=api",
            "flight_proven": true,
            "serial_number": "B1055",
            "is_placeholder": false,
            "status": "lost",
            "details": "Toppled by rough seas and broken in two after safely landing aboard OCISLY",
            "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/64_image_20190420114454.jpeg",
            "flights": 1,
            "last_launch_date": "2019-04-11T22:35:00Z",
            "first_launch_date": "2019-04-11T22:35:00Z"
        },
        {
            "id": 65,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/65/?format=api",
            "flight_proven": true,
            "serial_number": "B1056",
            "is_placeholder": false,
            "status": "lost",
            "details": "Missed the droneship and made successful water landing; apparently scuttled at sea afterward. ",
            "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/65_image_20190726210717.jpeg",
            "flights": 4,
            "last_launch_date": "2020-02-17T15:05:55Z",
            "first_launch_date": "2019-05-04T06:48:58Z"
        },
        {
            "id": 66,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/66/?format=api",
            "flight_proven": true,
            "serial_number": "B1057",
            "is_placeholder": false,
            "status": "lost",
            "details": "Exploded upon ocean impact a safe distance from OCISLY",
            "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/66_image_20191115083707.jpeg",
            "flights": 1,
            "last_launch_date": "2019-06-25T06:30:00Z",
            "first_launch_date": "2019-06-25T06:30:00Z"
        },
        {
            "id": 69,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/69/?format=api",
            "flight_proven": true,
            "serial_number": "B1058",
            "is_placeholder": false,
            "status": "lost",
            "details": "Booster first flown during the DEMO-2 mission. Only booster featuring the NASA worm logo.\r\n\r\nWritten off after toppled by rough seas during transport on 25 December 2023 after safely landing aboard JRTI.",
            "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/69_image_20200602210857.jpeg",
            "flights": 19,
            "last_launch_date": "2023-12-23T05:33:00Z",
            "first_launch_date": "2020-05-30T19:22:45Z"
        },
        {
            "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": 72,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/72/?format=api",
            "flight_proven": true,
            "serial_number": "B1060",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended for the Galileo L12 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/72_image_20230713061744.jpg",
            "flights": 20,
            "last_launch_date": "2024-04-28T00:34:00Z",
            "first_launch_date": "2020-06-30T20:10:46Z"
        },
        {
            "id": 71,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/71/?format=api",
            "flight_proven": true,
            "serial_number": "B1061",
            "is_placeholder": false,
            "status": "expended",
            "details": "Booster which launched Crew-1, Crew-2 and IXPE. Expended for the launch of Hera.",
            "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/71_image_20231201153837.jpeg",
            "flights": 23,
            "last_launch_date": "2024-10-07T14:52:11Z",
            "first_launch_date": "2020-11-16T00:27:17Z"
        },
        {
            "id": 73,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/73/?format=api",
            "flight_proven": true,
            "serial_number": "B1062",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "Notable launches include GPS III SV04 & SV05 , Inspiration4 and Axiom-1.\r\n\r\nDestroyed during its 23rd landing attempt.",
            "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/73_image_20220426161427.jpeg",
            "flights": 23,
            "last_launch_date": "2024-08-28T07:48:00Z",
            "first_launch_date": "2020-11-05T23:24:23Z"
        },
        {
            "id": 84,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/84/?format=api",
            "flight_proven": true,
            "serial_number": "B1063",
            "is_placeholder": false,
            "status": "active",
            "details": "Notable launches include Sentinel-6 and Dart.",
            "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/84_image_20201122121517.jpeg",
            "flights": 24,
            "last_launch_date": "2025-03-26T22:11:40Z",
            "first_launch_date": "2020-11-21T17:17:08Z"
        },
        {
            "id": 87,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/87/?format=api",
            "flight_proven": true,
            "serial_number": "B1066",
            "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/87_image_20221102112720.jpeg",
            "flights": 1,
            "last_launch_date": "2022-11-01T13:41:00Z",
            "first_launch_date": "2022-11-01T13:41:00Z"
        }
    ]
}