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/09d5a8f8-225b-4b2d-93bb-5203bc47d092/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "09d5a8f8-225b-4b2d-93bb-5203bc47d092",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/09d5a8f8-225b-4b2d-93bb-5203bc47d092/?format=api",
    "launch_library_id": null,
    "slug": "mu-3s-ii-akebono",
    "name": "Mu-3S-II | Akebono",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "1989-02-21T23:30:00Z",
    "window_end": "1989-02-21T23:30:00Z",
    "window_start": "1989-02-21T23:30:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": null,
    "hashtag": null,
    "launch_service_provider": {
        "id": 1009,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1009/?format=api",
        "name": "Institute of Space and Astronautical Science",
        "featured": false,
        "type": "Government",
        "country_code": "JPN",
        "abbrev": "ISAS",
        "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.",
        "administrator": null,
        "founding_year": null,
        "launchers": "Lambda",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 32,
        "consecutive_successful_launches": 1,
        "successful_launches": 24,
        "failed_launches": 8,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://en.wikipedia.org/wiki/Institute_of_Space_and_Astronautical_Science",
        "wiki_url": "https://en.wikipedia.org/wiki/Institute_of_Space_and_Astronautical_Science",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "rocket": {
        "id": 6154,
        "configuration": {
            "id": 339,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/339/?format=api",
            "name": "Mu-3S-II",
            "description": "The Mu, also known as M, was a series of Japanese solid-fuelled carrier rockets, which were launched from Uchinoura between 1966 and 2006. Originally developed by Japan's Institute of Space and Astronautical Science, Mu rockets were later operated by Japan Aerospace Exploration Agency following ISAS becoming part of it.",
            "family": "Mu",
            "full_name": "Mu-3S-II",
            "manufacturer": {
                "id": 1009,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1009/?format=api",
                "name": "Institute of Space and Astronautical Science",
                "featured": false,
                "type": "Government",
                "country_code": "JPN",
                "abbrev": "ISAS",
                "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.",
                "administrator": null,
                "founding_year": null,
                "launchers": "Lambda",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 32,
                "consecutive_successful_launches": 1,
                "successful_launches": 24,
                "failed_launches": 8,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://en.wikipedia.org/wiki/Institute_of_Space_and_Astronautical_Science",
                "wiki_url": "https://en.wikipedia.org/wiki/Institute_of_Space_and_Astronautical_Science",
                "logo_url": null,
                "image_url": null,
                "nation_url": null
            },
            "program": [],
            "variant": "S-II",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 27.8,
            "diameter": 1.41,
            "maiden_flight": "1985-01-07",
            "launch_mass": 61,
            "leo_capacity": 800,
            "gto_capacity": null,
            "to_thrust": 1930,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Mu_(rocket_family)",
            "total_launch_count": 8,
            "consecutive_successful_launches": 0,
            "successful_launches": 7,
            "failed_launches": 1,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 4544,
        "launch_library_id": null,
        "name": "Akebono",
        "description": "Japanese upper atmosphere research satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
            "id": 0,
            "name": "Elliptical Orbit",
            "abbrev": "Elliptical"
        }
    },
    "pad": {
        "id": 47,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/47/?format=api",
        "agency_id": 37,
        "name": "Mu Center",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Uchinoura_Space_Center",
        "map_url": "https://www.google.com/maps?q=31.2509794,131.0821319",
        "latitude": "31.2509794",
        "longitude": "131.0821319",
        "location": {
            "id": 24,
            "url": "https://ll.thespacedevs.com/2.0.0/location/24/?format=api",
            "name": "Uchinoura Space Center, Japan",
            "country_code": "JPN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg",
            "total_launch_count": 43,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_47_20200803143524.jpg",
        "total_launch_count": 36
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "image": null,
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 3390,
    "location_launch_attempt_count": 24,
    "pad_launch_attempt_count": 19,
    "agency_launch_attempt_count": 24,
    "orbital_launch_attempt_count_year": 16,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1
}