Modes

Levels of detail in the response - list, normal, detailed

Example - /launches/?mode=list

Filters

Parameters - agency_launch_attempt_count, agency_launch_attempt_count__gt, agency_launch_attempt_count__gte, agency_launch_attempt_count__lt, agency_launch_attempt_count__lte, agency_launch_attempt_count_year, agency_launch_attempt_count_year__gt, agency_launch_attempt_count_year__gte, agency_launch_attempt_count_year__lt, agency_launch_attempt_count_year__lte, day, id, include_suborbital, is_crewed, last_updated__gte, last_updated__lte, launch_designator, launcher_config__id, location__ids, location_launch_attempt_count, location_launch_attempt_count__gt, location_launch_attempt_count__gte, location_launch_attempt_count__lt, location_launch_attempt_count__lte, location_launch_attempt_count_year, location_launch_attempt_count_year__gt, location_launch_attempt_count_year__gte, location_launch_attempt_count_year__lt, location_launch_attempt_count_year__lte, lsp__id, lsp__name, mission__orbit__celestial_body__id, mission__orbit__name, mission__orbit__name__icontains, month, name, net__gt, net__gte, net__lt, net__lte, orbital_launch_attempt_count, orbital_launch_attempt_count__gt, orbital_launch_attempt_count__gte, orbital_launch_attempt_count__lt, orbital_launch_attempt_count__lte, orbital_launch_attempt_count_year, orbital_launch_attempt_count_year__gt, orbital_launch_attempt_count_year__gte, orbital_launch_attempt_count_year__lt, orbital_launch_attempt_count_year__lte, pad, pad__location, pad__location__celestial_body__id, pad_launch_attempt_count, pad_launch_attempt_count__gt, pad_launch_attempt_count__gte, pad_launch_attempt_count__lt, pad_launch_attempt_count__lte, pad_launch_attempt_count_year, pad_launch_attempt_count_year__gt, pad_launch_attempt_count_year__gte, pad_launch_attempt_count_year__lt, pad_launch_attempt_count_year__lte, program, related_lsp__id, related_lsp__name, rocket__configuration__full_name, rocket__configuration__full_name__icontains, rocket__configuration__id, rocket__configuration__manufacturer__name, rocket__configuration__manufacturer__name__icontains, rocket__configuration__name, rocket__spacecraftflight__spacecraft__id, rocket__spacecraftflight__spacecraft__name, rocket__spacecraftflight__spacecraft__name__icontains, serial_number, slug, spacecraft_config__ids, status, status__ids, video_url, window_end__gt, window_end__gte, window_end__lt, window_end__lte, window_start__gt, window_start__gte, window_start__lt, window_start__lte, year

Example - /launches/?pad__location=13

Fields searched - launch_designator, launch_service_provider__name, mission__name, name, pad__location__name, pad__name, rocket__configuration__manufacturer__abbrev, rocket__configuration__manufacturer__name, rocket__configuration__name, rocket__spacecraftflight__spacecraft__name

Example - /launches/?search=Starlink

Ordering

Fields - id, last_updated, name, net

Example - /launches/?ordering=-last_updated

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /launches/?limit=2

Format

Switch to JSON output - /launches/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/launches/3e461ec0-8b64-4804-b9aa-e1e1f066065a/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "3e461ec0-8b64-4804-b9aa-e1e1f066065a",
    "url": "https://lldev.thespacedevs.com/2.3.0/launches/3e461ec0-8b64-4804-b9aa-e1e1f066065a/?format=api",
    "name": "Ariane 62 | Maiden Flight",
    "response_mode": "detailed",
    "slug": "ariane-62-maiden-flight",
    "launch_designator": "2024-128",
    "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
    },
    "last_updated": "2024-07-10T23:33:34Z",
    "net": "2024-07-09T19:00:00Z",
    "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "window_end": "2024-07-09T22:00:00Z",
    "window_start": "2024-07-09T18:00:00Z",
    "image": {
        "id": 2123,
        "name": "Ariane 62 liftoff (Maiden Flight)",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_thumbnail_20240711132056.jpeg",
        "credit": "ESA/CNES/Arianespace/ArianeGroup/Optique vidéo du CSG–S. Martin",
        "license": {
            "id": 2,
            "name": "ESA Standard Licence",
            "priority": 2,
            "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
        },
        "single_use": false,
        "variants": []
    },
    "infographic": null,
    "probability": null,
    "weather_concerns": null,
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "response_mode": "normal",
        "id": 27,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "abbrev": "ESA",
        "type": {
            "id": 2,
            "name": "Multinational"
        },
        "featured": false,
        "country": [
            {
                "id": 1,
                "name": "France",
                "alpha_2_code": "FR",
                "alpha_3_code": "FRA",
                "nationality_name": "French",
                "nationality_name_composed": "Franco"
            },
            {
                "id": 3,
                "name": "Italy",
                "alpha_2_code": "IT",
                "alpha_3_code": "ITA",
                "nationality_name": "Italian",
                "nationality_name_composed": "Italo"
            },
            {
                "id": 4,
                "name": "Germany",
                "alpha_2_code": "DE",
                "alpha_3_code": "DEU",
                "nationality_name": "German",
                "nationality_name_composed": "Germano"
            },
            {
                "id": 7,
                "name": "Spain",
                "alpha_2_code": "ES",
                "alpha_3_code": "ESP",
                "nationality_name": "Spanish",
                "nationality_name_composed": "Hispano"
            },
            {
                "id": 8,
                "name": "Switzerland",
                "alpha_2_code": "CH",
                "alpha_3_code": "CHE",
                "nationality_name": "Swiss",
                "nationality_name_composed": "Swiss"
            },
            {
                "id": 10,
                "name": "United Kingdom",
                "alpha_2_code": "GB",
                "alpha_3_code": "GBR",
                "nationality_name": "British",
                "nationality_name_composed": "Brito"
            },
            {
                "id": 11,
                "name": "Austria",
                "alpha_2_code": "AT",
                "alpha_3_code": "AUT",
                "nationality_name": "Austrian",
                "nationality_name_composed": "Austro"
            },
            {
                "id": 15,
                "name": "Sweden",
                "alpha_2_code": "SE",
                "alpha_3_code": "SWE",
                "nationality_name": "Swedish",
                "nationality_name_composed": "Swedo"
            },
            {
                "id": 20,
                "name": "Belgium",
                "alpha_2_code": "BE",
                "alpha_3_code": "BEL",
                "nationality_name": "Belgian",
                "nationality_name_composed": "Belgo"
            },
            {
                "id": 23,
                "name": "Portugal",
                "alpha_2_code": "PT",
                "alpha_3_code": "PRT",
                "nationality_name": "Portuguese",
                "nationality_name_composed": "Luso"
            },
            {
                "id": 27,
                "name": "Netherlands",
                "alpha_2_code": "NL",
                "alpha_3_code": "NLD",
                "nationality_name": "Dutch",
                "nationality_name_composed": "Dutch"
            },
            {
                "id": 31,
                "name": "Hungary",
                "alpha_2_code": "HU",
                "alpha_3_code": "HUN",
                "nationality_name": "Hungarian",
                "nationality_name_composed": "Hungarian"
            },
            {
                "id": 39,
                "name": "Poland",
                "alpha_2_code": "PL",
                "alpha_3_code": "POL",
                "nationality_name": "Polish",
                "nationality_name_composed": "Polono"
            },
            {
                "id": 45,
                "name": "Denmark",
                "alpha_2_code": "DK",
                "alpha_3_code": "DNK",
                "nationality_name": "Danish",
                "nationality_name_composed": "Dano"
            },
            {
                "id": 46,
                "name": "Czechia",
                "alpha_2_code": "CZ",
                "alpha_3_code": "CZE",
                "nationality_name": "Czech",
                "nationality_name_composed": "Czech"
            },
            {
                "id": 47,
                "name": "Romania",
                "alpha_2_code": "RO",
                "alpha_3_code": "ROU",
                "nationality_name": "Romanian",
                "nationality_name_composed": "Romanian"
            },
            {
                "id": 49,
                "name": "Norway",
                "alpha_2_code": "NO",
                "alpha_3_code": "NOR",
                "nationality_name": "Norwegian",
                "nationality_name_composed": "Norwegian"
            },
            {
                "id": 77,
                "name": "Finland",
                "alpha_2_code": "FI",
                "alpha_3_code": "FIN",
                "nationality_name": "Finnish",
                "nationality_name_composed": "Finno"
            },
            {
                "id": 78,
                "name": "Greece",
                "alpha_2_code": "GR",
                "alpha_3_code": "GRC",
                "nationality_name": "Greek",
                "nationality_name_composed": "Greco"
            },
            {
                "id": 80,
                "name": "Estonia",
                "alpha_2_code": "EE",
                "alpha_3_code": "EST",
                "nationality_name": "Estonian",
                "nationality_name_composed": "Estonian"
            },
            {
                "id": 81,
                "name": "Ireland",
                "alpha_2_code": "IE",
                "alpha_3_code": "IRL",
                "nationality_name": "Irish",
                "nationality_name_composed": "Irish"
            },
            {
                "id": 85,
                "name": "Luxembourg",
                "alpha_2_code": "LU",
                "alpha_3_code": "LUX",
                "nationality_name": "Luxembourger",
                "nationality_name_composed": "Luxembourgish"
            },
            {
                "id": 86,
                "name": "Slovenia",
                "alpha_2_code": "SI",
                "alpha_3_code": "SVN",
                "nationality_name": "Slovenian",
                "nationality_name_composed": "Slovenian"
            }
        ],
        "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
        "administrator": "Director General: Josef Aschbacher",
        "founding_year": 1975,
        "launchers": "Ariane | Vega",
        "spacecraft": "Space Rider",
        "parent": null,
        "image": {
            "id": 2324,
            "name": "ESA patch floating in the ISS Cupola",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_thumbnail_20250211192110.png",
            "credit": "ESA",
            "license": {
                "id": 2,
                "name": "ESA Standard Licence",
                "priority": 2,
                "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
            },
            "single_use": false,
            "variants": []
        },
        "logo": {
            "id": 130,
            "name": "European Space Agency logo",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184947.png",
            "credit": "ESA",
            "license": {
                "id": 2,
                "name": "ESA Standard Licence",
                "priority": 2,
                "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
            },
            "single_use": true,
            "variants": []
        },
        "social_logo": {
            "id": 130,
            "name": "European Space Agency logo",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184947.png",
            "credit": "ESA",
            "license": {
                "id": 2,
                "name": "ESA Standard Licence",
                "priority": 2,
                "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
            },
            "single_use": true,
            "variants": []
        },
        "total_launch_count": 7,
        "consecutive_successful_launches": 5,
        "successful_launches": 6,
        "failed_launches": 1,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "successful_landings_spacecraft": 0,
        "failed_landings_spacecraft": 0,
        "attempted_landings_spacecraft": 0,
        "successful_landings_payload": 0,
        "failed_landings_payload": 0,
        "attempted_landings_payload": 0,
        "info_url": "http://www.esa.int/",
        "wiki_url": "http://en.wikipedia.org/wiki/European_Space_Agency",
        "social_media_links": [
            {
                "id": 242,
                "social_media": {
                    "id": 3,
                    "name": "Homepage",
                    "url": null,
                    "logo": null
                },
                "url": "https://www.esa.int/"
            },
            {
                "id": 243,
                "social_media": {
                    "id": 4,
                    "name": "LinkedIn",
                    "url": "https://www.linkedin.com/",
                    "logo": {
                        "id": 2321,
                        "name": "LinkedIn logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_20250211191111.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_thumbnail_20250211191112.png",
                        "credit": "LinkedIn",
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "url": "https://www.linkedin.com/company/european-space-agency/"
            },
            {
                "id": 244,
                "social_media": {
                    "id": 2,
                    "name": "Instagram",
                    "url": "https://instagram.com",
                    "logo": {
                        "id": 2322,
                        "name": "Instagram logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
                        "credit": "Instagram",
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "url": "https://www.instagram.com/europeanspaceagency/"
            },
            {
                "id": 245,
                "social_media": {
                    "id": 1,
                    "name": "X",
                    "url": "https://x.com",
                    "logo": {
                        "id": 2320,
                        "name": "X logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                        "credit": "X",
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "url": "https://x.com/esa"
            },
            {
                "id": 246,
                "social_media": {
                    "id": 5,
                    "name": "Bluesky",
                    "url": "https://bsky.app/",
                    "logo": {
                        "id": 2323,
                        "name": "Bluesky logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bluesky_logo_image_20250211191214.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bluesky_logo_image_thumbnail_20250211191214.png",
                        "credit": "Bluesky",
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                "url": "https://bsky.app/profile/esa.int"
            }
        ]
    },
    "rocket": {
        "id": 2226,
        "configuration": {
            "response_mode": "detailed",
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/121/?format=api",
            "name": "Ariane 62",
            "families": [
                {
                    "response_mode": "detailed",
                    "id": 59,
                    "name": "Ariane",
                    "manufacturer": [
                        {
                            "response_mode": "normal",
                            "id": 115,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/115/?format=api",
                            "name": "Arianespace",
                            "abbrev": "ASA",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            },
                            "featured": true,
                            "country": [
                                {
                                    "id": 1,
                                    "name": "France",
                                    "alpha_2_code": "FR",
                                    "alpha_3_code": "FRA",
                                    "nationality_name": "French",
                                    "nationality_name_composed": "Franco"
                                }
                            ],
                            "description": "Arianespace SA is a multinational company founded in 1980 as the world's first commercial launch service provider. It undertakes the production, operation, and marketing of the Ariane programme. Their vehicles launch exclusively from French Guiana in South America.",
                            "administrator": "CEO: David Cavaillolès",
                            "founding_year": 1980,
                            "launchers": "Ariane | Vega",
                            "spacecraft": "",
                            "parent": "ArianeGroup",
                            "image": {
                                "id": 1692,
                                "name": "Ariane 62 on ELA-4 (Maiden Flight)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_thumbnail_20240708201808.jpeg",
                                "credit": "ESA/L. Bourgeon",
                                "license": {
                                    "id": 2,
                                    "name": "ESA Standard Licence",
                                    "priority": 2,
                                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                                },
                                "single_use": false,
                                "variants": []
                            },
                            "logo": {
                                "id": 108,
                                "name": "Arianespace blue logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_logo_20210603173752.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184909.png",
                                "credit": "Arianespace",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": [
                                    {
                                        "id": 11,
                                        "type": {
                                            "id": 1,
                                            "name": "transparent for light background"
                                        },
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/arianespace_log_image_20250211184850.png"
                                    },
                                    {
                                        "id": 12,
                                        "type": {
                                            "id": 2,
                                            "name": "transparent for dark background"
                                        },
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/arianespace_log_image_20250211184853.png"
                                    }
                                ]
                            },
                            "social_logo": {
                                "id": 39,
                                "name": "Arianespace social logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_nation_20230530190314.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184728.jpeg",
                                "credit": "Arianespace",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "total_launch_count": 318,
                            "consecutive_successful_launches": 6,
                            "successful_launches": 303,
                            "failed_launches": 15,
                            "pending_launches": 49,
                            "consecutive_successful_landings": 0,
                            "successful_landings": 0,
                            "failed_landings": 0,
                            "attempted_landings": 0,
                            "successful_landings_spacecraft": 0,
                            "failed_landings_spacecraft": 0,
                            "attempted_landings_spacecraft": 0,
                            "successful_landings_payload": 0,
                            "failed_landings_payload": 0,
                            "attempted_landings_payload": 0,
                            "info_url": "http://www.arianespace.com",
                            "wiki_url": "http://en.wikipedia.org/wiki/Arianespace",
                            "social_media_links": [
                                {
                                    "id": 247,
                                    "social_media": {
                                        "id": 3,
                                        "name": "Homepage",
                                        "url": null,
                                        "logo": null
                                    },
                                    "url": "https://www.arianespace.com/"
                                },
                                {
                                    "id": 248,
                                    "social_media": {
                                        "id": 4,
                                        "name": "LinkedIn",
                                        "url": "https://www.linkedin.com/",
                                        "logo": {
                                            "id": 2321,
                                            "name": "LinkedIn logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_20250211191111.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_thumbnail_20250211191112.png",
                                            "credit": "LinkedIn",
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "url": "https://www.linkedin.com/company/arianespace_2/"
                                },
                                {
                                    "id": 249,
                                    "social_media": {
                                        "id": 2,
                                        "name": "Instagram",
                                        "url": "https://instagram.com",
                                        "logo": {
                                            "id": 2322,
                                            "name": "Instagram logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
                                            "credit": "Instagram",
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "url": "https://www.instagram.com/arianespace/"
                                },
                                {
                                    "id": 250,
                                    "social_media": {
                                        "id": 1,
                                        "name": "X",
                                        "url": "https://x.com",
                                        "logo": {
                                            "id": 2320,
                                            "name": "X logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                                            "credit": "X",
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "url": "https://x.com/Arianespace/"
                                }
                            ]
                        }
                    ],
                    "parent": null,
                    "description": "",
                    "active": true,
                    "maiden_flight": "1979-12-24",
                    "total_launch_count": 263,
                    "consecutive_successful_launches": 22,
                    "successful_launches": 251,
                    "failed_launches": 12,
                    "pending_launches": 28,
                    "attempted_landings": 0,
                    "successful_landings": 0,
                    "failed_landings": 0,
                    "consecutive_successful_landings": 0
                },
                {
                    "response_mode": "detailed",
                    "id": 62,
                    "name": "Ariane 6",
                    "manufacturer": [
                        {
                            "response_mode": "normal",
                            "id": 115,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/115/?format=api",
                            "name": "Arianespace",
                            "abbrev": "ASA",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            },
                            "featured": true,
                            "country": [
                                {
                                    "id": 1,
                                    "name": "France",
                                    "alpha_2_code": "FR",
                                    "alpha_3_code": "FRA",
                                    "nationality_name": "French",
                                    "nationality_name_composed": "Franco"
                                }
                            ],
                            "description": "Arianespace SA is a multinational company founded in 1980 as the world's first commercial launch service provider. It undertakes the production, operation, and marketing of the Ariane programme. Their vehicles launch exclusively from French Guiana in South America.",
                            "administrator": "CEO: David Cavaillolès",
                            "founding_year": 1980,
                            "launchers": "Ariane | Vega",
                            "spacecraft": "",
                            "parent": "ArianeGroup",
                            "image": {
                                "id": 1692,
                                "name": "Ariane 62 on ELA-4 (Maiden Flight)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_thumbnail_20240708201808.jpeg",
                                "credit": "ESA/L. Bourgeon",
                                "license": {
                                    "id": 2,
                                    "name": "ESA Standard Licence",
                                    "priority": 2,
                                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                                },
                                "single_use": false,
                                "variants": []
                            },
                            "logo": {
                                "id": 108,
                                "name": "Arianespace blue logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_logo_20210603173752.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184909.png",
                                "credit": "Arianespace",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": [
                                    {
                                        "id": 11,
                                        "type": {
                                            "id": 1,
                                            "name": "transparent for light background"
                                        },
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/arianespace_log_image_20250211184850.png"
                                    },
                                    {
                                        "id": 12,
                                        "type": {
                                            "id": 2,
                                            "name": "transparent for dark background"
                                        },
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/arianespace_log_image_20250211184853.png"
                                    }
                                ]
                            },
                            "social_logo": {
                                "id": 39,
                                "name": "Arianespace social logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_nation_20230530190314.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184728.jpeg",
                                "credit": "Arianespace",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "total_launch_count": 318,
                            "consecutive_successful_launches": 6,
                            "successful_launches": 303,
                            "failed_launches": 15,
                            "pending_launches": 49,
                            "consecutive_successful_landings": 0,
                            "successful_landings": 0,
                            "failed_landings": 0,
                            "attempted_landings": 0,
                            "successful_landings_spacecraft": 0,
                            "failed_landings_spacecraft": 0,
                            "attempted_landings_spacecraft": 0,
                            "successful_landings_payload": 0,
                            "failed_landings_payload": 0,
                            "attempted_landings_payload": 0,
                            "info_url": "http://www.arianespace.com",
                            "wiki_url": "http://en.wikipedia.org/wiki/Arianespace",
                            "social_media_links": [
                                {
                                    "id": 247,
                                    "social_media": {
                                        "id": 3,
                                        "name": "Homepage",
                                        "url": null,
                                        "logo": null
                                    },
                                    "url": "https://www.arianespace.com/"
                                },
                                {
                                    "id": 248,
                                    "social_media": {
                                        "id": 4,
                                        "name": "LinkedIn",
                                        "url": "https://www.linkedin.com/",
                                        "logo": {
                                            "id": 2321,
                                            "name": "LinkedIn logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_20250211191111.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_thumbnail_20250211191112.png",
                                            "credit": "LinkedIn",
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "url": "https://www.linkedin.com/company/arianespace_2/"
                                },
                                {
                                    "id": 249,
                                    "social_media": {
                                        "id": 2,
                                        "name": "Instagram",
                                        "url": "https://instagram.com",
                                        "logo": {
                                            "id": 2322,
                                            "name": "Instagram logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
                                            "credit": "Instagram",
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "url": "https://www.instagram.com/arianespace/"
                                },
                                {
                                    "id": 250,
                                    "social_media": {
                                        "id": 1,
                                        "name": "X",
                                        "url": "https://x.com",
                                        "logo": {
                                            "id": 2320,
                                            "name": "X logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                                            "credit": "X",
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "url": "https://x.com/Arianespace/"
                                }
                            ]
                        }
                    ],
                    "parent": {
                        "response_mode": "normal",
                        "id": 59,
                        "name": "Ariane",
                        "manufacturer": [
                            {
                                "response_mode": "normal",
                                "id": 115,
                                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/115/?format=api",
                                "name": "Arianespace",
                                "abbrev": "ASA",
                                "type": {
                                    "id": 3,
                                    "name": "Commercial"
                                },
                                "featured": true,
                                "country": [
                                    {
                                        "id": 1,
                                        "name": "France",
                                        "alpha_2_code": "FR",
                                        "alpha_3_code": "FRA",
                                        "nationality_name": "French",
                                        "nationality_name_composed": "Franco"
                                    }
                                ],
                                "description": "Arianespace SA is a multinational company founded in 1980 as the world's first commercial launch service provider. It undertakes the production, operation, and marketing of the Ariane programme. Their vehicles launch exclusively from French Guiana in South America.",
                                "administrator": "CEO: David Cavaillolès",
                                "founding_year": 1980,
                                "launchers": "Ariane | Vega",
                                "spacecraft": "",
                                "parent": "ArianeGroup",
                                "image": {
                                    "id": 1692,
                                    "name": "Ariane 62 on ELA-4 (Maiden Flight)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_thumbnail_20240708201808.jpeg",
                                    "credit": "ESA/L. Bourgeon",
                                    "license": {
                                        "id": 2,
                                        "name": "ESA Standard Licence",
                                        "priority": 2,
                                        "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                                    },
                                    "single_use": false,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 108,
                                    "name": "Arianespace blue logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_logo_20210603173752.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184909.png",
                                    "credit": "Arianespace",
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": [
                                        {
                                            "id": 11,
                                            "type": {
                                                "id": 1,
                                                "name": "transparent for light background"
                                            },
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/arianespace_log_image_20250211184850.png"
                                        },
                                        {
                                            "id": 12,
                                            "type": {
                                                "id": 2,
                                                "name": "transparent for dark background"
                                            },
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/arianespace_log_image_20250211184853.png"
                                        }
                                    ]
                                },
                                "social_logo": {
                                    "id": 39,
                                    "name": "Arianespace social logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_nation_20230530190314.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184728.jpeg",
                                    "credit": "Arianespace",
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            }
                        ],
                        "parent": null
                    },
                    "description": "",
                    "active": true,
                    "maiden_flight": "2024-07-09",
                    "total_launch_count": 2,
                    "consecutive_successful_launches": 2,
                    "successful_launches": 2,
                    "failed_launches": 0,
                    "pending_launches": 28,
                    "attempted_landings": 0,
                    "successful_landings": 0,
                    "failed_landings": 0,
                    "consecutive_successful_landings": 0
                }
            ],
            "full_name": "Ariane 62",
            "variant": "62",
            "active": true,
            "is_placeholder": false,
            "manufacturer": {
                "response_mode": "normal",
                "id": 1044,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1044/?format=api",
                "name": "ArianeGroup",
                "abbrev": "AG",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 1,
                        "name": "France",
                        "alpha_2_code": "FR",
                        "alpha_3_code": "FRA",
                        "nationality_name": "French",
                        "nationality_name_composed": "Franco"
                    }
                ],
                "description": "ArianeGroup (formerly Airbus Safran Launchers) is an aerospace company based in France. A joint venture between Airbus and Safran, the company was founded in 2015 and is headquartered in Issy-les-Moulineaux. It consists of three core arms: aerospace, defence and security.",
                "administrator": "CEO: Martin Sion",
                "founding_year": 2015,
                "launchers": "Ariane",
                "spacecraft": "",
                "parent": null,
                "image": {
                    "id": 1692,
                    "name": "Ariane 62 on ELA-4 (Maiden Flight)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_thumbnail_20240708201808.jpeg",
                    "credit": "ESA/L. Bourgeon",
                    "license": {
                        "id": 2,
                        "name": "ESA Standard Licence",
                        "priority": 2,
                        "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                    },
                    "single_use": false,
                    "variants": []
                },
                "logo": {
                    "id": 107,
                    "name": "ArianeGroup logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianegroup_logo_20221130111224.PNG",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184908.png",
                    "credit": "ArianeGroup",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": [
                        {
                            "id": 13,
                            "type": {
                                "id": 1,
                                "name": "transparent for light background"
                            },
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/arianegroup_log_image_20250211190245.PNG"
                        },
                        {
                            "id": 14,
                            "type": {
                                "id": 2,
                                "name": "transparent for dark background"
                            },
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/arianegroup_log_image_20250211190245.PNG"
                        }
                    ]
                },
                "social_logo": {
                    "id": 38,
                    "name": "ArianeGroup social logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianegroup_nation_20230802053255.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184726.jpeg",
                    "credit": "ArianeGroup",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "total_launch_count": 0,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 0,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 0,
                "failed_landings_spacecraft": 0,
                "attempted_landings_spacecraft": 0,
                "successful_landings_payload": 0,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 0,
                "info_url": "https://www.ariane.group/",
                "wiki_url": "https://en.wikipedia.org/wiki/ArianeGroup",
                "social_media_links": [
                    {
                        "id": 234,
                        "social_media": {
                            "id": 3,
                            "name": "Homepage",
                            "url": null,
                            "logo": null
                        },
                        "url": "https://ariane.group/"
                    },
                    {
                        "id": 235,
                        "social_media": {
                            "id": 4,
                            "name": "LinkedIn",
                            "url": "https://www.linkedin.com/",
                            "logo": {
                                "id": 2321,
                                "name": "LinkedIn logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_20250211191111.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_thumbnail_20250211191112.png",
                                "credit": "LinkedIn",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://www.linkedin.com/company/arianegroup/"
                    },
                    {
                        "id": 236,
                        "social_media": {
                            "id": 2,
                            "name": "Instagram",
                            "url": "https://instagram.com",
                            "logo": {
                                "id": 2322,
                                "name": "Instagram logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
                                "credit": "Instagram",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://www.instagram.com/arianegroup/"
                    },
                    {
                        "id": 237,
                        "social_media": {
                            "id": 1,
                            "name": "X",
                            "url": "https://x.com",
                            "logo": {
                                "id": 2320,
                                "name": "X logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                                "credit": "X",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://x.com/ArianeGroup"
                    },
                    {
                        "id": 274,
                        "social_media": {
                            "id": 5,
                            "name": "Bluesky",
                            "url": "https://bsky.app/",
                            "logo": {
                                "id": 2323,
                                "name": "Bluesky logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bluesky_logo_image_20250211191214.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bluesky_logo_image_thumbnail_20250211191214.png",
                                "credit": "Bluesky",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://bsky.app/profile/arianegroup.bsky.social"
                    }
                ]
            },
            "program": [],
            "reusable": false,
            "image": {
                "id": 2123,
                "name": "Ariane 62 liftoff (Maiden Flight)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_thumbnail_20240711132056.jpeg",
                "credit": "ESA/CNES/Arianespace/ArianeGroup/Optique vidéo du CSG–S. Martin",
                "license": {
                    "id": 2,
                    "name": "ESA Standard Licence",
                    "priority": 2,
                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                },
                "single_use": false,
                "variants": []
            },
            "info_url": "http://www.arianespace.com/wp-content/uploads/2017/02/Ariane6_Users-Manual_February2017.pdf",
            "wiki_url": "https://en.wikipedia.org/wiki/Ariane_6",
            "description": "The Ariane 6 family is currently under development by the European Space Agency, with two variations including the Ariane 62 with two solid boosters intended for government and scientific missions.",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 63.0,
            "diameter": 5.4,
            "maiden_flight": "2024-07-09",
            "launch_cost": 85000000,
            "launch_mass": 530.0,
            "leo_capacity": 10350.0,
            "gto_capacity": 5000.0,
            "geo_capacity": null,
            "sso_capacity": 6450.0,
            "to_thrust": 10370.0,
            "apogee": null,
            "total_launch_count": 2,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 0,
            "pending_launches": 11,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0,
            "fastest_turnaround": "P239DT21H24M26S"
        },
        "launcher_stage": [],
        "spacecraft_stage": [],
        "payloads": []
    },
    "mission": {
        "id": 6520,
        "name": "Maiden Flight",
        "type": "Test Flight",
        "description": "Maiden Flight of the Ariane 62 launch vehicle, carrying ten cubesats, two deployers, five experiments, and two reentry capsules.",
        "image": null,
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        "agencies": [
            {
                "response_mode": "normal",
                "id": 27,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "abbrev": "ESA",
                "type": {
                    "id": 2,
                    "name": "Multinational"
                },
                "featured": false,
                "country": [
                    {
                        "id": 1,
                        "name": "France",
                        "alpha_2_code": "FR",
                        "alpha_3_code": "FRA",
                        "nationality_name": "French",
                        "nationality_name_composed": "Franco"
                    },
                    {
                        "id": 3,
                        "name": "Italy",
                        "alpha_2_code": "IT",
                        "alpha_3_code": "ITA",
                        "nationality_name": "Italian",
                        "nationality_name_composed": "Italo"
                    },
                    {
                        "id": 4,
                        "name": "Germany",
                        "alpha_2_code": "DE",
                        "alpha_3_code": "DEU",
                        "nationality_name": "German",
                        "nationality_name_composed": "Germano"
                    },
                    {
                        "id": 7,
                        "name": "Spain",
                        "alpha_2_code": "ES",
                        "alpha_3_code": "ESP",
                        "nationality_name": "Spanish",
                        "nationality_name_composed": "Hispano"
                    },
                    {
                        "id": 8,
                        "name": "Switzerland",
                        "alpha_2_code": "CH",
                        "alpha_3_code": "CHE",
                        "nationality_name": "Swiss",
                        "nationality_name_composed": "Swiss"
                    },
                    {
                        "id": 10,
                        "name": "United Kingdom",
                        "alpha_2_code": "GB",
                        "alpha_3_code": "GBR",
                        "nationality_name": "British",
                        "nationality_name_composed": "Brito"
                    },
                    {
                        "id": 11,
                        "name": "Austria",
                        "alpha_2_code": "AT",
                        "alpha_3_code": "AUT",
                        "nationality_name": "Austrian",
                        "nationality_name_composed": "Austro"
                    },
                    {
                        "id": 15,
                        "name": "Sweden",
                        "alpha_2_code": "SE",
                        "alpha_3_code": "SWE",
                        "nationality_name": "Swedish",
                        "nationality_name_composed": "Swedo"
                    },
                    {
                        "id": 20,
                        "name": "Belgium",
                        "alpha_2_code": "BE",
                        "alpha_3_code": "BEL",
                        "nationality_name": "Belgian",
                        "nationality_name_composed": "Belgo"
                    },
                    {
                        "id": 23,
                        "name": "Portugal",
                        "alpha_2_code": "PT",
                        "alpha_3_code": "PRT",
                        "nationality_name": "Portuguese",
                        "nationality_name_composed": "Luso"
                    },
                    {
                        "id": 27,
                        "name": "Netherlands",
                        "alpha_2_code": "NL",
                        "alpha_3_code": "NLD",
                        "nationality_name": "Dutch",
                        "nationality_name_composed": "Dutch"
                    },
                    {
                        "id": 31,
                        "name": "Hungary",
                        "alpha_2_code": "HU",
                        "alpha_3_code": "HUN",
                        "nationality_name": "Hungarian",
                        "nationality_name_composed": "Hungarian"
                    },
                    {
                        "id": 39,
                        "name": "Poland",
                        "alpha_2_code": "PL",
                        "alpha_3_code": "POL",
                        "nationality_name": "Polish",
                        "nationality_name_composed": "Polono"
                    },
                    {
                        "id": 45,
                        "name": "Denmark",
                        "alpha_2_code": "DK",
                        "alpha_3_code": "DNK",
                        "nationality_name": "Danish",
                        "nationality_name_composed": "Dano"
                    },
                    {
                        "id": 46,
                        "name": "Czechia",
                        "alpha_2_code": "CZ",
                        "alpha_3_code": "CZE",
                        "nationality_name": "Czech",
                        "nationality_name_composed": "Czech"
                    },
                    {
                        "id": 47,
                        "name": "Romania",
                        "alpha_2_code": "RO",
                        "alpha_3_code": "ROU",
                        "nationality_name": "Romanian",
                        "nationality_name_composed": "Romanian"
                    },
                    {
                        "id": 49,
                        "name": "Norway",
                        "alpha_2_code": "NO",
                        "alpha_3_code": "NOR",
                        "nationality_name": "Norwegian",
                        "nationality_name_composed": "Norwegian"
                    },
                    {
                        "id": 77,
                        "name": "Finland",
                        "alpha_2_code": "FI",
                        "alpha_3_code": "FIN",
                        "nationality_name": "Finnish",
                        "nationality_name_composed": "Finno"
                    },
                    {
                        "id": 78,
                        "name": "Greece",
                        "alpha_2_code": "GR",
                        "alpha_3_code": "GRC",
                        "nationality_name": "Greek",
                        "nationality_name_composed": "Greco"
                    },
                    {
                        "id": 80,
                        "name": "Estonia",
                        "alpha_2_code": "EE",
                        "alpha_3_code": "EST",
                        "nationality_name": "Estonian",
                        "nationality_name_composed": "Estonian"
                    },
                    {
                        "id": 81,
                        "name": "Ireland",
                        "alpha_2_code": "IE",
                        "alpha_3_code": "IRL",
                        "nationality_name": "Irish",
                        "nationality_name_composed": "Irish"
                    },
                    {
                        "id": 85,
                        "name": "Luxembourg",
                        "alpha_2_code": "LU",
                        "alpha_3_code": "LUX",
                        "nationality_name": "Luxembourger",
                        "nationality_name_composed": "Luxembourgish"
                    },
                    {
                        "id": 86,
                        "name": "Slovenia",
                        "alpha_2_code": "SI",
                        "alpha_3_code": "SVN",
                        "nationality_name": "Slovenian",
                        "nationality_name_composed": "Slovenian"
                    }
                ],
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": 1975,
                "launchers": "Ariane | Vega",
                "spacecraft": "Space Rider",
                "parent": null,
                "image": {
                    "id": 2324,
                    "name": "ESA patch floating in the ISS Cupola",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_thumbnail_20250211192110.png",
                    "credit": "ESA",
                    "license": {
                        "id": 2,
                        "name": "ESA Standard Licence",
                        "priority": 2,
                        "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                    },
                    "single_use": false,
                    "variants": []
                },
                "logo": {
                    "id": 130,
                    "name": "European Space Agency logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184947.png",
                    "credit": "ESA",
                    "license": {
                        "id": 2,
                        "name": "ESA Standard Licence",
                        "priority": 2,
                        "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                    },
                    "single_use": true,
                    "variants": []
                },
                "social_logo": {
                    "id": 130,
                    "name": "European Space Agency logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184947.png",
                    "credit": "ESA",
                    "license": {
                        "id": 2,
                        "name": "ESA Standard Licence",
                        "priority": 2,
                        "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                    },
                    "single_use": true,
                    "variants": []
                },
                "total_launch_count": 7,
                "consecutive_successful_launches": 5,
                "successful_launches": 6,
                "failed_launches": 1,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 0,
                "failed_landings_spacecraft": 0,
                "attempted_landings_spacecraft": 0,
                "successful_landings_payload": 0,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 0,
                "info_url": "http://www.esa.int/",
                "wiki_url": "http://en.wikipedia.org/wiki/European_Space_Agency",
                "social_media_links": [
                    {
                        "id": 242,
                        "social_media": {
                            "id": 3,
                            "name": "Homepage",
                            "url": null,
                            "logo": null
                        },
                        "url": "https://www.esa.int/"
                    },
                    {
                        "id": 243,
                        "social_media": {
                            "id": 4,
                            "name": "LinkedIn",
                            "url": "https://www.linkedin.com/",
                            "logo": {
                                "id": 2321,
                                "name": "LinkedIn logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_20250211191111.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_thumbnail_20250211191112.png",
                                "credit": "LinkedIn",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://www.linkedin.com/company/european-space-agency/"
                    },
                    {
                        "id": 244,
                        "social_media": {
                            "id": 2,
                            "name": "Instagram",
                            "url": "https://instagram.com",
                            "logo": {
                                "id": 2322,
                                "name": "Instagram logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
                                "credit": "Instagram",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://www.instagram.com/europeanspaceagency/"
                    },
                    {
                        "id": 245,
                        "social_media": {
                            "id": 1,
                            "name": "X",
                            "url": "https://x.com",
                            "logo": {
                                "id": 2320,
                                "name": "X logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                                "credit": "X",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://x.com/esa"
                    },
                    {
                        "id": 246,
                        "social_media": {
                            "id": 5,
                            "name": "Bluesky",
                            "url": "https://bsky.app/",
                            "logo": {
                                "id": 2323,
                                "name": "Bluesky logo",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bluesky_logo_image_20250211191214.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bluesky_logo_image_thumbnail_20250211191214.png",
                                "credit": "Bluesky",
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            }
                        },
                        "url": "https://bsky.app/profile/esa.int"
                    }
                ]
            }
        ],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 67,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/67/?format=api",
        "active": true,
        "agencies": [
            {
                "response_mode": "normal",
                "id": 115,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/115/?format=api",
                "name": "Arianespace",
                "abbrev": "ASA",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": true,
                "country": [
                    {
                        "id": 1,
                        "name": "France",
                        "alpha_2_code": "FR",
                        "alpha_3_code": "FRA",
                        "nationality_name": "French",
                        "nationality_name_composed": "Franco"
                    }
                ],
                "description": "Arianespace SA is a multinational company founded in 1980 as the world's first commercial launch service provider. It undertakes the production, operation, and marketing of the Ariane programme. Their vehicles launch exclusively from French Guiana in South America.",
                "administrator": "CEO: David Cavaillolès",
                "founding_year": 1980,
                "launchers": "Ariane | Vega",
                "spacecraft": "",
                "parent": "ArianeGroup",
                "image": {
                    "id": 1692,
                    "name": "Ariane 62 on ELA-4 (Maiden Flight)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_thumbnail_20240708201808.jpeg",
                    "credit": "ESA/L. Bourgeon",
                    "license": {
                        "id": 2,
                        "name": "ESA Standard Licence",
                        "priority": 2,
                        "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                    },
                    "single_use": false,
                    "variants": []
                },
                "logo": {
                    "id": 108,
                    "name": "Arianespace blue logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_logo_20210603173752.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184909.png",
                    "credit": "Arianespace",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": [
                        {
                            "id": 11,
                            "type": {
                                "id": 1,
                                "name": "transparent for light background"
                            },
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/arianespace_log_image_20250211184850.png"
                        },
                        {
                            "id": 12,
                            "type": {
                                "id": 2,
                                "name": "transparent for dark background"
                            },
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/arianespace_log_image_20250211184853.png"
                        }
                    ]
                },
                "social_logo": {
                    "id": 39,
                    "name": "Arianespace social logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_nation_20230530190314.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184728.jpeg",
                    "credit": "Arianespace",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            }
        ],
        "name": "Ariane Launch Area 4",
        "image": {
            "id": 1978,
            "name": "ELA-4",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ela-4_image_20240310184036.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ela-4_image_thumbnail_20240310184037.jpeg",
            "credit": "ESA/CNES/Arianespace/Optique Vidéo du CSG - P. PIRON",
            "license": {
                "id": 2,
                "name": "ESA Standard Licence",
                "priority": 2,
                "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
            },
            "single_use": true,
            "variants": []
        },
        "description": "ELA-4, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. The complex is composed of a launch pad with mobile gantry, an horizontal assembly building and a dedicated launch operations building. ELA-4 is operated by Arianespace as part of the Ariane 6 program.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
        "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
        "latitude": 5.256319,
        "longitude": -52.786838,
        "country": {
            "id": 50,
            "name": "French Guiana",
            "alpha_2_code": "GF",
            "alpha_3_code": "GUF",
            "nationality_name": "French Guianan",
            "nationality_name_composed": "Franco-Guiano"
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
        "total_launch_count": 2,
        "orbital_launch_attempt_count": 2,
        "fastest_turnaround": "P239DT21H24M26S",
        "location": {
            "response_mode": "normal",
            "id": 13,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/13/?format=api",
            "name": "Guiana Space Centre, French Guiana",
            "celestial_body": {
                "response_mode": "normal",
                "id": 1,
                "name": "Earth",
                "type": {
                    "id": 1,
                    "name": "Planet"
                },
                "diameter": 12742000.0,
                "mass": 5.972168e+24,
                "gravity": 9.80655,
                "length_of_day": "1 00:00:00",
                "atmosphere": true,
                "image": {
                    "id": 2040,
                    "name": "Earth (Apollo 17)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": true,
                    "variants": []
                },
                "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                "total_attempted_launches": 7134,
                "successful_launches": 6592,
                "failed_launches": 542,
                "total_attempted_landings": 1093,
                "successful_landings": 1050,
                "failed_landings": 43
            },
            "active": true,
            "country": {
                "id": 50,
                "name": "French Guiana",
                "alpha_2_code": "GF",
                "alpha_3_code": "GUF",
                "nationality_name": "French Guianan",
                "nationality_name_composed": "Franco-Guiano"
            },
            "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
            "image": {
                "id": 2203,
                "name": "Vega & Ariane 5 pads at the Guiana Space Centre",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega_2526_aria_image_20240918154413.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega_2526_aria_image_thumbnail_20240918154414.jpeg",
                "credit": "ESA/S. Corvaja",
                "license": {
                    "id": 2,
                    "name": "ESA Standard Licence",
                    "priority": 2,
                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                },
                "single_use": true,
                "variants": []
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
            "longitude": -52.6903,
            "latitude": 5.169,
            "timezone_name": "America/Cayenne",
            "total_launch_count": 324,
            "total_landing_count": 0
        }
    },
    "webcast_live": false,
    "program": [],
    "orbital_launch_attempt_count": 6720,
    "location_launch_attempt_count": 321,
    "pad_launch_attempt_count": 1,
    "agency_launch_attempt_count": 7,
    "orbital_launch_attempt_count_year": 131,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "flightclub_url": null,
    "updates": [
        {
            "id": 1763,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "TBD towards the end of 2022",
            "info_url": "https://spacenews.com/arianespace-narrows-vega-c-and-ariane-6-maiden-flight-windows/",
            "created_by": "Nosu",
            "created_on": "2022-06-01T15:38:02Z"
        },
        {
            "id": 1858,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2023 (at 3:30 mark)",
            "info_url": "https://www.bbc.co.uk/sounds/play/w3ct32lg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-06-13T09:58:33Z"
        },
        {
            "id": 2646,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to Q4 2023",
            "info_url": "https://twitter.com/jeff_foust/status/1582750328776454146",
            "created_by": "Nosu",
            "created_on": "2022-10-19T16:46:17Z"
        },
        {
            "id": 3834,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2024",
            "info_url": "https://twitter.com/chenryspace/status/1648377695577817110",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-18T23:53:14Z"
        },
        {
            "id": 5365,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2 2024.",
            "info_url": "https://europeanspaceflight.com/ariane-6-development-suffers-another-setback/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-09T10:50:28Z"
        },
        {
            "id": 5384,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April-May 2024.",
            "info_url": "https://www.latribune.fr/entreprises-finance/industrie/aeronautique-defense/ariane-6-vers-un-premier-vol-en-avril-mai-2024-977533.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-11T22:41:32Z"
        },
        {
            "id": 5806,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting between June 15 and July 31, 2024",
            "info_url": "https://www.esa.int/Enabling_Support/Space_Transportation/Ariane/Ariane_6_joint_update_report_30_November_2023",
            "created_by": "Nosu",
            "created_on": "2023-11-30T08:10:41Z"
        },
        {
            "id": 7584,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early July.",
            "info_url": "https://www.esa.int/Enabling_Support/Space_Transportation/Ariane/Ariane_6_joint_update_report_21_May_2024",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-21T09:13:20Z"
        },
        {
            "id": 7727,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting July 9",
            "info_url": "https://europeanspaceflight.com/ariane-6-maiden-flight-scheduled-for-9-july/",
            "created_by": "Nosu",
            "created_on": "2024-06-05T07:49:40Z"
        },
        {
            "id": 7936,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window.",
            "info_url": "https://www.esa.int/ESA_Multimedia/Videos/2024/06/Media_briefing_on_Ariane_6_s_inaugural_flight",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-25T11:48:21Z"
        },
        {
            "id": 8016,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch window.",
            "info_url": "https://www.esa.int/Enabling_Support/Space_Transportation/Ariane",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-03T17:15:59Z"
        },
        {
            "id": 8052,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "T-0 delayed by an hour",
            "info_url": "https://x.com/esa/status/1810674507230617877",
            "created_by": "Nosu",
            "created_on": "2024-07-09T14:00:55Z"
        },
        {
            "id": 8053,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by European Space Agency, ESA has started",
            "info_url": "https://www.youtube.com/watch?v=B0oFpOJaIYc",
            "created_by": "LL2",
            "created_on": "2024-07-09T18:01:30Z"
        },
        {
            "id": 8054,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Liftoff",
            "info_url": "https://www.youtube.com/watch?v=B0oFpOJaIYc",
            "created_by": "Nosu",
            "created_on": "2024-07-09T19:00:22Z"
        },
        {
            "id": 8057,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Successful maiden flight of Ariane 6 from liftoff to payload separation in orbit.\r\nAn APU anomaly prevented the deorbit burn from happening, the reentry capsules will therefore remain attached to the second stage in orbit.",
            "info_url": "https://www.youtube.com/watch?v=B0oFpOJaIYc",
            "created_by": "Nosu",
            "created_on": "2024-07-09T23:18:24Z"
        }
    ],
    "info_urls": [
        {
            "priority": 9,
            "source": "www.esa.int",
            "title": "Ariane",
            "description": "Ariane",
            "feature_image": null,
            "url": "https://www.esa.int/Enabling_Support/Space_Transportation/Ariane",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        },
        {
            "priority": 10,
            "source": "esamultimedia.esa.int",
            "title": "",
            "description": "",
            "feature_image": null,
            "url": "https://esamultimedia.esa.int/docs/STS/ariane-6_media-kit_english.pdf",
            "type": {
                "id": 2,
                "name": "Official Press Kit"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 7,
            "source": "youtube.com",
            "publisher": "European Space Agency, ESA",
            "title": "Ariane 6 first flight (Official broadcast)",
            "description": "Liftoff is now scheduled no earlier than 16:00 local time (21:00 CEST), with the live stream starting at 15:30 local time (20:30 CEST).This is a big moment f...",
            "feature_image": "https://i.ytimg.com/vi/B0oFpOJaIYc/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=B0oFpOJaIYc",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-07-09T18:01:14Z",
            "end_time": "2024-07-09T23:02:42Z",
            "live": false
        },
        {
            "priority": 8,
            "source": "youtube.com",
            "publisher": "European Space Agency, ESA",
            "title": "Ariane 6 first flight - clean feed (Official broadcast)",
            "description": "Liftoff is now scheduled no earlier than 16:00 local time (21:00 CEST), with the live stream starting at 15:30 local time (20:30 CEST).This is a big moment f...",
            "feature_image": "https://i.ytimg.com/vi/ogXamYYJpQk/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=ogXamYYJpQk",
            "type": {
                "id": 5,
                "name": "Technical Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-07-09T18:00:57Z",
            "end_time": "2024-07-09T23:02:57Z",
            "live": false
        },
        {
            "priority": 9,
            "source": "youtube.com",
            "publisher": "European Space Agency, ESA",
            "title": "Premier vol d'Ariane 6 (Diffusion officielle)",
            "description": "Liftoff is now scheduled no earlier than 16:00 local time (21:00 CEST), with the live stream starting at 15:30 local time (20:30 CEST).This is a big moment f...",
            "feature_image": "https://i.ytimg.com/vi/AfNPzSOalEU/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=AfNPzSOalEU",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 4,
                "name": "French",
                "code": "fr"
            },
            "start_time": "2024-07-09T18:02:18Z",
            "end_time": "2024-07-09T23:02:35Z",
            "live": false
        },
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "European Space Agency, ESA",
            "title": "Erstflug der Ariane 6 (Offizielle Übertragung)",
            "description": "Liftoff is now scheduled no earlier than 16:00 local time (21:00 CEST), with the live stream starting at 15:30 local time (20:30 CEST).This is a big moment f...",
            "feature_image": "https://i.ytimg.com/vi/a_87OnvB_fQ/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=a_87OnvB_fQ",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 7,
                "name": "German",
                "code": "de"
            },
            "start_time": "2024-07-09T18:01:52Z",
            "end_time": "2024-07-09T23:02:32Z",
            "live": false
        }
    ],
    "timeline": [
        {
            "type": {
                "id": 4,
                "abbrev": "Stage 2 LOX Load",
                "description": "Start of liquid oxygen loading in the second stage"
            },
            "relative_time": "-PT5H26M"
        },
        {
            "type": {
                "id": 130,
                "abbrev": "Stage 2 LH2 Load",
                "description": "Start of liquid hydrogen loading in the second stage"
            },
            "relative_time": "-PT5H6M"
        },
        {
            "type": {
                "id": 9,
                "abbrev": "Ignition",
                "description": "Start of the engine ignition sequence"
            },
            "relative_time": "-PT7S"
        },
        {
            "type": {
                "id": 10,
                "abbrev": "Liftoff",
                "description": "First upwards movement of the rocket"
            },
            "relative_time": "P0D"
        },
        {
            "type": {
                "id": 129,
                "abbrev": "Booster Ignition",
                "description": "Ignition of the solid rocket boosters."
            },
            "relative_time": "P0D"
        },
        {
            "type": {
                "id": 100,
                "abbrev": "Booster Separation",
                "description": "The side boosters are separated from the launcher."
            },
            "relative_time": "PT2M16S"
        },
        {
            "type": {
                "id": 15,
                "abbrev": "Fairing Separation",
                "description": "Separation of the payload fairing"
            },
            "relative_time": "PT3M39S"
        },
        {
            "type": {
                "id": 12,
                "abbrev": "MECO",
                "description": "Cut-off of the main engine"
            },
            "relative_time": "PT7M35S"
        },
        {
            "type": {
                "id": 13,
                "abbrev": "Stage 2 Separation",
                "description": "Separation of the second stage from the first"
            },
            "relative_time": "PT7M41S"
        },
        {
            "type": {
                "id": 14,
                "abbrev": "SES-1",
                "description": "First start of the second engine"
            },
            "relative_time": "PT7M50S"
        },
        {
            "type": {
                "id": 20,
                "abbrev": "SECO-1",
                "description": "First cut-off of the second engine"
            },
            "relative_time": "PT18M32S"
        },
        {
            "type": {
                "id": 21,
                "abbrev": "SES-2",
                "description": "Second start of the second engine"
            },
            "relative_time": "PT56M20S"
        },
        {
            "type": {
                "id": 22,
                "abbrev": "SECO-2",
                "description": "Second cut-off of the second engine"
            },
            "relative_time": "PT56M42S"
        },
        {
            "type": {
                "id": 78,
                "abbrev": "Payload Deployment Sequence Start",
                "description": "Start of the payload deployment sequence"
            },
            "relative_time": "PT1H5M53S"
        },
        {
            "type": {
                "id": 80,
                "abbrev": "SES-3",
                "description": "Third start of the second engine"
            },
            "relative_time": "PT2H37M15S"
        },
        {
            "type": {
                "id": 81,
                "abbrev": "SECO-3",
                "description": "Third cut-off of the second engine"
            },
            "relative_time": "PT2H37M43S"
        },
        {
            "type": {
                "id": 79,
                "abbrev": "Payload Deployment Sequence End",
                "description": "End of the payload deployment sequence."
            },
            "relative_time": "PT2H40M13S"
        },
        {
            "type": {
                "id": 95,
                "abbrev": "Atmospheric Entry",
                "description": "Start of the atmospheric re-entry"
            },
            "relative_time": "PT3H"
        }
    ],
    "pad_turnaround": "P0D",
    "mission_patches": [
        {
            "id": 1028,
            "name": "Ariane 6 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ariane2520625_mission_patch_20240708202135.png",
            "agency": {
                "response_mode": "list",
                "id": 27,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "abbrev": "ESA",
                "type": {
                    "id": 2,
                    "name": "Multinational"
                }
            },
            "response_mode": "normal"
        }
    ]
}