API endpoint that allows Docking Events to be viewed.

GET: Return a list of all the docking events.

FILTERS: Fields - 'space_station__id', 'flight_vehicle__id', 'docking_location__id'

MODE: 'detailed' EXAMPLE: ?mode=detailed

ORDERING: Fields - 'id', 'docking', 'departure' Order reverse via Docking date. Example - /2.2.0/docking_event/?ordering=-docking

GET /2.2.0/docking_event/?format=api&ordering=-docking
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 531,
  "next": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=10&ordering=-docking",
  "previous": null,
  "results": [
    {
      "id": 637,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/637/?format=api",
      "launch_id": "5ed6ab75-8c5b-4013-93e1-1deb56b14f1d",
      "docking": "2026-04-13T17:20:00Z",
      "departure": null,
      "flight_vehicle": {
        "id": 906,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/906/?format=api",
        "destination": "ISS",
        "mission_end": null,
        "spacecraft": {
          "id": 626,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/626/?format=api",
          "name": "Cygnus CRS NG-24 (S.S. Steven R. Nagel)",
          "serial_number": null,
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P9DT13H40M18S",
          "time_docked": "P7DT8H1M39S",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "This is the twenty-third flight to the ISS by the Cygnus spacecraft under the CRS program and their 12th under the CRS-2 program. This is also the 19th use of the enhanced size Cygnus.",
          "spacecraft_config": {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
            "name": "Cygnus Enhanced",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 257,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
              "name": "Northrop Grumman Space Systems",
              "type": "Commercial"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 1,
        "name": "Unity nadir",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 636,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/636/?format=api",
      "launch_id": "cf34aee7-a118-433b-8337-05b2c6892815",
      "docking": "2026-03-24T13:40:44Z",
      "departure": null,
      "flight_vehicle": {
        "id": 905,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/905/?format=api",
        "destination": "ISS",
        "mission_end": null,
        "spacecraft": {
          "id": 625,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/625/?format=api",
          "name": "Progress MS-33",
          "serial_number": "MS-33 (No.463)",
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P29DT13H21M48S",
          "time_docked": "P27DT11H40M55S",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Progress MS-33 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
          "spacecraft_config": {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
            "name": "Progress-MS",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 3,
        "name": "Poisk zenith",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 635,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/635/?format=api",
      "launch_id": "862b54e3-7bf8-48e5-8cd1-d77257d5fde9",
      "docking": "2026-02-14T20:15:00Z",
      "departure": null,
      "flight_vehicle": {
        "id": 901,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/901/?format=api",
        "destination": "International Space Station",
        "mission_end": null,
        "spacecraft": {
          "id": 551,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/551/?format=api",
          "name": "Crew Dragon Freedom",
          "serial_number": "C212",
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P439DT5H55M55S",
          "time_docked": "P430DT9H48M36S",
          "flights_count": 5,
          "mission_ends_count": 4,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Crew Dragon spacecraft first used for Crew-4.",
          "spacecraft_config": {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
            "name": "Crew Dragon 2",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 121,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 30,
        "name": "Harmony zenith",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 634,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/634/?format=api",
      "launch_id": "40beac6e-ce8e-4481-8cf9-56d1d9c48804",
      "docking": "2025-11-27T12:34:00Z",
      "departure": null,
      "flight_vehicle": {
        "id": 881,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/881/?format=api",
        "destination": "ISS",
        "mission_end": null,
        "spacecraft": {
          "id": 612,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/612/?format=api",
          "name": "Soyuz MS-28",
          "serial_number": "11F732 #759",
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P144DT15H53M40S",
          "time_docked": "P144DT12H47M37S",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Soyuz capsule for the MS-28 mission to the ISS.",
          "spacecraft_config": {
            "id": 38,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
            "name": "Soyuz MS",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 13,
        "name": "Rassvet nadir",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 633,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/633/?format=api",
      "launch_id": "6da58dd3-57bf-4c0a-a003-c56268db3e59",
      "docking": "2025-11-25T07:50:00Z",
      "departure": null,
      "flight_vehicle": {
        "id": 900,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/900/?format=api",
        "destination": "Tiangong space station",
        "mission_end": null,
        "spacecraft": {
          "id": 624,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/624/?format=api",
          "name": "Shenzhou 22",
          "serial_number": "22",
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P146DT21H9M54S",
          "time_docked": "P146DT17H31M39S",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Spacecraft to be launched without crew to replace Shenzhou 20 that was damaged by orbital debris on the descent module porthole window, and thus deemed unsuitable for crew re-entry. The spacecraft will later return three Chinese astronauts on the 10th flight to the Chinese Space Station back to Earth, after launching on Shenzhou 21.",
          "spacecraft_config": {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
            "name": "Shenzhou",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 33,
        "name": "Tianhe forward",
        "spacestation": {
          "id": 18,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
          "name": "Tiangong space station"
        }
      }
    },
    {
      "id": 632,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/632/?format=api",
      "launch_id": "5ca83f30-9e3d-439c-ac1d-b57953943355",
      "docking": "2025-10-31T19:22:00Z",
      "departure": "2025-11-14T03:14:00Z",
      "flight_vehicle": {
        "id": 875,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/875/?format=api",
        "destination": "Tiangong space station",
        "mission_end": "2025-11-14T08:40:00Z",
        "spacecraft": {
          "id": 610,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/610/?format=api",
          "name": "Shenzhou 21",
          "serial_number": "21",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P13DT16H55M14S",
          "time_docked": "P13DT7H52M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Spacecraft used to launch 3 astronauts on the 10th crewed mission to the Chinese Space Station.",
          "spacecraft_config": {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
            "name": "Shenzhou",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 33,
        "name": "Tianhe forward",
        "spacestation": {
          "id": 18,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
          "name": "Tiangong space station"
        }
      }
    },
    {
      "id": 631,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/631/?format=api",
      "launch_id": "8c2412ae-fbef-443f-aae8-db538f38eec6",
      "docking": "2025-10-29T19:43:00Z",
      "departure": "2026-03-06T17:00:00Z",
      "flight_vehicle": {
        "id": 899,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/899/?format=api",
        "destination": "ISS",
        "mission_end": null,
        "spacecraft": {
          "id": 623,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/623/?format=api",
          "name": "HTV-X1",
          "serial_number": "HTV-X1",
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P177DT1H21M24S",
          "time_docked": "P127DT21H17M",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Spacecraft used for the maiden flight of the HTV-X Cargo Resupply Vehicle.",
          "spacecraft_config": {
            "id": 47,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/47/?format=api",
            "name": "HTV-X",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-x_in_space__image_20251122191933.jpg"
          }
        }
      },
      "docking_location": {
        "id": 21,
        "name": "Harmony nadir",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 630,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/630/?format=api",
      "launch_id": "3bfed6d5-d65e-4133-b51a-b664bbd9d006",
      "docking": "2025-09-18T11:24:00Z",
      "departure": "2026-03-12T11:06:00Z",
      "flight_vehicle": {
        "id": 892,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/892/?format=api",
        "destination": "International Space Station",
        "mission_end": "2026-03-14T22:01:00Z",
        "spacecraft": {
          "id": 619,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/619/?format=api",
          "name": "Cygnus CRS NG-23 (S.S. William “Willie” C. McCool)",
          "serial_number": null,
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P180DT23H49M12S",
          "time_docked": "P174DT23H42M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "This is the twenty-second flight to the ISS by the Cygnus spacecraft under the CRS program and their eleventh under the CRS-2 program. This is also the 18th use of the enhanced size Cygnus.",
          "spacecraft_config": {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
            "name": "Cygnus Enhanced",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 257,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
              "name": "Northrop Grumman Space Systems",
              "type": "Commercial"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 1,
        "name": "Unity nadir",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 629,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/629/?format=api",
      "launch_id": "d4813e5c-305e-4401-ba4f-917aa1aaceae",
      "docking": "2025-09-13T17:23:00Z",
      "departure": "2026-04-20T22:08:00Z",
      "flight_vehicle": {
        "id": 896,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/896/?format=api",
        "destination": "International Space Station",
        "mission_end": "2026-04-21T02:05:00Z",
        "spacecraft": {
          "id": 622,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/622/?format=api",
          "name": "Progress MS-32",
          "serial_number": "MS-32 (No.462)",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P221DT10H10M54S",
          "time_docked": "P219DT4H45M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress MS-32 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
          "spacecraft_config": {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
            "name": "Progress-MS",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 2,
        "name": "Zvezda aft",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 628,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/628/?format=api",
      "launch_id": "e8e93778-657c-401c-9c88-3cd4c7c45c9d",
      "docking": "2025-08-25T11:05:00Z",
      "departure": "2026-02-26T17:05:00Z",
      "flight_vehicle": {
        "id": 878,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/878/?format=api",
        "destination": "International Space Station",
        "mission_end": "2026-02-27T07:44:00Z",
        "spacecraft": {
          "id": 554,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/554/?format=api",
          "name": "Cargo Dragon C211",
          "serial_number": "C211",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P275DT8H1M27S",
          "time_docked": "P269DT2H24M",
          "flights_count": 3,
          "mission_ends_count": 3,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Third Cargo Dragon 2",
          "spacecraft_config": {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/7/?format=api",
            "name": "Cargo Dragon 2",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 121,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 19,
        "name": "Harmony forward",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    }
  ]
}