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

{
    "count": 160,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=140&ordering=flight_proven",
    "results": [
        {
            "id": 133,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/133/?format=api",
            "flight_proven": true,
            "serial_number": "36",
            "is_placeholder": false,
            "status": "expended",
            "details": "Booster expended on the \"Rocket Like a Hurricane\" 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/none_image_20230824175906.jpeg",
            "flights": 1,
            "last_launch_date": "2023-05-08T01:00:00Z",
            "first_launch_date": "2023-05-08T01:00:00Z"
        },
        {
            "id": 132,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/132/?format=api",
            "flight_proven": true,
            "serial_number": "37",
            "is_placeholder": false,
            "status": "expended",
            "details": "Booster expended on the \"Coming To A Storm Near You\" 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/none_image_20230824175716.jpeg",
            "flights": 1,
            "last_launch_date": "2023-05-26T03:46:00Z",
            "first_launch_date": "2023-05-26T03:46:00Z"
        },
        {
            "id": 131,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/131/?format=api",
            "flight_proven": true,
            "serial_number": "38",
            "is_placeholder": false,
            "status": "expended",
            "details": "Booster was expened during the Scout's Arrow HASTE launch",
            "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/none_image_20230824130217.jpg",
            "flights": 1,
            "last_launch_date": "2023-06-18T01:24:00Z",
            "first_launch_date": "2023-06-18T01:24:00Z"
        },
        {
            "id": 129,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/129/?format=api",
            "flight_proven": true,
            "serial_number": "39",
            "is_placeholder": false,
            "status": "retired",
            "details": "39th Electron launch vehicle to be flown on 'Baby Come Back'.",
            "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/129_image_20230717200823.jpeg",
            "flights": 1,
            "last_launch_date": "2023-07-18T01:27:00Z",
            "first_launch_date": "2023-07-18T01:27:00Z"
        },
        {
            "id": 130,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/130/?format=api",
            "flight_proven": true,
            "serial_number": "40",
            "is_placeholder": false,
            "status": "retired",
            "details": "40th Electron launch vehicle flown on 'We Love the Nightlife'.",
            "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/130_image_20230824080859.jpeg",
            "flights": 1,
            "last_launch_date": "2023-08-23T23:45:00Z",
            "first_launch_date": "2023-08-23T23:45: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": 8,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/8/?format=api",
            "flight_proven": true,
            "serial_number": "B0003",
            "is_placeholder": false,
            "status": "expended",
            "details": "Stage Expended",
            "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/8_image_20191115082425.jpg",
            "flights": 1,
            "last_launch_date": "2010-06-04T18:45:00Z",
            "first_launch_date": "2010-06-04T18:45: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": 10,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/10/?format=api",
            "flight_proven": true,
            "serial_number": "B0005",
            "is_placeholder": false,
            "status": "lost",
            "details": "",
            "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/10_image_20191115082622.jpeg",
            "flights": 1,
            "last_launch_date": "2012-05-22T07:44:38Z",
            "first_launch_date": "2012-05-22T07:44:38Z"
        },
        {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/11/?format=api",
            "flight_proven": true,
            "serial_number": "B0006",
            "is_placeholder": false,
            "status": "lost",
            "details": "Suffered engine out at T+1:19 but primary mission successful",
            "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/11_image_20191115082657.jpeg",
            "flights": 1,
            "last_launch_date": "2012-10-08T00:35:07Z",
            "first_launch_date": "2012-10-08T00:35:07Z"
        }
    ]
}