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=80&ordering=-id
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=90&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=70&ordering=-id",
    "results": [
        {
            "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": "SARGE",
                "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": 66,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/66/?format=api",
            "flight_proven": true,
            "serial_number": "B1057",
            "status": "lost",
            "details": "Exploded upon ocean impact a safe distance from OCISLY",
            "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/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.0.0/launcher/65/?format=api",
            "flight_proven": true,
            "serial_number": "B1056",
            "status": "lost",
            "details": "Missed the droneship and made successful water landing; apparently scuttled at sea afterward. ",
            "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/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.0.0/launcher/64/?format=api",
            "flight_proven": true,
            "serial_number": "B1055",
            "status": "lost",
            "details": "Toppled by rough seas and broken in two after safely landing aboard OCISLY",
            "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/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.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": "Blue Origin",
                "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": 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": "Blue Origin",
                "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": 61,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/61/?format=api",
            "flight_proven": true,
            "serial_number": "B1054",
            "status": "expended",
            "details": "Stage Expended",
            "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/61_image_20190228071607.jpg",
            "flights": 1,
            "last_launch_date": "2018-12-23T13:51:00Z",
            "first_launch_date": "2018-12-23T13:51:00Z"
        },
        {
            "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": "Blue Origin",
                "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": 59,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/59/?format=api",
            "flight_proven": true,
            "serial_number": "B1053",
            "status": "expended",
            "details": "Stage Expended",
            "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/59_image_20191115083445.jpeg",
            "flights": 3,
            "last_launch_date": "2023-05-01T00:26:00Z",
            "first_launch_date": "2019-04-11T22:35:00Z"
        },
        {
            "id": 58,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/58/?format=api",
            "flight_proven": true,
            "serial_number": "B1052",
            "status": "expended",
            "details": "Stage Expended",
            "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/58_image_20220202001612.jpeg",
            "flights": 8,
            "last_launch_date": "2023-05-01T00:26:00Z",
            "first_launch_date": "2019-04-11T22:35:00Z"
        }
    ]
}