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

{
  "count": 184,
  "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=170&ordering=flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=150&ordering=flight_proven",
  "results": [
    {
      "id": 23,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/23/?format=api",
      "flight_proven": true,
      "serial_number": "B1014",
      "status": "lost",
      "details": "",
      "launcher_config": {
        "id": 14,
        "launch_library_id": 1,
        "url": "https://lldev.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://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/23_image_20190226091459.jpeg",
      "flights": 1,
      "last_launch_date": "2015-03-02T03:50:00Z",
      "first_launch_date": "2015-03-02T03:50:00Z"
    },
    {
      "id": 33,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/33/?format=api",
      "flight_proven": true,
      "serial_number": "B1024",
      "status": "lost",
      "details": "RUD on deck of droneship (OCISLY)",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/33_image_20190226105723.jpg",
      "flights": 1,
      "last_launch_date": "2016-06-15T14:29:00Z",
      "first_launch_date": "2016-06-15T14:29:00Z"
    },
    {
      "id": 35,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/35/?format=api",
      "flight_proven": true,
      "serial_number": "B1026",
      "status": "retired",
      "details": "Permanently scrapped.",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/35_image_20190226082335.jpeg",
      "flights": 1,
      "last_launch_date": "2016-08-14T05:26:00Z",
      "first_launch_date": "2016-08-14T05:26:00Z"
    },
    {
      "id": 37,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/37/?format=api",
      "flight_proven": true,
      "serial_number": "B1029",
      "status": "retired",
      "details": "Retired.",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/37_image_20190226081059.jpeg",
      "flights": 2,
      "last_launch_date": "2017-06-23T19:10:00Z",
      "first_launch_date": "2017-01-14T17:54:34Z"
    },
    {
      "id": 39,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/39/?format=api",
      "flight_proven": true,
      "serial_number": "B1030",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/39_image_20190226110321.jpg",
      "flights": 1,
      "last_launch_date": "2017-03-16T06:00:00Z",
      "first_launch_date": "2017-03-16T06:00:00Z"
    },
    {
      "id": 44,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/44/?format=api",
      "flight_proven": true,
      "serial_number": "B1037",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/44_image_20191115083053.jpeg",
      "flights": 1,
      "last_launch_date": "2017-07-05T23:38:00Z",
      "first_launch_date": "2017-07-05T23:38:00Z"
    },
    {
      "id": 50,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/50/?format=api",
      "flight_proven": true,
      "serial_number": "B1043",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 145,
        "launch_library_id": 187,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/145/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 4",
        "variant": "Block 4"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/50_image_20190226084234.jpeg",
      "flights": 2,
      "last_launch_date": "2018-05-22T19:47:58Z",
      "first_launch_date": "2018-01-08T01:00:00Z"
    },
    {
      "id": 51,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/51/?format=api",
      "flight_proven": true,
      "serial_number": "B1033",
      "status": "lost",
      "details": "Two of the outer engines didn't re-ignite for the landing burn, ran out of TEA/TEB igniters. ",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/51_image_20190226084354.jpeg",
      "flights": 1,
      "last_launch_date": "2018-02-06T20:45:00Z",
      "first_launch_date": "2018-02-06T20:45:00Z"
    },
    {
      "id": 52,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/52/?format=api",
      "flight_proven": true,
      "serial_number": "B1044",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 145,
        "launch_library_id": 187,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/145/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 4",
        "variant": "Block 4"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/52_image_20190226084428.jpeg",
      "flights": 1,
      "last_launch_date": "2018-03-06T05:33:00Z",
      "first_launch_date": "2018-03-06T05:33:00Z"
    },
    {
      "id": 54,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/54/?format=api",
      "flight_proven": true,
      "serial_number": "B1046",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://lldev.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://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/54_image_20190226081254.jpeg",
      "flights": 4,
      "last_launch_date": "2020-01-19T15:30:00Z",
      "first_launch_date": "2018-05-11T20:14:00Z"
    }
  ]
}