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/f07f6b32-5547-4c92-9ca7-4b4cb14f3cd0/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "f07f6b32-5547-4c92-9ca7-4b4cb14f3cd0",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/f07f6b32-5547-4c92-9ca7-4b4cb14f3cd0/?format=api",
    "launch_library_id": null,
    "slug": "dnepr-terrasar-x",
    "name": "Dnepr | TerraSAR-X",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "2007-06-15T02:14:00Z",
    "window_end": "2007-06-15T02:14:00Z",
    "window_start": "2007-06-15T02:14:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": null,
    "hashtag": null,
    "launch_service_provider": {
        "id": 119,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/119/?format=api",
        "name": "ISC Kosmotras",
        "featured": false,
        "type": "Commercial",
        "country_code": "RUS",
        "abbrev": "ISCK",
        "description": null,
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 22,
        "consecutive_successful_launches": 15,
        "successful_launches": 21,
        "failed_launches": 1,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.kosmotras.ru/",
        "wiki_url": "http://en.wikipedia.org/wiki/ISC_Kosmotras",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "rocket": {
        "id": 7319,
        "configuration": {
            "id": 31,
            "launch_library_id": 54,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/31/?format=api",
            "name": "Dnepr",
            "description": "",
            "family": "",
            "full_name": "Dnepr 1",
            "manufacturer": {
                "id": 119,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/119/?format=api",
                "name": "ISC Kosmotras",
                "featured": false,
                "type": "Commercial",
                "country_code": "RUS",
                "abbrev": "ISCK",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 22,
                "consecutive_successful_launches": 15,
                "successful_launches": 21,
                "failed_launches": 1,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "http://www.kosmotras.ru/",
                "wiki_url": "http://en.wikipedia.org/wiki/ISC_Kosmotras",
                "logo_url": null,
                "image_url": null,
                "nation_url": null
            },
            "program": [],
            "variant": "1",
            "alias": "",
            "min_stage": null,
            "max_stage": null,
            "length": null,
            "diameter": null,
            "maiden_flight": "1999-04-21",
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dnepr-1_liftoff_image_20240411092543.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Dnepr-1",
            "total_launch_count": 22,
            "consecutive_successful_launches": 15,
            "successful_launches": 21,
            "failed_launches": 1,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 5708,
        "launch_library_id": null,
        "name": "TerraSAR-X",
        "description": "German Earth observation satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        }
    },
    "pad": {
        "id": 12,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/12/?format=api",
        "agency_id": null,
        "name": "109/95",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.95112,63.497095",
        "latitude": "45.95112",
        "longitude": "63.497095",
        "location": {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
            "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
            "country_code": "KAZ",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
            "total_launch_count": 1555,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_12_20200803143322.jpg",
        "total_launch_count": 12
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dnepr-1_liftoff_image_20240411092543.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 4845,
    "location_launch_attempt_count": 1275,
    "pad_launch_attempt_count": 8,
    "agency_launch_attempt_count": 9,
    "orbital_launch_attempt_count_year": 28,
    "location_launch_attempt_count_year": 7,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 2
}