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&offset=480&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=490&ordering=docking",
  "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=470&ordering=docking",
  "results": [
    {
      "id": 516,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/516/?format=api",
      "launch_id": "0297d3dc-0513-450a-babc-6f3da8e8c181",
      "docking": "2023-05-22T13:12:00Z",
      "departure": "2023-05-30T15:05:00Z",
      "flight_vehicle": {
        "id": 669,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/669/?format=api",
        "destination": "International Space Station",
        "mission_end": "2023-05-31T03:05:00Z",
        "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": "P440DT6H16M4S",
          "time_docked": "P431DT10H8M44S",
          "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": 517,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/517/?format=api",
      "launch_id": "faa6a885-48f0-4b38-acfa-2c361474a20b",
      "docking": "2023-05-24T16:18:44Z",
      "departure": "2023-11-29T07:55:00Z",
      "flight_vehicle": {
        "id": 799,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/799/?format=api",
        "destination": "International Space Station",
        "mission_end": "2023-11-29T11:45:00Z",
        "spacecraft": {
          "id": 562,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/562/?format=api",
          "name": "Progress MS-23",
          "serial_number": "MS-23 (No.453)",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P188DT22H48M54S",
          "time_docked": "P188DT15H36M16S",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress MS-23 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": 518,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/518/?format=api",
      "launch_id": "2f8aff8b-85da-42bf-84eb-6d3b10184c44",
      "docking": "2023-05-30T08:29:00Z",
      "departure": "2023-10-30T12:37:00Z",
      "flight_vehicle": {
        "id": 803,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/803/?format=api",
        "destination": "Tiangong space station",
        "mission_end": "2023-10-31T00:12:00Z",
        "spacecraft": {
          "id": 566,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/566/?format=api",
          "name": "Shenzhou 16",
          "serial_number": "16",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P153DT22H40M50S",
          "time_docked": "P153DT4H8M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Fifth 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": 41,
        "name": "Tianhe nadir",
        "spacestation": {
          "id": 18,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
          "name": "Tiangong space station"
        }
      }
    },
    {
      "id": 520,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/520/?format=api",
      "launch_id": "f9214b4b-c4a1-4824-8746-0c80b85c124c",
      "docking": "2023-06-05T19:10:00Z",
      "departure": "2023-09-11T08:46:00Z",
      "flight_vehicle": {
        "id": 603,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/603/?format=api",
        "destination": "Tiangong Space Station",
        "mission_end": "2023-09-12T01:13:00Z",
        "spacecraft": {
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/465/?format=api",
          "name": "Tianzhou-5",
          "serial_number": "5",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P303DT23H9M48S",
          "time_docked": "P271DT16H52M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Fifth operational Tianzhou spacecraft",
          "spacecraft_config": {
            "id": 25,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
            "name": "Tianzhou",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 88,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
              "name": "China Aerospace Science and Technology Corporation",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
          }
        }
      },
      "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": 519,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/519/?format=api",
      "launch_id": "e53eecd6-184d-440a-955a-70fe0fdccbd6",
      "docking": "2023-06-06T09:54:00Z",
      "departure": "2023-06-29T16:30:00Z",
      "flight_vehicle": {
        "id": 809,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/809/?format=api",
        "destination": "International Space Station",
        "mission_end": "2023-06-30T14:30:00Z",
        "spacecraft": {
          "id": 449,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/449/?format=api",
          "name": "Cargo Dragon C208",
          "serial_number": "C208",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P175DT13H52M12S",
          "time_docked": "P165DT1H39M49S",
          "flights_count": 5,
          "mission_ends_count": 5,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "C208 is the first Cargo Dragon 2 and was launched as part of the CRS-21 mission.",
          "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": 30,
        "name": "Harmony zenith",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 521,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/521/?format=api",
      "launch_id": "7c126e4f-4afd-4c25-bf6f-9017666b56ee",
      "docking": "2023-08-04T09:55:00Z",
      "departure": "2023-12-22T13:05:00Z",
      "flight_vehicle": {
        "id": 780,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/780/?format=api",
        "destination": "International Space Station",
        "mission_end": "2024-01-09T18:22:00Z",
        "spacecraft": {
          "id": 553,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/553/?format=api",
          "name": "Cygnus CRS NG-19 (S.S. Laurel Clark)",
          "serial_number": null,
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P160DT17H50M46S",
          "time_docked": "P140DT3H10M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "This is the nineteenth flight to the ISS by the Cygnus spacecraft under the CRS program and their eighth under the CRS-2 program. This is also the 15th 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": 523,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/523/?format=api",
      "launch_id": "92bf99cd-2469-4500-864a-40a9dfc65332",
      "docking": "2023-08-25T05:46:00Z",
      "departure": "2024-02-13T02:09:00Z",
      "flight_vehicle": {
        "id": 800,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/800/?format=api",
        "destination": "International Space Station",
        "mission_end": "2024-02-13T05:16:00Z",
        "spacecraft": {
          "id": 563,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/563/?format=api",
          "name": "Progress MS-24",
          "serial_number": "MS-24 (No.454)",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P174DT4H7M50S",
          "time_docked": "P171DT20H23M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress MS-24 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": 522,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/522/?format=api",
      "launch_id": "1caacff9-837e-493b-afd4-4da54eeccdf2",
      "docking": "2023-08-27T13:16:00Z",
      "departure": "2024-03-11T15:20:00Z",
      "flight_vehicle": {
        "id": 775,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/775/?format=api",
        "destination": "International Space Station",
        "mission_end": "2024-03-12T09:47:00Z",
        "spacecraft": {
          "id": 542,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/542/?format=api",
          "name": "Crew Dragon Endurance",
          "serial_number": "C210",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P680DT7H29M37S",
          "time_docked": "P672DT11H33M26S",
          "flights_count": 4,
          "mission_ends_count": 4,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Crew Dragon spacecraft used for the Crew-3 mission to the International Space Station.",
          "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": 524,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/524/?format=api",
      "launch_id": "2a052554-35be-4e6c-8d60-b2b9072de17c",
      "docking": "2023-09-15T18:53:00Z",
      "departure": "2024-04-06T03:53:57Z",
      "flight_vehicle": {
        "id": 801,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/801/?format=api",
        "destination": "International Space Station",
        "mission_end": "2024-04-06T07:17:00Z",
        "spacecraft": {
          "id": 564,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/564/?format=api",
          "name": "Soyuz MS-24",
          "serial_number": "11F732A48 #753",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P203DT15H32M25S",
          "time_docked": "P203DT9H57S",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Launched to the ISS in september 2023.",
          "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": 525,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/525/?format=api",
      "launch_id": "45bd2cb8-05d1-4080-8c50-602c9f43971e",
      "docking": "2023-10-26T09:46:00Z",
      "departure": "2024-04-30T00:43:00Z",
      "flight_vehicle": {
        "id": 804,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/804/?format=api",
        "destination": "Tiangong Space Station",
        "mission_end": "2024-04-30T09:46:00Z",
        "spacecraft": {
          "id": 567,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/567/?format=api",
          "name": "Shenzhou 17",
          "serial_number": "17",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P187DT6H31M58S",
          "time_docked": "P186DT14H57M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Sixth 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"
        }
      }
    }
  ]
}