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=40&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=50&ordering=flights",
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=30&ordering=flights",
    "results": [
        {
            "id": 26,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/26/?format=api",
            "flight_proven": true,
            "serial_number": "B1018",
            "is_placeholder": false,
            "status": "lost",
            "details": "RUD at T + 139s - second stage overpressure event due to defective COPV strut heim joint",
            "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/26_image_20190226105108.jpeg",
            "flights": 1,
            "last_launch_date": "2015-06-28T14:21:11Z",
            "first_launch_date": "2015-06-28T14:21:11Z"
        },
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/27/?format=api",
            "flight_proven": true,
            "serial_number": "B1019",
            "is_placeholder": false,
            "status": "retired",
            "details": "Retired; on permanent display outside SpaceX headquarters, Hawthorne, California.",
            "launcher_config": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.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/27_image_20190226080753.jpeg",
            "flights": 1,
            "last_launch_date": "2015-12-22T01:29:00Z",
            "first_launch_date": "2015-12-22T01:29:00Z"
        },
        {
            "id": 29,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/29/?format=api",
            "flight_proven": true,
            "serial_number": "B1020",
            "is_placeholder": false,
            "status": "lost",
            "details": "Destroyed on Impact with DroneShip (OCISLY) - Excess Velocity, Possible Fuel Exhaustion",
            "launcher_config": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.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": 146,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/146/?format=api",
            "flight_proven": true,
            "serial_number": "43",
            "is_placeholder": false,
            "status": "active",
            "details": "Booster used for the \"Four Of A Kind\" mission.",
            "launcher_config": {
                "id": 26,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
                "name": "Electron",
                "family": "",
                "full_name": "Electron",
                "variant": ""
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/146_image_20240119075144.jpeg",
            "flights": 1,
            "last_launch_date": "2024-01-31T06:34:00Z",
            "first_launch_date": "2024-01-31T06:34:00Z"
        },
        {
            "id": 31,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/31/?format=api",
            "flight_proven": true,
            "serial_number": "B1022",
            "is_placeholder": false,
            "status": "retired",
            "details": "Removed from active fleet for Δ Qualification Testing. Retired after eight to ten test cycles.  Currently partially disassembled at McGregor.",
            "launcher_config": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.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/31_image_20190226082143.jpeg",
            "flights": 1,
            "last_launch_date": "2016-05-06T05:21:00Z",
            "first_launch_date": "2016-05-06T05:21:00Z"
        },
        {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/33/?format=api",
            "flight_proven": true,
            "serial_number": "B1024",
            "is_placeholder": false,
            "status": "lost",
            "details": "RUD on deck of droneship (OCISLY)",
            "launcher_config": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.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": 9,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/9/?format=api",
            "flight_proven": true,
            "serial_number": "B0004",
            "is_placeholder": false,
            "status": "lost",
            "details": "First flight of Dragon",
            "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/9_image_20191115082500.jpg",
            "flights": 1,
            "last_launch_date": "2010-12-08T15:43:00Z",
            "first_launch_date": "2010-12-08T15:43:00Z"
        },
        {
            "id": 35,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/35/?format=api",
            "flight_proven": true,
            "serial_number": "B1026",
            "is_placeholder": false,
            "status": "retired",
            "details": "Permanently scrapped.",
            "launcher_config": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.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/35_image_20190226082335.jpeg",
            "flights": 1,
            "last_launch_date": "2016-08-14T05:26:00Z",
            "first_launch_date": "2016-08-14T05:26:00Z"
        },
        {
            "id": 36,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/36/?format=api",
            "flight_proven": true,
            "serial_number": "B1028",
            "is_placeholder": false,
            "status": "lost",
            "details": "---",
            "launcher_config": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.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/36_image_20190226110009.jpg",
            "flights": 1,
            "last_launch_date": "2016-09-03T07:00:00Z",
            "first_launch_date": "2016-09-03T07:00:00Z"
        },
        {
            "id": 22,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/22/?format=api",
            "flight_proven": true,
            "serial_number": "B1013",
            "is_placeholder": false,
            "status": "lost",
            "details": "Broke up after sucessful water landing",
            "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/22_image_20190226091415.jpg",
            "flights": 1,
            "last_launch_date": "2015-02-11T23:03:32Z",
            "first_launch_date": "2015-02-11T23:03:32Z"
        }
    ]
}