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=140&ordering=-id
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&ordering=-id",
    "results": [
        {
            "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": 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": 5,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/5/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0003",
            "status": "lost",
            "details": "Residual stage-1 thrust led to collision between stage 1 and stage 2.",
            "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/5_image_20230707190424.jpg",
            "flights": 1,
            "last_launch_date": "2008-08-03T03:34:00Z",
            "first_launch_date": "2008-08-03T03:34:00Z"
        },
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/4/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0002",
            "status": "lost",
            "details": "Successful first-stage burn and transition to second stage, maximal altitude 289 km. Harmonic oscillation at T+5 minutes Premature engine shutdown at T+7 min 30 s. Failed to reach orbit.",
            "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/4_image_20230707185728.jpg",
            "flights": 1,
            "last_launch_date": "2007-03-21T01:10:00Z",
            "first_launch_date": "2007-03-21T01:10:00Z"
        },
        {
            "id": 3,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/3/?format=api",
            "flight_proven": true,
            "serial_number": "F1 B0001",
            "status": "lost",
            "details": "Engine failure at T+33 seconds resulted in loss of vehicle",
            "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/3_image_20230707185714.jpg",
            "flights": 1,
            "last_launch_date": "2006-03-24T22:30:00Z",
            "first_launch_date": "2006-03-24T22:30:00Z"
        },
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/2/?format=api",
            "flight_proven": true,
            "serial_number": "B1051",
            "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/2_image_20200211104751.jpeg",
            "flights": 14,
            "last_launch_date": "2022-11-12T16:06:00Z",
            "first_launch_date": "2019-03-02T07:49:00Z"
        },
        {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/1/?format=api",
            "flight_proven": true,
            "serial_number": "B1050",
            "status": "retired",
            "details": "Towed to Port of Canaveral; cannibalized for parts to build Starhopper.",
            "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/1_image_20230201124850.jpg",
            "flights": 1,
            "last_launch_date": "2018-12-05T18:16:16Z",
            "first_launch_date": "2018-12-05T18:16:16Z"
        }
    ]
}