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

{
    "count": 147,
    "next": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=130",
    "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=110",
    "results": [
        {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/6/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0004",
            "status": "lost",
            "details": "Initially scheduled for 23–25 Sep, carried dummy payload – mass simulator, 165 kg (originally intended to be RazakSAT.",
            "launcher_config": {
                "id": 133,
                "launch_library_id": 160,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/133/?format=api",
                "name": "Falcon 1",
                "family": "Falcon",
                "full_name": "Falcon 1",
                "variant": "1"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/6_image_20230707190325.jpg",
            "flights": 1,
            "last_launch_date": "2008-09-28T23:15:00Z",
            "first_launch_date": "2008-09-28T23:15:00Z"
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/7/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0005",
            "status": "lost",
            "details": "Booster expended during the second successful flight of Falcon 1.",
            "launcher_config": {
                "id": 133,
                "launch_library_id": 160,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/133/?format=api",
                "name": "Falcon 1",
                "family": "Falcon",
                "full_name": "Falcon 1",
                "variant": "1"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/7_image_20230707190228.jpg",
            "flights": 1,
            "last_launch_date": "2009-07-14T03:35:00Z",
            "first_launch_date": "2009-07-14T03:35:00Z"
        },
        {
            "id": 75,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/75/?format=api",
            "flight_proven": false,
            "serial_number": "Mk1",
            "status": "destroyed",
            "details": "Starship Mk1 was partially destroyed during max pressure tank testing, when the forward LOX tank ruptured along a weld line of the craft's steel structure, propelling the bulkhead several meters upwards.",
            "launcher_config": {
                "id": 207,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
                "name": "Starship Prototype",
                "family": "Starship",
                "full_name": "Starship Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starship_mk1_at_image_20240307091751.jpeg",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 60,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/60/?format=api",
            "flight_proven": true,
            "serial_number": "NS-1",
            "status": "destroyed",
            "details": "New Shepard 1 was destroyed on landing during its first flight.",
            "launcher_config": {
                "id": 137,
                "launch_library_id": 9999,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
                "name": "New Shepard",
                "family": "",
                "full_name": "New Shepard",
                "variant": ""
            },
            "image_url": null,
            "flights": 1,
            "last_launch_date": "2015-04-29T17:06:00Z",
            "first_launch_date": "2015-04-29T17:06:00Z"
        },
        {
            "id": 62,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/62/?format=api",
            "flight_proven": true,
            "serial_number": "NS-2",
            "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,
                "launch_library_id": 9999,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
                "name": "New Shepard",
                "family": "",
                "full_name": "New Shepard",
                "variant": ""
            },
            "image_url": "https://spacelaunchnow-prod-east.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": 63,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/63/?format=api",
            "flight_proven": true,
            "serial_number": "NS-3",
            "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,
                "launch_library_id": 9999,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
                "name": "New Shepard",
                "family": "",
                "full_name": "New Shepard",
                "variant": ""
            },
            "image_url": "https://spacelaunchnow-prod-east.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": 90,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/90/?format=api",
            "flight_proven": true,
            "serial_number": "NS-4",
            "status": "active",
            "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
            "launcher_config": {
                "id": 137,
                "launch_library_id": 9999,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
                "name": "New Shepard",
                "family": "",
                "full_name": "New Shepard",
                "variant": ""
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/90_image_20210412202510.jpeg",
            "flights": 9,
            "last_launch_date": "2023-12-19T16:42:28Z",
            "first_launch_date": "2021-01-14T17:19:00Z"
        },
        {
            "id": 67,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/67/?format=api",
            "flight_proven": true,
            "serial_number": "SARGE 1",
            "status": "destroyed",
            "details": "Sarge 1 is the first SARGE reusable sounding rocket.",
            "launcher_config": {
                "id": 197,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/197/?format=api",
                "name": "SARGE",
                "family": "",
                "full_name": "SARGE",
                "variant": ""
            },
            "image_url": "https://spacelaunchnow-prod-east.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": 76,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/76/?format=api",
            "flight_proven": false,
            "serial_number": "SN1",
            "status": "destroyed",
            "details": "SN1 was destroyed when undergoing pressurization.",
            "launcher_config": {
                "id": 207,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
                "name": "Starship Prototype",
                "family": "Starship",
                "full_name": "Starship Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/76_image_20200918010747.png",
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 91,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/91/?format=api",
            "flight_proven": true,
            "serial_number": "SN10",
            "status": "destroyed",
            "details": "SN10 is a Starship Prototype similar in design to SN9. SN10 was destroyed during an explosion on the pad after landing.",
            "launcher_config": {
                "id": 207,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
                "name": "Starship Prototype",
                "family": "Starship",
                "full_name": "Starship Prototype",
                "variant": "Prototype"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/91_image_20210303201919.jpg",
            "flights": 1,
            "last_launch_date": "2021-03-03T23:15:00Z",
            "first_launch_date": "2021-03-03T23:15:00Z"
        }
    ]
}