API endpoint that returns previous Launch objects.

GET: Return a list of previous Launches

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'launcher_config__id',

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency and mission name. EXAMPLE - ?search=SpaceX

GET /2.0.0/launch/previous/?format=api&offset=350&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 351,
  "next": null,
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/previous/?format=api&limit=10&offset=340&ordering=name",
  "results": [
    {
      "id": "163c666e-6c61-4e10-8110-6d3c33d965f6",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/163c666e-6c61-4e10-8110-6d3c33d965f6/?format=api",
      "launch_library_id": null,
      "slug": "zhuque-3-demo-flight",
      "name": "Zhuque-3 | Demo Flight",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-12-03T04:00:00Z",
      "window_end": "2025-12-03T04:49:00Z",
      "window_start": "2025-12-03T03:52:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 259,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/259/?format=api",
        "name": "LandSpace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8821,
        "configuration": {
          "id": 539,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/539/?format=api",
          "name": "Zhuque-3",
          "family": "Zhuque",
          "full_name": "Zhuque-3",
          "variant": ""
        }
      },
      "mission": {
        "id": 7412,
        "launch_library_id": null,
        "name": "Demo Flight",
        "description": "First test launch of LandSpace’s ZQ-3 rocket, with a dummy payload. The rocket’s 1st stage attempted to land on a landing pad about 300 km downrange of the launch site.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 243,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/243/?format=api",
        "agency_id": 259,
        "name": "Launch Area 96B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Zhuque-3",
        "map_url": "https://www.google.com/maps?q=40.92017,100.25129",
        "latitude": "40.92017",
        "longitude": "100.25129",
        "location": {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 283,
          "total_landing_count": 2
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_area_96b_20251128220544.jpg",
        "total_launch_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zq-3_flight_1_l_image_20251203064230.jpg",
      "infographic": null,
      "program": []
    }
  ]
}