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/2baf1b13-6159-4640-864d-7959f9bfe978/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "2baf1b13-6159-4640-864d-7959f9bfe978",
    "url": "https://lldev.thespacedevs.com/2.0.0/launch/2baf1b13-6159-4640-864d-7959f9bfe978/?format=api",
    "launch_library_id": null,
    "slug": "kairos-flight-2",
    "name": "KAIROS | Flight 2",
    "status": {
        "id": 4,
        "name": "Failure"
    },
    "net": "2024-12-18T02:00:00Z",
    "window_end": "2024-12-18T02:20:00Z",
    "window_start": "2024-12-18T02:00:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": "Vehicle lost attitude control after first stage motor nozzle thrust vector control (TVC) failure at T+80s.",
    "hashtag": null,
    "launch_service_provider": {
        "id": 1083,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1083/?format=api",
        "name": "Space One",
        "featured": false,
        "type": "Commercial",
        "country_code": "JPN",
        "abbrev": "Space One",
        "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites",
        "administrator": null,
        "founding_year": "2018",
        "launchers": "KAIROS",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 2,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 2,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.space-one.co.jp/",
        "wiki_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520one_logo_20240216144545.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520one_nation_20240216144545.png"
    },
    "rocket": {
        "id": 8310,
        "configuration": {
            "id": 507,
            "launch_library_id": null,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/507/?format=api",
            "name": "KAIROS",
            "description": "4-stage all solid fuel small satellite launch vehicle from the Japanese company Space One, founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan.",
            "family": "",
            "full_name": "Kii-based Advanced & Instant ROcket System",
            "manufacturer": {
                "id": 1083,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1083/?format=api",
                "name": "Space One",
                "featured": false,
                "type": "Commercial",
                "country_code": "JPN",
                "abbrev": "Space One",
                "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites",
                "administrator": null,
                "founding_year": "2018",
                "launchers": "KAIROS",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 2,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 2,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.space-one.co.jp/",
                "wiki_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520one_logo_20240216144545.png",
                "image_url": null,
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520one_nation_20240216144545.png"
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 18.0,
            "diameter": 1.35,
            "maiden_flight": "2024-03-13",
            "launch_mass": null,
            "leo_capacity": 250,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kairos_image_20240216144656.jpeg",
            "info_url": "https://www.space-one.co.jp/",
            "wiki_url": null,
            "total_launch_count": 2,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 2,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 6891,
        "launch_library_id": null,
        "name": "Flight 2",
        "description": "Second flight of the KAIROS launch vehicle. \r\n\r\n5 satellites for testing various technologies will be on board:\r\n\r\n* TATARA-1\r\n* PARUS-T1A\r\n* SC-Sat1\r\n* ISHIKI",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        }
    },
    "pad": {
        "id": 220,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/220/?format=api",
        "agency_id": null,
        "name": "Space One Launch Pad",
        "info_url": "https://www.space-one.co.jp/",
        "wiki_url": null,
        "map_url": null,
        "latitude": "33.544224",
        "longitude": "135.889502",
        "location": {
            "id": 166,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/166/?format=api",
            "name": "Spaceport Kii, Japan",
            "country_code": "JPN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_space_port_kii252c_japan_20240126073749.jpg",
            "total_launch_count": 2,
            "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_space_one_launch_pad_20240126074332.jpg",
        "total_launch_count": 2
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 10,
            "title": "【12/18配信】カイロスロケット2号機打上げライブ配信",
            "description": "カイロスロケット2号機の打上げの様子を生配信します。",
            "feature_image": "https://i.ytimg.com/vi/0V5X5q4GG40/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=0V5X5q4GG40"
        },
        {
            "priority": 11,
            "title": "カイロスロケット2号機見えるかな?串本町内より配信",
            "description": "2024.12.18  11:00(JST)に予定されているカイロスロケット2号機の打上げを串本町内からライブ配信する予定です。\n※現地の人出によっては電波の輻輳で配信ができない可能性があります。\n\nこのチャンネルのメンバーになって特典にアクセスしてください:\nhttps://www.youtube.com/channel/UCDkGOo9VQFjijIDZJidoNmg/join",
            "feature_image": "https://i.ytimg.com/vi/pMklPzc44eo/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=pMklPzc44eo"
        }
    ],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kairos_image_20240216144656.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 6838,
    "location_launch_attempt_count": 2,
    "pad_launch_attempt_count": 2,
    "agency_launch_attempt_count": 2,
    "orbital_launch_attempt_count_year": 249,
    "location_launch_attempt_count_year": 2,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 2
}