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

{
    "id": 95,
    "url": "https://ll.thespacedevs.com/2.2.0/docking_event/95/?format=api",
    "launch_id": "a6b7139f-3af3-4f8f-b294-bb9380f719f6",
    "docking": "2009-03-17T21:20:00Z",
    "departure": "2009-03-25T19:53:00Z",
    "flight_vehicle": {
        "id": 189,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/189/?format=api",
        "destination": "International Space Station",
        "mission_end": "2009-03-28T19:13:00Z",
        "spacecraft": {
            "id": 38,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/38/?format=api",
            "name": "Space Shuttle Discovery",
            "serial_number": "OV-103",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P365DT2H20M51S",
            "time_docked": "P123DT15H12M",
            "flights_count": 39,
            "mission_ends_count": 39,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "Space Shuttle Discovery (Orbiter Vehicle Designation: OV-103) is one of the orbiters from NASA's Space Shuttle program and the third of five fully operational orbiters to be built. Its first mission, STS-41-D, flew from August 30 to September 5, 1984. Over 27 years of service it launched and landed 39 times, gathering more spaceflights than any other spacecraft to date. Discovery became the third operational orbiter to enter service, preceded by Columbia and Challenger. It embarked on its last mission, STS-133, on February 24, 2011 and touched down for the final time at Kennedy Space Center on March 9, having spent a cumulative total of almost a full year in space. Discovery performed both research and International Space Station (ISS) assembly missions. It also carried the Hubble Space Telescope into orbit. Discovery was the first operational shuttle to be retired, followed by Endeavour and then Atlantis.",
            "spacecraft_config": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                "name": "Space Shuttle",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "featured": true,
                    "type": "Government",
                    "country_code": "USA",
                    "abbrev": "NASA",
                    "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                    "administrator": "Acting Administrator:  James Free",
                    "founding_year": "1958",
                    "launchers": "Space Shuttle | SLS",
                    "spacecraft": "Orion",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
                },
                "in_use": false,
                "capability": "Carrying a crew of 7 astronauts along with cargo to Low Earth Orbit.",
                "history": "The Space shuttle was a United States space craft. Following the conclusion of the Apollo program the Space Shuttle intended to lower costs for reliable access to Low Earth Orbit. The program ran from 1981-2011.",
                "details": "The Space Shuttle was a partially reusable LEO spacecraft system operated by the U.S. National Aeronautics and Space Administration (NASA) as part of the Space Shuttle program. Its official program name was Space Transportation System (STS), taken from a 1969 plan for a system of reusable spacecraft of which it was the only item funded for development. The first of four orbital test flights occurred in 1981, leading to operational flights in 1982. In addition to the prototype whose completion was cancelled, five complete Shuttle systems were built and used on a total of 135 missions from 1981 to 2011, launched from the Kennedy Space Center (KSC) in Florida. Operational missions launched numerous satellites, interplanetary probes, and the Hubble Space Telescope (HST); conducted science experiments in orbit; and participated in construction and servicing of the International Space Station. The Shuttle fleet's total mission time was 1322 days, 19 hours, 21 minutes and 23 seconds.",
                "maiden_flight": "1981-04-12",
                "height": 56.1,
                "diameter": 8.7,
                "human_rated": true,
                "crew_capacity": 7,
                "payload_capacity": 27500,
                "payload_return_capacity": null,
                "flight_life": "14 days",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg",
                "nation_url": null,
                "wiki_link": "https://en.wikipedia.org/wiki/Space_Shuttle",
                "info_link": ""
            }
        }
    },
    "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"
        }
    },
    "space_station": {
        "id": 4,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
        "name": "International Space Station",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
    }
}