Modes

Levels of detail in the response - list, normal, detailed

Example - /landings/?mode=list

Filters

Parameters - attempt, firststage_launch__ids, landing_location__ids, landing_type__ids, launcher__ids, launcher_config__ids, launcher_serial_numbers, spacecraft__ids, spacecraft_config__ids, spacecraft_launch__ids, success

Example - /landings/?spacecraft__ids=39,37

Fields searched - firststage__launcher__launcher_config__name, firststage__launcher__serial_number, firststage__rocket__launch__name, landing_location__abbrev, landing_location__name, spacecraftflight__rocket__launch__name, spacecraftflight__spacecraft__name, spacecraftflight__spacecraft__serial_number, spacecraftflight__spacecraft__spacecraft_config__name

Example - /landings/?search=B1059

Ordering

Fields - downrange_distance, id

Example - /landings/?ordering=downrange_distance

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /landings/?limit=2

Format

Switch to JSON output - /landings/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/landings/1415/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 1415,
  "url": "https://lldev.thespacedevs.com/2.3.0/landings/1415/?format=api",
  "attempt": true,
  "success": true,
  "description": "New Glenn booster GS1-SN002 has landed on Jacklyn after its first flight.",
  "downrange_distance": 560.0,
  "landing_location": {
    "id": 51,
    "name": "Jacklyn",
    "active": true,
    "abbrev": "LPV1",
    "description": "Jacklyn is Blue Origins first floating landing platform for New Glenn.",
    "location": null,
    "longitude": null,
    "latitude": null,
    "image": {
      "id": 2195,
      "name": "Jackllyn in Port Canaveral",
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jackllyn_in_por_image_20240904203154.jpg",
      "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jackllyn_in_por_image_thumbnail_20240904203155.jpeg",
      "credit": "Blue Origin",
      "license": {
        "id": 1,
        "name": "Unknown",
        "priority": 9,
        "link": null
      },
      "single_use": true,
      "variants": []
    },
    "successful_landings": 1,
    "attempted_landings": 2,
    "failed_landings": 1,
    "celestial_body": {
      "response_mode": "normal",
      "id": 1,
      "name": "Earth",
      "type": {
        "id": 1,
        "name": "Planet"
      },
      "diameter": 12742000.0,
      "mass": 5.972168e+24,
      "gravity": 9.80655,
      "length_of_day": "1 00:00:00",
      "atmosphere": true,
      "image": {
        "id": 2040,
        "name": "Earth (Apollo 17)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": true,
        "variants": []
      },
      "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
      "wiki_url": "https://en.wikipedia.org/wiki/Earth"
    }
  },
  "type": {
    "id": 1,
    "name": "Autonomous Spaceport Drone Ship",
    "abbrev": "ASDS",
    "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
  },
  "response_mode": "detailed",
  "firststage": {
    "id": 557,
    "type": "Core",
    "reused": false,
    "launcher_flight_number": 1,
    "launcher": {
      "response_mode": "normal",
      "id": 238,
      "url": "https://lldev.thespacedevs.com/2.3.0/launchers/238/?format=api",
      "flight_proven": true,
      "serial_number": "GS1-SN002",
      "is_placeholder": false,
      "status": {
        "id": 3,
        "name": "active"
      },
      "image": {
        "id": 2529,
        "name": "GS1-SN002 on Jacklyn (Escapade)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gs1-sn002_on_ja_image_20251119073646.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gs1-sn002_on_ja_image_thumbnail_20251119073647.jpeg",
        "credit": "Dave Limp",
        "license": {
          "id": 37,
          "name": "Blue Origin Terms of Use",
          "priority": 6,
          "link": "https://www.blueorigin.com/terms-of-use"
        },
        "single_use": true,
        "variants": []
      },
      "details": "Second New Glenn first stage booster. Named \"Never Tell Me The Odds\". Used for the second New Glenn launch with EscaPADE, becoming the first New Glenn Stage 1 booster (GS1) to be recovered. \r\n\r\nCurrently it's slated for re-use on New Glenn's third launch with AST SpaceMobile's BlueBird Block 2 FM2.",
      "successful_landings": 1,
      "attempted_landings": 1,
      "flights": 1,
      "last_launch_date": "2025-11-13T20:55:01Z",
      "first_launch_date": "2025-11-13T20:55:01Z",
      "fastest_turnaround": null
    },
    "previous_flight_date": null,
    "turn_around_time": null,
    "previous_flight": null
  },
  "spacecraftflight": null,
  "payloadflight": null
}