API endpoint that allows a flight of a specific Spacecraft instances to be viewed.

GET: Return a list of all the existing Spacecraft flights.

FILTERS: Parameters - 'spacecraft' Example - /api/2.0.0/launcher/?spacecraft=37

GET /2.0.0/spacecraft/flight/899/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 899,
    "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/899/?format=api",
    "mission_end": null,
    "destination": "ISS",
    "launch_crew": [],
    "onboard_crew": [],
    "landing_crew": [],
    "spacecraft": {
        "id": 623,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/623/?format=api",
        "name": "HTV-X1",
        "serial_number": "HTV-X1",
        "status": {
            "id": 1,
            "name": "Active"
        },
        "description": "Spacecraft used for the maiden flight of the HTV-X Cargo Resupply Vehicle.",
        "spacecraft_config": {
            "id": 47,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/47/?format=api",
            "name": "HTV-X",
            "type": {
                "id": 4,
                "name": "Cargo Resupply"
            },
            "agency": {
                "id": 37,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "featured": true,
                "type": "Government",
                "country_code": "JPN",
                "abbrev": "JAXA",
                "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                "administrator": "Administrator: Hiroshi Yamakawa",
                "founding_year": "2003",
                "launchers": "H-II",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg"
            },
            "in_use": true,
            "capability": "ISS Resupply",
            "history": "The maiden flight is scheduled for 2025.",
            "details": "The HTV-X is Japan’s next-generation cargo spacecraft designed to deliver supplies, experiments, and equipment to the International Space Station. Building on the legacy of the original HTV, it features upgraded automation and reduced weight. Its reliable performance supports Japan’s role in international space exploration and the Artemis program.",
            "maiden_flight": null,
            "height": 8.0,
            "diameter": 4.4,
            "human_rated": false,
            "crew_capacity": 0,
            "payload_capacity": 5850,
            "flight_life": "6 Months docked, 18 months post-mission free flight",
            "image_url": null,
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/HTV-X",
            "info_link": "https://humans-in-space.jaxa.jp/en/htv-x/"
        }
    },
    "launch": {
        "id": "8c2412ae-fbef-443f-aae8-db538f38eec6",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/8c2412ae-fbef-443f-aae8-db538f38eec6/?format=api",
        "launch_library_id": 1980,
        "slug": "h3-24-htv-x1",
        "name": "H3-24 | HTV-X1",
        "status": {
            "id": 3,
            "name": "Success"
        },
        "net": "2025-10-26T00:00:15Z",
        "window_end": "2025-10-26T00:00:15Z",
        "window_start": "2025-10-26T00:00:15Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
            "id": 98,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/98/?format=api",
            "name": "Mitsubishi Heavy Industries",
            "type": "Commercial"
        },
        "rocket": {
            "id": 2540,
            "configuration": {
                "id": 204,
                "launch_library_id": 233,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/204/?format=api",
                "name": "H3-24",
                "family": "H3",
                "full_name": "H3-24",
                "variant": "24"
            }
        },
        "mission": {
            "id": 5860,
            "launch_library_id": null,
            "name": "HTV-X1",
            "description": "First flight of the upgraded Japanese HTV-X spacecraft designed to resupply the International Space Station.",
            "launch_designator": null,
            "type": "Resupply",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            }
        },
        "pad": {
            "id": 209,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/209/?format=api",
            "agency_id": 37,
            "name": "Yoshinobu Launch Complex LP-2",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
            "map_url": "https://www.google.com/maps?q=30.400938,130.97564",
            "latitude": "30.400938",
            "longitude": "130.97564",
            "location": {
                "id": 26,
                "url": "https://lldev.thespacedevs.com/2.0.0/location/26/?format=api",
                "name": "Tanegashima Space Center, Japan",
                "country_code": "JPN",
                "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                "total_launch_count": 96,
                "total_landing_count": 0
            },
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_yoshinobu_launch_complex_lp-2_20230707124715.jpg",
            "total_launch_count": 15
        },
        "webcast_live": false,
        "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h3-24_liftoff__image_20251026070827.jpg",
        "infographic": null,
        "program": [
            {
                "id": 17,
                "url": "https://lldev.thespacedevs.com/2.0.0/program/17/?format=api",
                "name": "International Space Station",
                "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                "agencies": [
                    {
                        "id": 16,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
                        "name": "Canadian Space Agency",
                        "type": "Government"
                    },
                    {
                        "id": 27,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
                        "name": "European Space Agency",
                        "type": "Multinational"
                    },
                    {
                        "id": 37,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
                        "name": "Japan Aerospace Exploration Agency",
                        "type": "Government"
                    },
                    {
                        "id": 44,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    {
                        "id": 63,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    }
                ],
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                "start_date": "1998-11-20T06:40:00Z",
                "end_date": null,
                "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
            }
        ]
    },
    "docking_events": []
}