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&limit=10&offset=140
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 147,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=130",
    "results": [
        {
            "id": 95,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/95/?format=api",
            "flight_proven": false,
            "serial_number": "SN7.2",
            "status": "retired",
            "details": "SpaceX test tank for 3mm stainless steel sheets. Retired after two pressure tests.",
            "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": null,
            "flights": 0,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 83,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/83/?format=api",
            "flight_proven": true,
            "serial_number": "SN8",
            "status": "destroyed",
            "details": "SN8 was destroyed when attempting to land after its first flight due to low header tank pressure during landing burn.",
            "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/83_image_20201211002626.jpeg",
            "flights": 1,
            "last_launch_date": "2020-12-09T22:45:25Z",
            "first_launch_date": "2020-12-09T22:45:25Z"
        },
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/89/?format=api",
            "flight_proven": true,
            "serial_number": "SN9",
            "status": "destroyed",
            "details": "SN9 is the first starship prototype to be fully made of 304L stainless steel. It was destroyed on landing after its first flight.",
            "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/89_image_20210128075700.jpeg",
            "flights": 1,
            "last_launch_date": "2021-02-02T20:25:15Z",
            "first_launch_date": "2021-02-02T20:25:15Z"
        },
        {
            "id": 74,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/74/?format=api",
            "flight_proven": true,
            "serial_number": "Starhopper",
            "status": "retired",
            "details": "First prototype of the Starship vehicle. Starhopper was a short test article that flew once to a height of 150m before landing safely.",
            "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/none_image_20200820190716.jpeg",
            "flights": 2,
            "last_launch_date": "2019-08-27T22:02:00Z",
            "first_launch_date": "2019-07-26T03:45:00Z"
        },
        {
            "id": 106,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/106/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown F9",
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "launcher_config": {
                "id": 164,
                "launch_library_id": 188,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 Block 5",
                "variant": "Block 5"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/106_image_20230708172214.png",
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 117,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/117/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown FH",
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "launcher_config": {
                "id": 161,
                "launch_library_id": 58,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/161/?format=api",
                "name": "Falcon Heavy",
                "family": "Falcon",
                "full_name": "Falcon Heavy",
                "variant": "Heavy"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/117_image_20230723180948.png",
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        },
        {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/144/?format=api",
            "flight_proven": false,
            "serial_number": "Unknown NS",
            "status": "N/A",
            "details": "Booster serial number unknown.",
            "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": "Blue Origin",
                "full_name": "New Shepard",
                "variant": ""
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/none_image_20231212212416.png",
            "flights": null,
            "last_launch_date": null,
            "first_launch_date": null
        }
    ]
}