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=410
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=420",
  "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=400",
  "results": [
    {
      "id": 298,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/298/?format=api",
      "launch_id": "b464ad4f-b9f3-46cc-b3fe-d27c1746a8b3",
      "docking": "1980-03-29T20:01:00Z",
      "departure": "1980-04-25T08:04:00Z",
      "flight_vehicle": {
        "id": 562,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/562/?format=api",
        "destination": "Salyut 6",
        "mission_end": "1980-04-26T06:54:00Z",
        "spacecraft": {
          "id": 408,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/408/?format=api",
          "name": "Progress 8",
          "serial_number": "Progress 8 (No.108)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress 8 (Russian: Прогресс 8), was a Progress spacecraft used to resupply the space station Salyut 6.",
          "spacecraft_config": {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
            "name": "Progress 7K-TG",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "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/progress_7k-tg_image_20231220085840.png"
          }
        }
      },
      "docking_location": {
        "id": 9,
        "name": "Salyut-6 aft"
      }
    },
    {
      "id": 302,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/302/?format=api",
      "launch_id": "3bd21cc5-e6b3-4023-add7-8c6d8e88fedb",
      "docking": "1981-01-26T15:56:00Z",
      "departure": "1981-03-19T18:14:00Z",
      "flight_vehicle": {
        "id": 558,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/558/?format=api",
        "destination": "Salyut 6",
        "mission_end": "1981-03-20T16:59:00Z",
        "spacecraft": {
          "id": 404,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/404/?format=api",
          "name": "Progress 12",
          "serial_number": "Progress 12 (No.113)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress 12 (Russian: Прогресс 12), was a Progress spacecraft used to resupply the space station Salyut 6.",
          "spacecraft_config": {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
            "name": "Progress 7K-TG",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "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/progress_7k-tg_image_20231220085840.png"
          }
        }
      },
      "docking_location": {
        "id": 9,
        "name": "Salyut-6 aft"
      }
    },
    {
      "id": 308,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/308/?format=api",
      "launch_id": "053b3801-c465-4619-ba27-4f7d94b1bf63",
      "docking": "1983-10-22T11:34:00Z",
      "departure": "1983-11-13T03:08:00Z",
      "flight_vehicle": {
        "id": 552,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/552/?format=api",
        "destination": "Salyut 7",
        "mission_end": "1983-11-16T04:18:00Z",
        "spacecraft": {
          "id": 398,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/398/?format=api",
          "name": "Progress 18",
          "serial_number": "Progress 18 (No.118)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress 18 (Russian: Прогресс 18), was a Progress spacecraft used to resupply the space station Salyut 7.",
          "spacecraft_config": {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
            "name": "Progress 7K-TG",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "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/progress_7k-tg_image_20231220085840.png"
          }
        }
      },
      "docking_location": {
        "id": 36,
        "name": "Salyut-7 aft"
      }
    },
    {
      "id": 286,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/286/?format=api",
      "launch_id": "89a150ea-6e4b-489f-853c-3603ae684611",
      "docking": "2021-06-05T09:09:00Z",
      "departure": "2021-07-08T14:45:00Z",
      "flight_vehicle": {
        "id": 668,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/668/?format=api",
        "destination": "International Space Station",
        "mission_end": "2021-07-10T03:29:00Z",
        "spacecraft": {
          "id": 474,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/474/?format=api",
          "name": "Cargo Dragon C209",
          "serial_number": "C209",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Second Cargo Dragon 2",
          "spacecraft_config": {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/7/?format=api",
            "name": "Cargo Dragon 2",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 121,
              "url": "https://ll.thespacedevs.com/2.0.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"
      }
    },
    {
      "id": 281,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/281/?format=api",
      "launch_id": "32dcb5ad-7609-4fc0-8094-768ee5c2ebe0",
      "docking": "2021-04-24T09:08:00Z",
      "departure": "2021-07-21T10:45:00Z",
      "flight_vehicle": {
        "id": 579,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/579/?format=api",
        "destination": "International Space Station",
        "mission_end": "2021-11-09T03:33:00Z",
        "spacecraft": {
          "id": 289,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/289/?format=api",
          "name": "Crew Dragon Endeavour",
          "serial_number": "C206",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Crew Dragon 6 is the Crew Dragon spacecraft launched on the SpaceX DM-2 demonstration mission to the ISS.",
          "spacecraft_config": {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/6/?format=api",
            "name": "Crew Dragon 2",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 121,
              "url": "https://ll.thespacedevs.com/2.0.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": 19,
        "name": "Harmony forward"
      }
    },
    {
      "id": 285,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/285/?format=api",
      "launch_id": "c9fb70ab-85b1-40dd-b98e-67b37efc7e94",
      "docking": "2021-05-29T21:01:00Z",
      "departure": "2021-09-18T02:25:00Z",
      "flight_vehicle": {
        "id": 600,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/600/?format=api",
        "destination": "Tiangong Space Station",
        "mission_end": "2022-03-31T10:40:00Z",
        "spacecraft": {
          "id": 462,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/462/?format=api",
          "name": "Tianzhou-2",
          "serial_number": "2",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Second operational Tianzhou spacecraft. First spacecraft to dock with the Chinese Space Station.",
          "spacecraft_config": {
            "id": 25,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/25/?format=api",
            "name": "Tianzhou",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 88,
              "url": "https://ll.thespacedevs.com/2.0.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": 32,
        "name": "Tianhe aft"
      }
    },
    {
      "id": 388,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/388/?format=api",
      "launch_id": "009fb2f9-cd35-4790-a98f-c624ea212e95",
      "docking": "2001-05-23T00:23:57Z",
      "departure": "2001-08-22T06:02:00Z",
      "flight_vehicle": {
        "id": 468,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/468/?format=api",
        "destination": "International Space Station",
        "mission_end": "2001-08-22T09:50:00Z",
        "spacecraft": {
          "id": 323,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/323/?format=api",
          "name": "Progress M1-6",
          "serial_number": "Progress M1-6 (No.255)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M1-6 (Russian: Прогресс М1-6), identified by NASA as Progress 4 or 4P, was a Progress spacecraft used to resupply the International Space Station.",
          "spacecraft_config": {
            "id": 36,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/36/?format=api",
            "name": "Progress-M1",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "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/progress-m1_image_20231219142545.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 2,
        "name": "Zvezda aft"
      }
    },
    {
      "id": 389,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/389/?format=api",
      "launch_id": "eec03c04-1a9d-4058-8ecf-d0d710c0a94f",
      "docking": "2001-08-23T09:51:32Z",
      "departure": "2001-11-22T16:12:01Z",
      "flight_vehicle": {
        "id": 467,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/467/?format=api",
        "destination": "International Space Station",
        "mission_end": "2001-11-22T21:35:23Z",
        "spacecraft": {
          "id": 322,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/322/?format=api",
          "name": "Progress M-45",
          "serial_number": "Progress M-45 (No.245)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-45 (Russian: Прогресс М-45), identified by NASA as Progress 5 or 5P, was a Progress spacecraft used to resupply the International Space Station.",
          "spacecraft_config": {
            "id": 35,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/35/?format=api",
            "name": "Progress-M",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "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/progress-m_image_20231219141001.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 2,
        "name": "Zvezda aft"
      }
    },
    {
      "id": 390,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/390/?format=api",
      "launch_id": "a0a6b3a9-5a43-41ca-8e11-25b3c5479591",
      "docking": "2001-09-17T01:05:00Z",
      "departure": "2001-09-26T15:36:00Z",
      "flight_vehicle": {
        "id": 466,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/466/?format=api",
        "destination": "International Space Station",
        "mission_end": "2001-09-26T22:30:00Z",
        "spacecraft": {
          "id": 321,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/321/?format=api",
          "name": "Progress M-SO1",
          "serial_number": "Progress M-SO1 (No.301)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-SO1 was a modified Progress spacecraft used to deliver the Pirs module to the International Space Station.",
          "spacecraft_config": {
            "id": 35,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/35/?format=api",
            "name": "Progress-M",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "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/progress-m_image_20231219141001.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 38,
        "name": "Zvezda nadir"
      }
    },
    {
      "id": 391,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/391/?format=api",
      "launch_id": "eaff4abf-cf82-4427-b7c7-bb05d2a9a1f2",
      "docking": "2001-11-28T19:43:00Z",
      "departure": "2002-03-19T17:43:00Z",
      "flight_vehicle": {
        "id": 465,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/465/?format=api",
        "destination": "International Space Station",
        "mission_end": "2002-03-20T01:27:00Z",
        "spacecraft": {
          "id": 320,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/320/?format=api",
          "name": "Progress M1-7",
          "serial_number": "Progress M1-7 (No.256)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M1-7 (Russian: Прогресс М1-7), identified by NASA as Progress 6 or 6P, was a Progress spacecraft used to resupply the International Space Station.",
          "spacecraft_config": {
            "id": 36,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/36/?format=api",
            "name": "Progress-M1",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "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/progress-m1_image_20231219142545.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 2,
        "name": "Zvezda aft"
      }
    }
  ]
}