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

{
    "id": "e0d5b592-ae3c-4586-b840-b717d269ba22",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/e0d5b592-ae3c-4586-b840-b717d269ba22/?format=api",
    "launch_library_id": null,
    "slug": "qaem-100-chamran-1",
    "name": "Qaem 100 | Chamran-1",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "2024-09-14T05:58:00Z",
    "window_end": "2024-09-14T05:58:00Z",
    "window_start": "2024-09-14T05:58:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1032,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1032/?format=api",
        "name": "Islamic Revolutionary Guard Corps Aerospace Force",
        "featured": false,
        "type": "Government",
        "country_code": "IRN",
        "abbrev": "IRGCAF",
        "description": "The Islamic Revolutionary Guard Corps Aerospace Force is the strategic missile, air, and space force within the Islamic Revolutionary Guard Corps of Iran. It was renamed from the IRGC Air Force into the IRGC Aerospace Force in 2009.",
        "administrator": "Brigadier General: Ali Jafarabadi",
        "founding_year": "1985",
        "launchers": "Qased",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 6,
        "consecutive_successful_launches": 3,
        "successful_launches": 5,
        "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/Islamic_Revolutionary_Guard_Corps_Aerospace_Force#Space_Command",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/islamic2520revolutionary2520guard2520corps2520aerospace2520force_logo_20220308095207.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/islamic2520revolutionary2520guard2520corps2520aerospace2520force_nation_20220308095207.png"
    },
    "rocket": {
        "id": 8353,
        "configuration": {
            "id": 505,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/505/?format=api",
            "name": "Qaem 100",
            "description": "",
            "family": "",
            "full_name": "Qaem 100",
            "manufacturer": {
                "id": 1032,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1032/?format=api",
                "name": "Islamic Revolutionary Guard Corps Aerospace Force",
                "featured": false,
                "type": "Government",
                "country_code": "IRN",
                "abbrev": "IRGCAF",
                "description": "The Islamic Revolutionary Guard Corps Aerospace Force is the strategic missile, air, and space force within the Islamic Revolutionary Guard Corps of Iran. It was renamed from the IRGC Air Force into the IRGC Aerospace Force in 2009.",
                "administrator": "Brigadier General: Ali Jafarabadi",
                "founding_year": "1985",
                "launchers": "Qased",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 6,
                "consecutive_successful_launches": 3,
                "successful_launches": 5,
                "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/Islamic_Revolutionary_Guard_Corps_Aerospace_Force#Space_Command",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/islamic2520revolutionary2520guard2520corps2520aerospace2520force_logo_20220308095207.png",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/islamic2520revolutionary2520guard2520corps2520aerospace2520force_nation_20220308095207.png"
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": null,
            "diameter": null,
            "maiden_flight": "2023-03-04",
            "launch_mass": null,
            "leo_capacity": 80,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/qaem_100_image_20240123065309.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Qaem_100",
            "total_launch_count": 3,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 1,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 6934,
        "launch_library_id": null,
        "name": "Chamran-1",
        "description": "Iranian technological demonstration satellite to test out a propulsion system, with mass of 60 kg.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        }
    },
    "pad": {
        "id": 115,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/115/?format=api",
        "agency_id": null,
        "name": "Launch Platform",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=36.200595,55.333939",
        "latitude": "36.200595",
        "longitude": "55.333939",
        "location": {
            "id": 145,
            "url": "https://ll.thespacedevs.com/2.0.0/location/145/?format=api",
            "name": "Shahrud Missile Test Site, Islamic Republic of Iran",
            "country_code": "IRN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_145_20200803142443.jpg",
            "total_launch_count": 6,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_115_20200803143303.jpg",
        "total_launch_count": 6
    },
    "infoURLs": [],
    "vidURLs": [],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/qaem_100_image_20240123065309.jpg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6758,
    "location_launch_attempt_count": 6,
    "pad_launch_attempt_count": 6,
    "agency_launch_attempt_count": 6,
    "orbital_launch_attempt_count_year": 169,
    "location_launch_attempt_count_year": 2,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 2
}