API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// or /launch/?mode=list&search=SpaceX

GET: Return a list of all Launch objects.

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name'

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency, mission name & spacecraft name. EXAMPLE - ?search=SpaceX

GET /2.0.0/launch/23e92c1c-1c4f-469c-8cf0-74200a6b05c8/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "23e92c1c-1c4f-469c-8cf0-74200a6b05c8",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/23e92c1c-1c4f-469c-8cf0-74200a6b05c8/?format=api",
    "launch_library_id": null,
    "slug": "hapith-i-test-flight",
    "name": "Hapith I | Test Flight",
    "status": {
        "id": 4,
        "name": "Failure"
    },
    "net": "2021-09-16T06:39:00Z",
    "window_end": "2021-09-16T08:30:00Z",
    "window_start": "2021-09-15T20:45:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1029,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1029/?format=api",
        "name": "TiSPACE",
        "featured": false,
        "type": "Private",
        "country_code": "TWN",
        "abbrev": "",
        "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.",
        "administrator": "Founder: Dr. Yen-Sen Chen",
        "founding_year": "2016",
        "launchers": "Hapith I, Hapith V",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 1,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 1,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/TiSPACE",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tispace_logo_20210910043519.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tispace_nation_20210910043519.png"
    },
    "rocket": {
        "id": 7450,
        "configuration": {
            "id": 474,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/474/?format=api",
            "name": "Hapith I",
            "description": "Hapith I is a sub-orbital launch vehicle built by TiSPACE. It is intended to test technologies for the future Hapith V vehicle.",
            "family": "",
            "full_name": "Hapith I",
            "manufacturer": {
                "id": 1029,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1029/?format=api",
                "name": "TiSPACE",
                "featured": false,
                "type": "Private",
                "country_code": "TWN",
                "abbrev": "",
                "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.",
                "administrator": "Founder: Dr. Yen-Sen Chen",
                "founding_year": "2016",
                "launchers": "Hapith I, Hapith V",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 1,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 1,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/TiSPACE",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tispace_logo_20210910043519.png",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tispace_nation_20210910043519.png"
            },
            "program": [],
            "variant": "I",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 10.2,
            "diameter": 2.2,
            "maiden_flight": "2021-09-16",
            "launch_mass": 3,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hapith_i_image_20210911031658.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/TiSPACE#HAPITH_I",
            "total_launch_count": 1,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 5842,
        "launch_library_id": null,
        "name": "Test Flight",
        "description": "The first Hapith I launch will be testing TiSPACE's hybrid rocket engine technology in preparation for the future Hapith V launch vehicle. Targeting 250 km altitude, the test launch campaign will also support of the development of the Whalers Way Orbital Launch Complex in South Australia, operated by Southern Launch.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
        }
    },
    "pad": {
        "id": 197,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/197/?format=api",
        "agency_id": 1028,
        "name": "Pad 1",
        "info_url": "https://www.southernlaunch.space/whalers-way-orbital-launch-complex",
        "wiki_url": "https://en.wikipedia.org/wiki/Whalers_Way_Orbital_Launch_Complex",
        "map_url": "https://www.google.com/maps?q=-34.937822,135.630035",
        "latitude": "-34.937822",
        "longitude": "135.630035",
        "location": {
            "id": 156,
            "url": "https://ll.thespacedevs.com/2.0.0/location/156/?format=api",
            "name": "Whalers Way Orbital Launch Complex, South Australia",
            "country_code": "AUS",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_whalers_way_orbital_launch_complex_20210910042508.jpg",
            "total_launch_count": 1,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_whalers_way_orbital_launch_complex_20210910042853.jpg",
        "total_launch_count": 1
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hapith_i_image_20210911031658.jpg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": null,
    "location_launch_attempt_count": 1,
    "pad_launch_attempt_count": 1,
    "agency_launch_attempt_count": 1,
    "orbital_launch_attempt_count_year": 0,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1
}