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/?format=api&offset=480
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 531,
  "next": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=490",
  "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=470",
  "results": [
    {
      "id": 287,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/287/?format=api",
      "launch_id": "5c1c76b1-fe29-4b3f-97d0-c35695d5fbd0",
      "docking": "2021-06-17T07:54:00Z",
      "departure": "2021-09-16T00:56:00Z",
      "flight_vehicle": {
        "id": 604,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/604/?format=api",
        "destination": "Tiangong space station",
        "mission_end": "2021-09-17T05:34:00Z",
        "spacecraft": {
          "id": 466,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/466/?format=api",
          "name": "Shenzhou 12",
          "serial_number": "12",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "First crewed mission to the Chinese Space Station.",
          "spacecraft_config": {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
            "name": "Shenzhou",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.0.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"
      }
    },
    {
      "id": 453,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/453/?format=api",
      "launch_id": "1c979820-fe97-4c41-aea8-efe17f068daa",
      "docking": "2015-08-28T07:30:17Z",
      "departure": "2015-09-11T21:29:10Z",
      "flight_vehicle": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/166/?format=api",
        "destination": "International Space Station",
        "mission_end": "2015-09-12T00:51:00Z",
        "spacecraft": {
          "id": 55,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/55/?format=api",
          "name": "Soyuz TMA-16M",
          "serial_number": "Soyuz TMA-M 11F732A47 #716",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz TMA-16M was a Soyuz spacecraft which launched on 27 March 2015 19:42 UTC. It transported three members of the Expedition 43 crew to the International Space Station. The crew consisted of Gennady Padalka, Mikhail Korniyenko, and Scott Kelly.",
          "spacecraft_config": {
            "id": 39,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/39/?format=api",
            "name": "Soyuz TMA-M",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 2,
        "name": "Zvezda aft"
      }
    },
    {
      "id": 455,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/455/?format=api",
      "launch_id": "a6a16302-e901-4677-aed7-03cc354e70c2",
      "docking": "2010-06-28T19:37:58Z",
      "departure": "2010-11-26T01:23:13Z",
      "flight_vehicle": {
        "id": 223,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/223/?format=api",
        "destination": "International Space Station",
        "mission_end": "2010-11-26T04:46:00Z",
        "spacecraft": {
          "id": 74,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/74/?format=api",
          "name": "Soyuz TMA-19",
          "serial_number": "Soyuz TMA 11F732A17 #229",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz TMA-19 was a Soyuz spacecraft which launched on 15 June 2010 21:35 UTC. It transported three members of the Expedition 24 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Shannon Walker, and Douglas H. Wheelock",
          "spacecraft_config": {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
            "name": "Soyuz TMA",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 13,
        "name": "Rassvet nadir"
      }
    },
    {
      "id": 456,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/456/?format=api",
      "launch_id": "349eb56f-50e8-4858-9977-e4b7121c40f5",
      "docking": "2010-01-21T10:23:52Z",
      "departure": "2010-03-18T08:03:03Z",
      "flight_vehicle": {
        "id": 220,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/220/?format=api",
        "destination": "International Space Station",
        "mission_end": "2010-03-18T11:24:00Z",
        "spacecraft": {
          "id": 77,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/77/?format=api",
          "name": "Soyuz TMA-16",
          "serial_number": "Soyuz TMA 11F732A17 #226",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz TMA-16 was a Soyuz spacecraft which launched on September 30 2009 07:14 UTC. It transported two members of the Expedition 21 crew and one participant to the International Space Station. The Expedition 21 crew consisted of Maksim Surayev and Jeffrey Williams. The spaceflight participant was tourist Guy Laliberté.",
          "spacecraft_config": {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
            "name": "Soyuz TMA",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 3,
        "name": "Poisk zenith"
      }
    },
    {
      "id": 457,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/457/?format=api",
      "launch_id": "ef1eeb85-2c51-43ee-89e4-16bcbba25ebf",
      "docking": "2009-07-02T21:54:55Z",
      "departure": "2009-10-11T01:07:16Z",
      "flight_vehicle": {
        "id": 218,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/218/?format=api",
        "destination": "International Space Station",
        "mission_end": "2009-10-11T04:32:00Z",
        "spacecraft": {
          "id": 79,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/79/?format=api",
          "name": "Soyuz TMA-14",
          "serial_number": "Soyuz TMA 11F732A17 #224",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz TMA-14 was a Soyuz spacecraft which launched on March 26 2009 11:49 UTC. It transported two members of the Expedition 19 crew and one participant to the International Space Station. The Expedition 19 crew consisted of Gennady Padalka and Michael Barratt. The spaceflight participant was tourist Charles Simonyi.",
          "spacecraft_config": {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
            "name": "Soyuz TMA",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 18,
        "name": "Pirs nadir"
      }
    },
    {
      "id": 458,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/458/?format=api",
      "launch_id": "c1c61e73-93d9-45a2-a4c5-2b1642e9820e",
      "docking": "2007-09-27T19:47:24Z",
      "departure": "2007-10-21T07:14:17Z",
      "flight_vehicle": {
        "id": 214,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/214/?format=api",
        "destination": "International Space Station",
        "mission_end": "2007-10-21T10:36:00Z",
        "spacecraft": {
          "id": 83,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/83/?format=api",
          "name": "Soyuz TMA-10",
          "serial_number": "Soyuz TMA 11F732A17 #220",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz TMA-10 was a Soyuz spacecraft which launched on April 7 2007 17:31 UTC. It transported two members of the Expedition 15 crew and one participant to the International Space Station. The Expedition 15 crew consisted of Oleg Kotov and Fyodor Yurchikhin. The participant was tourist Charles Simonyi.",
          "spacecraft_config": {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
            "name": "Soyuz TMA",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 2,
        "name": "Zvezda aft"
      }
    },
    {
      "id": 459,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/459/?format=api",
      "launch_id": "617bbff1-4d75-43c4-8c85-aab75a9c412e",
      "docking": "2006-10-10T19:34:04Z",
      "departure": "2007-03-29T22:30:09Z",
      "flight_vehicle": {
        "id": 213,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/213/?format=api",
        "destination": "International Space Station",
        "mission_end": "2007-04-21T12:31:00Z",
        "spacecraft": {
          "id": 84,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/84/?format=api",
          "name": "Soyuz TMA-9",
          "serial_number": "Soyuz TMA 11F732A17 #219",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz TMA-9 was a Soyuz spacecraft which launched on 18 September 2006 04:08 UTC. It transported two members of the Expedition 14 crew and one participant to the International Space Station. The Expedition 14 crew consisted of Mikhail Tyurin and Michael López-Alegría. The participant was tourist Anousheh Ansari.",
          "spacecraft_config": {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
            "name": "Soyuz TMA",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 20,
        "name": "Zarya nadir"
      }
    },
    {
      "id": 460,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/460/?format=api",
      "launch_id": "617bbff1-4d75-43c4-8c85-aab75a9c412e",
      "docking": "2007-03-29T22:54:40Z",
      "departure": "2007-04-21T09:11:39Z",
      "flight_vehicle": {
        "id": 213,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/213/?format=api",
        "destination": "International Space Station",
        "mission_end": "2007-04-21T12:31:00Z",
        "spacecraft": {
          "id": 84,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/84/?format=api",
          "name": "Soyuz TMA-9",
          "serial_number": "Soyuz TMA 11F732A17 #219",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz TMA-9 was a Soyuz spacecraft which launched on 18 September 2006 04:08 UTC. It transported two members of the Expedition 14 crew and one participant to the International Space Station. The Expedition 14 crew consisted of Mikhail Tyurin and Michael López-Alegría. The participant was tourist Anousheh Ansari.",
          "spacecraft_config": {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
            "name": "Soyuz TMA",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 2,
        "name": "Zvezda aft"
      }
    },
    {
      "id": 461,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/461/?format=api",
      "launch_id": "98e6547f-fefd-436e-8540-8befc0a7774a",
      "docking": "2005-07-19T11:07:59Z",
      "departure": "2005-10-10T21:49:14Z",
      "flight_vehicle": {
        "id": 210,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/210/?format=api",
        "destination": "International Space Station",
        "mission_end": "2005-10-11T01:09:00Z",
        "spacecraft": {
          "id": 87,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/87/?format=api",
          "name": "Soyuz TMA-6",
          "serial_number": "Soyuz TMA 11F732A17 #216",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz TMA-6 was a Soyuz spacecraft which launched on 15 April 2005 00:46 UTC. It transported two members of the Expedition 11 crew and one astronaut to the International Space Station. The Expedition 11 crew consisted of Sergei Krikalev and John Phillips. The astronaut was ESA astronaut Roberto Vittori.",
          "spacecraft_config": {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
            "name": "Soyuz TMA",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 20,
        "name": "Zarya nadir"
      }
    },
    {
      "id": 462,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/462/?format=api",
      "launch_id": "241d73d1-148f-4a9d-a9a1-6bf098c79e80",
      "docking": "2004-11-29T09:52:46Z",
      "departure": "2005-04-24T18:44:40Z",
      "flight_vehicle": {
        "id": 209,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/209/?format=api",
        "destination": "International Space Station",
        "mission_end": "2005-04-24T22:08:00Z",
        "spacecraft": {
          "id": 88,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/88/?format=api",
          "name": "Soyuz TMA-5",
          "serial_number": "Soyuz TMA 11F732A17 #215",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz TMA-5 was a Soyuz spacecraft which launched on 14 October 2004 03:06 UTC. It transported two members of the Expedition 10 crew and one astronaut to the International Space Station. The Expedition 10 crew consisted of Salizhan Sharipov and Leroy Chiao. The astronaut was RKA astronaut Yuri Shargin.",
          "spacecraft_config": {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
            "name": "Soyuz TMA",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 20,
        "name": "Zarya nadir"
      }
    }
  ]
}