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.0.0/docking_event/?ordering=-docking

GET /2.0.0/docking_event/631/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 631,
    "url": "https://lldev.thespacedevs.com/2.0.0/docking_event/631/?format=api",
    "launch_id": "8c2412ae-fbef-443f-aae8-db538f38eec6",
    "docking": "2025-10-29T19:43:00Z",
    "departure": null,
    "flight_vehicle": {
        "id": 899,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/899/?format=api",
        "destination": "ISS",
        "mission_end": null,
        "spacecraft": {
            "id": 623,
            "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/623/?format=api",
            "name": "HTV-X1",
            "serial_number": "HTV-X1",
            "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://lldev.thespacedevs.com/2.0.0/config/spacecraft/47/?format=api",
                "name": "HTV-X",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 37,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "featured": true,
                    "type": "Government",
                    "country_code": "JPN",
                    "abbrev": "JAXA",
                    "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                    "administrator": "Administrator: Hiroshi Yamakawa",
                    "founding_year": "2003",
                    "launchers": "H-II",
                    "spacecraft": "",
                    "parent": null,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg"
                },
                "in_use": true,
                "capability": "ISS Resupply",
                "history": "The maiden flight is scheduled for 2025.",
                "details": "The HTV-X is Japan’s next-generation cargo spacecraft designed to deliver supplies, experiments, and equipment to the International Space Station. Building on the legacy of the original HTV, it features upgraded automation and reduced weight. Its reliable performance supports Japan’s role in international space exploration and the Artemis program.",
                "maiden_flight": "2025-10-26",
                "height": 8.0,
                "diameter": 4.4,
                "human_rated": false,
                "crew_capacity": 0,
                "payload_capacity": 5850,
                "flight_life": "6 Months docked, 18 months post-mission free flight",
                "image_url": null,
                "nation_url": null,
                "wiki_link": "https://en.wikipedia.org/wiki/HTV-X",
                "info_link": "https://humans-in-space.jaxa.jp/en/htv-x/"
            }
        }
    },
    "docking_location": {
        "id": 21,
        "name": "Harmony nadir"
    },
    "space_station": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
        "name": "International Space Station",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
    }
}