AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ or /launch/?mode=list&search=SpaceX

GET Return a list of all Launch objects.

FILTERS Fields - 'name', 'id(s)', 'lsp__id', 'lsp__name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

MODE 'normal', 'list', 'detailed'

EXAMPLE ?mode=list

SEARCH Searches through the launch name, rocket name, launch agency, mission name & spacecraft name.

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/?format=api&offset=7900&ordering=last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7901,
  "next": null,
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7890&ordering=last_updated",
  "results": [
    {
      "id": "1b23eb18-e06e-4058-9b42-e95ca0980511",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/1b23eb18-e06e-4058-9b42-e95ca0980511/?format=api",
      "slug": "spectrum-onward-and-upward",
      "name": "Spectrum | Onward and Upward",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2026-06-16T00:08:02Z",
      "net": "2026-06-30T00:00:00Z",
      "window_end": "2026-06-30T00:00:00Z",
      "window_start": "2026-06-30T00:00:00Z",
      "net_precision": {
        "id": 7,
        "name": "Month",
        "abbrev": "M",
        "description": "The T-0 is expected in the given month."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1046,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1046/?format=api",
        "name": "Isar Aerospace",
        "type": "Private"
      },
      "rocket": {
        "id": 8716,
        "configuration": {
          "id": 491,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/491/?format=api",
          "name": "Spectrum",
          "family": "",
          "full_name": "Spectrum",
          "variant": ""
        }
      },
      "mission": {
        "id": 7309,
        "name": "Onward and Upward",
        "description": "Second test flight of the Isar Spectrum launch vehicle. This launch will carry 5 cubesats and 1 non-separable experiment as part of European Space Agency (ESA)'s “Boost!” program:\r\n\r\n* CyBEEsat (TU Berlin)\r\n* TriSat-S (University of Maribor)\r\n* Platform 6 (EnduroSat)\r\n* FramSat-1 (NTNU)\r\n* SpaceTeamSat1 (TU Wien Space Team)\r\n* Let It Go (Dcubed, non-separable experiment)",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 51,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/51/?format=api",
        "agency_id": null,
        "name": "Orbital Launch Pad",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/And%C3%B8ya_Space",
        "map_url": "https://www.google.com/maps?q=69.1084,15.5895",
        "latitude": "69.1084",
        "longitude": "15.5895",
        "location": {
          "id": 161,
          "url": "https://ll.thespacedevs.com/2.2.0/location/161/?format=api",
          "name": "Andøya Spaceport",
          "country_code": "NOR",
          "description": "Andøya Space, also named Andøya Space Center and formerly Andøya Rocket Range, is a rocket launch site, rocket range, and spaceport on Andøya island (the northernmost in the Vesterålen archipelago) in Andøy Municipality in Nordland county, Norway.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_161_20240109072235.jpg",
          "timezone_name": "Europe/Oslo",
          "total_launch_count": 1,
          "total_landing_count": 0
        },
        "country_code": "NOR",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_51_20200803143605.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7338,
      "location_launch_attempt_count": 2,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 2,
      "orbital_launch_attempt_count_year": 165,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    }
  ]
}