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=10&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=20&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&ordering=id",
    "results": [
        {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/11/?format=api",
            "flight_proven": true,
            "serial_number": "B0006",
            "status": "lost",
            "details": "Suffered engine out at T+1:19 but primary mission successful",
            "launcher_config": {
                "id": 169,
                "launch_library_id": 90,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/169/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.0",
                "variant": "v1.0"
            },
            "image_url": "https://spacelaunchnow-prod-east.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"
        },
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/12/?format=api",
            "flight_proven": true,
            "serial_number": "B0007",
            "status": "lost",
            "details": "",
            "launcher_config": {
                "id": 169,
                "launch_library_id": 90,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/169/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.0",
                "variant": "v1.0"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/12_image_20191115082745.jpeg",
            "flights": 1,
            "last_launch_date": "2013-03-01T15:10:13Z",
            "first_launch_date": "2013-03-01T15:10:13Z"
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/13/?format=api",
            "flight_proven": true,
            "serial_number": "B1003",
            "status": "lost",
            "details": "First flight of Falcon 9 v1.1 upgrade, first Spacex flight from Vandenberg",
            "launcher_config": {
                "id": 14,
                "launch_library_id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/13_image_20191115082823.jpg",
            "flights": 1,
            "last_launch_date": "2013-09-29T16:00:00Z",
            "first_launch_date": "2013-09-29T16:00:00Z"
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/14/?format=api",
            "flight_proven": true,
            "serial_number": "B1004",
            "status": "lost",
            "details": "",
            "launcher_config": {
                "id": 14,
                "launch_library_id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/14_image_20191115082913.jpeg",
            "flights": 1,
            "last_launch_date": "2013-12-03T21:41:00Z",
            "first_launch_date": "2013-12-03T21:41:00Z"
        },
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/15/?format=api",
            "flight_proven": true,
            "serial_number": "B1005",
            "status": "lost",
            "details": "",
            "launcher_config": {
                "id": 14,
                "launch_library_id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/15_image_20190226091005.jpg",
            "flights": 1,
            "last_launch_date": "2014-01-06T22:06:00Z",
            "first_launch_date": "2014-01-06T22:06:00Z"
        },
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/16/?format=api",
            "flight_proven": true,
            "serial_number": "B1006",
            "status": "lost",
            "details": "Broke up after sucessful water landing",
            "launcher_config": {
                "id": 14,
                "launch_library_id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/16_image_20190226091044.jpeg",
            "flights": 1,
            "last_launch_date": "2014-04-18T19:25:22Z",
            "first_launch_date": "2014-04-18T19:25:22Z"
        },
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/17/?format=api",
            "flight_proven": true,
            "serial_number": "B1007",
            "status": "lost",
            "details": "Broke up after sucessful water landing",
            "launcher_config": {
                "id": 14,
                "launch_library_id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/17_image_20190226091117.jpg",
            "flights": 1,
            "last_launch_date": "2014-07-14T15:15:00Z",
            "first_launch_date": "2014-07-14T15:15:00Z"
        },
        {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/18/?format=api",
            "flight_proven": true,
            "serial_number": "B1008",
            "status": "lost",
            "details": "",
            "launcher_config": {
                "id": 14,
                "launch_library_id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/18_image_20190226091204.jpg",
            "flights": 1,
            "last_launch_date": "2014-08-05T08:00:00Z",
            "first_launch_date": "2014-08-05T08:00:00Z"
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/19/?format=api",
            "flight_proven": true,
            "serial_number": "B1011",
            "status": "lost",
            "details": "",
            "launcher_config": {
                "id": 14,
                "launch_library_id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/19_image_20190226091240.jpg",
            "flights": 1,
            "last_launch_date": "2014-09-07T05:00:00Z",
            "first_launch_date": "2014-09-07T05:00:00Z"
        },
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.0.0/launcher/20/?format=api",
            "flight_proven": true,
            "serial_number": "B1010",
            "status": "lost",
            "details": "Broke up after sucessful water landing",
            "launcher_config": {
                "id": 14,
                "launch_library_id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
                "name": "Falcon 9",
                "family": "Falcon",
                "full_name": "Falcon 9 v1.1",
                "variant": "v1.1"
            },
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/20_image_20190226091314.jpg",
            "flights": 1,
            "last_launch_date": "2014-09-21T05:52:03Z",
            "first_launch_date": "2014-09-21T05:52:03Z"
        }
    ]
}