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

{
    "id": 175,
    "url": "https://ll.thespacedevs.com/2.2.0/docking_event/175/?format=api",
    "launch_id": "2e0d05c0-79ea-4765-a2bc-afb5fbe3c3f0",
    "docking": "2016-03-26T10:51:00Z",
    "departure": "2016-06-14T11:43:00Z",
    "flight_vehicle": {
        "id": 289,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/289/?format=api",
        "destination": "International Space Station",
        "mission_end": "2016-06-22T13:29:00Z",
        "spacecraft": {
            "id": 165,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/165/?format=api",
            "name": "Cygnus CRS OA-6",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P91DT10H23M8S",
            "time_docked": "P80DT52M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Cygnus CRS OA-6, also known as Orbital ATK CRS-6, is the sixth flight of the Orbital ATK unmanned resupply spacecraft Cygnus and its fifth flight to the International Space Station under the Commercial Resupply Services contract with NASA.\r\n\r\nThe Cygnus spacecraft for this mission is named the S.S. Rick Husband in honor of astronaut Rick Husband.",
            "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",
                    "featured": true,
                    "type": "Commercial",
                    "country_code": "USA",
                    "abbrev": "NGSS",
                    "description": "Northrup Grumman Space Systems designs, builds and delivers space, defence and aviation-related systems to customers around the world. They aquired Orbital ATK in 2018 along with its launchers and ongoing missions.",
                    "administrator": "CEO: Kathy Warden",
                    "founding_year": "2015",
                    "launchers": "Antares | Minotaur | Pegasus",
                    "spacecraft": "Cygnus",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_image_20190207032451.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_logo_20190207032451.png"
                },
                "in_use": true,
                "capability": "Cargo Earth Orbit Logistics",
                "history": "Cygnus is a spacecraft developed originally by Orbital ATK and then acquired by Northrup Grumman after an acquisition. It is used to transport cargo to the ISS.\r\n\r\nThe first operational mission of Cygnus to the ISS was in September 2013.\r\n\r\nOne flight on 28 October 2014 ended in a failure when the Antares launch vehicle, used to launch the Cygnus, exploded shortly after launch. This set back the Cygnus launch schedule over a year. Following the launch anomaly a new version known as 'Cygnus Enhanced' was flown. This extended the Cygnus length and allowed it to carry an extra 700kg to the ISS.",
                "details": "The Cygnus spacecraft is launched aboard Antares, Atlas V, or Falcon 9 to deliver cargo to the ISS under NASAs CRS contracts. It has no heatshield so at the end of its mission its used to dispose of waste by burning up in the Earths atmosphere.",
                "maiden_flight": "2015-12-06",
                "height": 6.3,
                "diameter": 3.07,
                "human_rated": false,
                "crew_capacity": null,
                "payload_capacity": 3750,
                "payload_return_capacity": null,
                "flight_life": "1 week to 2 years design life.",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg",
                "nation_url": null,
                "wiki_link": "https://en.wikipedia.org/wiki/Cygnus_(spacecraft)",
                "info_link": ""
            }
        }
    },
    "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"
        }
    },
    "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"
    }
}