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=90&ordering=-id
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=100&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=80&ordering=-id",
    "results": [
        {
            "id": 70,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/70/?format=api",
            "flight_proven": true,
            "serial_number": "SN5",
            "is_placeholder": false,
            "status": "scrapped",
            "details": "Fifth prototype of the Starship prototype vehicle. On the 4th of August, SN5 completed a 150m hop, its first successful launch and landing. SN5 was scrapped in February 2021.",
            "launcher_config": {
                "id": 207,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/207/?format=api",
                "name": "Starship Prototype",
                "family": "Starship",
                "full_name": "Starship Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/70_image_20200806074407.jpeg",
            "flights": 1,
            "last_launch_date": "2020-08-04T23:57:00Z",
            "first_launch_date": "2020-08-04T23:57: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": 67,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/67/?format=api",
            "flight_proven": true,
            "serial_number": "SARGE 1",
            "is_placeholder": false,
            "status": "destroyed",
            "details": "Sarge 1 is the first SARGE reusable sounding rocket.",
            "launcher_config": {
                "id": 197,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/197/?format=api",
                "name": "SARGE",
                "family": "",
                "full_name": "SARGE",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/67_image_20190629182855.jpg",
            "flights": 4,
            "last_launch_date": "2019-10-26T17:40:15Z",
            "first_launch_date": "2018-08-25T18:15:00Z"
        },
        {
            "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": 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": 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": 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": 62,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/62/?format=api",
            "flight_proven": true,
            "serial_number": "NS-2",
            "is_placeholder": false,
            "status": "retired",
            "details": "The New Shepard 2 or NS2, made five successful flights in 2015 and 2016, being retired after its fifth flight in October 2016. It was the first booster which Blue Origin successfully landed and reused.",
            "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/62_image_20190225163937.jpeg",
            "flights": 5,
            "last_launch_date": "2016-10-05T16:36:00Z",
            "first_launch_date": "2015-11-23T17:21:00Z"
        },
        {
            "id": 61,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/61/?format=api",
            "flight_proven": true,
            "serial_number": "B1054",
            "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/61_image_20190228071607.jpg",
            "flights": 1,
            "last_launch_date": "2018-12-23T13:51:00Z",
            "first_launch_date": "2018-12-23T13:51:00Z"
        }
    ]
}