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=40&ordering=id
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=50&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=30&ordering=id",
  "results": [
    {
      "id": 41,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/41/?format=api",
      "flight_proven": true,
      "serial_number": "B1034",
      "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/41_image_20190226110440.jpg",
      "flights": 1,
      "last_launch_date": "2017-05-15T23:21:00Z",
      "first_launch_date": "2017-05-15T23:21:00Z"
    },
    {
      "id": 42,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/42/?format=api",
      "flight_proven": true,
      "serial_number": "B1035",
      "status": "retired",
      "details": "Retired; permanently displayed at Space Center Houston.",
      "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/42_image_20190226083209.jpeg",
      "flights": 2,
      "last_launch_date": "2017-12-15T15:36:09Z",
      "first_launch_date": "2017-06-03T21:07:38Z"
    },
    {
      "id": 43,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/43/?format=api",
      "flight_proven": true,
      "serial_number": "B1036",
      "status": "expended",
      "details": "Broke Up After Successful Water Landing",
      "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/43_image_20190226083438.jpeg",
      "flights": 2,
      "last_launch_date": "2017-12-23T01:27:34Z",
      "first_launch_date": "2017-06-25T20:25:18Z"
    },
    {
      "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": 45,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/45/?format=api",
      "flight_proven": true,
      "serial_number": "B1039",
      "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/45_image_20190226083552.jpeg",
      "flights": 2,
      "last_launch_date": "2018-04-02T20:30:38Z",
      "first_launch_date": "2017-08-14T16:31:37Z"
    },
    {
      "id": 46,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/46/?format=api",
      "flight_proven": true,
      "serial_number": "B1038",
      "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/46_image_20190226083648.jpeg",
      "flights": 2,
      "last_launch_date": "2018-02-22T14:17:00Z",
      "first_launch_date": "2017-08-24T18:51:00Z"
    },
    {
      "id": 47,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/47/?format=api",
      "flight_proven": true,
      "serial_number": "B1040",
      "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/47_image_20190226083837.jpeg",
      "flights": 2,
      "last_launch_date": "2018-06-04T04:45:00Z",
      "first_launch_date": "2017-09-07T14:00:00Z"
    },
    {
      "id": 48,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/48/?format=api",
      "flight_proven": true,
      "serial_number": "B1041",
      "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/48_image_20190226083958.jpeg",
      "flights": 2,
      "last_launch_date": "2018-03-30T14:13:51Z",
      "first_launch_date": "2017-10-09T12:37:01Z"
    },
    {
      "id": 49,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/49/?format=api",
      "flight_proven": true,
      "serial_number": "B1042",
      "status": "retired",
      "details": "Retired.",
      "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/49_image_20190226084131.jpeg",
      "flights": 1,
      "last_launch_date": "2017-10-30T19:34:00Z",
      "first_launch_date": "2017-10-30T19:34: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"
    }
  ]
}