AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ or /launch/?mode=list&search=SpaceX

GET Return a list of all Launch objects.

FILTERS Fields - 'name', 'id(s)', 'lsp__id', 'lsp__name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

MODE 'normal', 'list', 'detailed'

EXAMPLE ?mode=list

SEARCH Searches through the launch name, rocket name, launch agency, mission name & spacecraft name.

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/?format=api&offset=7240&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7496,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7250&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7230&ordering=-name",
    "results": [
        {
            "id": "2ea37153-d70a-4f51-b5c4-dead279bd449",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2ea37153-d70a-4f51-b5c4-dead279bd449/?format=api",
            "slug": "ariane-5-eca-wildblue-1-amc-18",
            "name": "Ariane 5 ECA | WildBlue 1 & AMC-18",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:01:04Z",
            "net": "2006-12-08T22:08:00Z",
            "window_end": "2006-12-08T22:08:00Z",
            "window_start": "2006-12-08T22:08:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 529,
                "configuration": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 592,
                "name": "WildBlue 1 & AMC-18",
                "description": "WildBlue-1 offers Ka-band Broadband Internet Access via satellite. Operates at 111.1 degrees West in a geostationary orbit. AMC-18 is an SES satellite that provides coverage to North America for many television networks. This satellite operates at 105 degrees West.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4808,
            "location_launch_attempt_count": 183,
            "pad_launch_attempt_count": 30,
            "agency_launch_attempt_count": 169,
            "orbital_launch_attempt_count_year": 58,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "f92e838b-3997-4b21-9b7e-86c057e80efb",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/f92e838b-3997-4b21-9b7e-86c057e80efb/?format=api",
            "slug": "ariane-5-eca-viasat-2-eutelsat-172b",
            "name": "Ariane 5 ECA | ViaSat-2 & EUTELSAT 172B",
            "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-06-15T14:15:26Z",
            "net": "2017-06-01T23:45:07Z",
            "window_end": "2017-06-02T00:45:00Z",
            "window_start": "2017-06-01T23:45:00Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1235,
                "configuration": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 419,
                "name": "ViaSat-2 & EUTELSAT 172B",
                "description": "ViaSat-2 is a commercial communications satellite with an estimated capacity of 350 Gbit/s. The satellite will provide satellite internet to North America, parts of South America, the Caribbean, and the Atlantic Ocean.\r\nEutelsat 172B is a communications satellite featuring a C-band, a Ku-band and a high throughput payload and all electric orbital raising. It is to reside in 172° East, where it will provide coverage of the Asia-Pacific.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [
                    {
                        "id": 229,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/229/?format=api",
                        "name": "Eutelsat",
                        "featured": false,
                        "type": "Commercial",
                        "country_code": "FRA",
                        "abbrev": "EUTEL",
                        "description": "Eutelsat S.A. is a French satellite operator. Providing coverage over the entire European continent, the Middle East, Africa, Asia and the Americas.",
                        "administrator": "CEO: Eva Berneke",
                        "founding_year": "1977",
                        "launchers": "",
                        "spacecraft": "",
                        "launch_library_url": null,
                        "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,
                        "info_url": "https://www.eutelsat.com/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Eutelsat",
                        "logo_url": null,
                        "image_url": null,
                        "nation_url": null
                    },
                    {
                        "id": 1062,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1062/?format=api",
                        "name": "Viasat",
                        "featured": false,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "VSAT",
                        "description": "Viasat is an American communications company based in Carlsbad, California, with additional operations across the United States and worldwide. Viasat is a provider of high-speed satellite broadband services and secure networking systems covering military and commercial markets.",
                        "administrator": "CEO: Mark D. Dankberg",
                        "founding_year": "1986",
                        "launchers": "",
                        "spacecraft": "",
                        "launch_library_url": null,
                        "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,
                        "info_url": "http://viasat.com/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Viasat_(American_company)",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viasat_logo_20230807092035.png",
                        "image_url": null,
                        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viasat_nation_20230807092035.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5646,
            "location_launch_attempt_count": 272,
            "pad_launch_attempt_count": 94,
            "agency_launch_attempt_count": 257,
            "orbital_launch_attempt_count_year": 31,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "409b6649-6cd5-4113-b3d7-2d03665c4a7e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/409b6649-6cd5-4113-b3d7-2d03665c4a7e/?format=api",
            "slug": "ariane-5-eca-turksat-3a-skynet-5c",
            "name": "Ariane 5 ECA | Türksat 3A & Skynet 5C",
            "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-06-15T14:10:21Z",
            "net": "2008-06-12T22:05:09Z",
            "window_end": "2008-06-12T22:05:09Z",
            "window_start": "2008-06-12T22:05:09Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 570,
                "configuration": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 323,
                "name": "Turksat 3A & Skynet 5C",
                "description": "Turksat 3A is a Turkish communications satellite operated by Turksat. Providing communication services to Turkey, Europe and the Middle East from geostationary orbit at 42 degrees East. Skynet 5C is a military commications satellite for the British Ministry of Defence and operated by Paradigm Secure Communications. It is located at 17.8 degrees West.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4915,
            "location_launch_attempt_count": 192,
            "pad_launch_attempt_count": 39,
            "agency_launch_attempt_count": 178,
            "orbital_launch_attempt_count_year": 30,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "c75a4195-b821-440d-996f-ffa0d524eee5",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/c75a4195-b821-440d-996f-ffa0d524eee5/?format=api",
            "slug": "ariane-5-eca-tiba-1-inmarsat-5-f5-global-xpress-5",
            "name": "Ariane 5 ECA | TIBA-1 & Inmarsat-5 F5 (Global Xpress-5)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:01:03Z",
            "net": "2019-11-26T21:23:00Z",
            "window_end": "2019-11-26T22:54:00Z",
            "window_start": "2019-11-26T21:09:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": "#VA250",
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 116,
                "configuration": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 1059,
                "name": "TIBA-1 & Inmarsat-5 F5 (Global Xpress-5)",
                "description": "TIBA-1 is a geostationary communications satellite for the Government of Egypt developed jointly by Thales Alenia Space (TAS) and Airbus. TAS, the leading partner, designed and built the communications payload, featuring a dual mission in Ka-band for secure and broadband communications. Airbus Defence and Space supplied the Eurostar E3000 platform and assembled and tested the spacecraft. Designed to remain in service in orbit for more than 15 years, TIBA-1 will have a launch mass of 5600 kg and an electric power capability of higher than 9 kW.\r\n\r\nInmarsat-5 F5 (Global Xpress-5 or GX-5) is Inmarsat's very high throughput satellite (V-HTS), which will offer services covering the Middle East, Europe and the Indian sub-continent. The payload will be fully integrated into Inmarsat’s current Global Express high-speed network. Inmarsat-5 F5 satellite is based on Thales Alenia Space’s upgraded Spacebus 4000 B2 platform and will be fitted with 72 Ka-band beams. With a specified design life of 16 years, it will weigh 4007 kg at launch and will offer payload power of about 6.8 kW.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/ariane2520525_infographic_20200806035858.png",
            "program": [],
            "orbital_launch_attempt_count": 5905,
            "location_launch_attempt_count": 296,
            "pad_launch_attempt_count": 107,
            "agency_launch_attempt_count": 281,
            "orbital_launch_attempt_count_year": 85,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "c4d57015-030e-4734-8746-69f6f241aa7e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/c4d57015-030e-4734-8746-69f6f241aa7e/?format=api",
            "slug": "ariane-5-eca-thor-7-sicral-2",
            "name": "Ariane 5 ECA | Thor-7 & SICRAL-2",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:01:03Z",
            "net": "2015-04-26T20:00:07Z",
            "window_end": "2015-04-26T20:00:07Z",
            "window_start": "2015-04-26T20:00:07Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1054,
                "configuration": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 658,
                "name": "Thor-7 & SICRAL-2",
                "description": "Thor 7 is an SSL built satellite serving maritime customers. SICRAL-2 is part of the Syracuse constellation serving French military, allowing mainland France and military units to communicate from around the world.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5465,
            "location_launch_attempt_count": 246,
            "pad_launch_attempt_count": 78,
            "agency_launch_attempt_count": 231,
            "orbital_launch_attempt_count_year": 23,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "5a5414fa-e4b4-4fe2-91f6-322523aad96c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5a5414fa-e4b4-4fe2-91f6-322523aad96c/?format=api",
            "slug": "ariane-5-eca-terrestar-1",
            "name": "Ariane 5 ECA | TerreStar-1",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:01:04Z",
            "net": "2009-07-01T17:52:00Z",
            "window_end": "2009-07-01T17:52:00Z",
            "window_start": "2009-07-01T17:52:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 600,
                "configuration": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 622,
                "name": "TerreStar-1",
                "description": "An American communications satellite operated by TerreStar Corporation. Constructed by SSL is provides mobile communications to North America, and at the time of its launch was the larest commercial communications satellite ever built. It operates in geostationary orbit at 111 degrees West.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4991,
            "location_launch_attempt_count": 198,
            "pad_launch_attempt_count": 45,
            "agency_launch_attempt_count": 184,
            "orbital_launch_attempt_count_year": 37,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "e3f8e755-0867-413a-a05a-15ca06ce7fa3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e3f8e755-0867-413a-a05a-15ca06ce7fa3/?format=api",
            "slug": "ariane-5-eca-syracuse-4b-heinrich-hertz-h2sat",
            "name": "Ariane 5 ECA+ | Syracuse 4B & Heinrich Hertz (H2Sat)",
            "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-06-15T14:13:35Z",
            "net": "2023-07-05T22:00:07Z",
            "window_end": "2023-07-05T23:05:00Z",
            "window_start": "2023-07-05T22:00:00Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7603,
                "configuration": {
                    "id": 215,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/215/?format=api",
                    "name": "Ariane 5 ECA+",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA+",
                    "variant": "ECA+"
                }
            },
            "mission": {
                "id": 6078,
                "name": "Syracuse 4B & Heinrich Hertz (H2Sat)",
                "description": "Syracuse 4B is a French military communications satellite built by Thales Alenia Space. Heinrich Hertz (H2Sat)  is a small geostationary communications satellite built by OHB System and the German Aerospace Center (DLR) to explore and test new broadband communications technologies.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane2520525_image_20230706052641.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6467,
            "location_launch_attempt_count": 319,
            "pad_launch_attempt_count": 118,
            "agency_launch_attempt_count": 314,
            "orbital_launch_attempt_count_year": 99,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "be2342f2-5ae2-4a91-a64f-681106da2aab",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/be2342f2-5ae2-4a91-a64f-681106da2aab/?format=api",
            "slug": "ariane-5-eca-star-one-d2-eutelsat-quantum",
            "name": "Ariane 5 ECA+ | Star One D2 & Eutelsat Quantum",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:01:22Z",
            "net": "2021-07-30T21:00:00Z",
            "window_end": "2021-07-30T22:30:00Z",
            "window_start": "2021-07-30T21:00:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": "VA254",
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2684,
                "configuration": {
                    "id": 215,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/215/?format=api",
                    "name": "Ariane 5 ECA+",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA+",
                    "variant": "ECA+"
                }
            },
            "mission": {
                "id": 1245,
                "name": "Star One D2 & Eutelsat Quantum",
                "description": "Star One D2 is a 6.2 tons satellite built by Space Systems Loral for operator Star One, subsidiary of Brazilian Embratel. Its architecture is based on a SSL-1300 platform and equipped with C, X, Ku and Ka-band transceivers. It will provide communications services to Latin America for at least 15 years.\r\n\r\nEutelsat Quantum is an experimental communications satellite carrying a payload able to be reconfigured by software. It is developed by ESA, Eutelsat and Airbus Defence and Space.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/ariane2520525_infographic_20210726175537.jpeg",
            "program": [],
            "orbital_launch_attempt_count": 6109,
            "location_launch_attempt_count": 306,
            "pad_launch_attempt_count": 111,
            "agency_launch_attempt_count": 298,
            "orbital_launch_attempt_count_year": 72,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "9c1715be-71e2-462a-946a-cdff93cdf366",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/9c1715be-71e2-462a-946a-cdff93cdf366/?format=api",
            "slug": "ariane-5-eca-star-one-d1-jcsat-15",
            "name": "Ariane 5 ECA | Star One D1 & JCSAT-15",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:00:48Z",
            "net": "2016-12-21T20:30:00Z",
            "window_end": "2016-12-21T21:45:00Z",
            "window_start": "2016-12-21T20:30:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1203,
                "configuration": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 345,
                "name": "Star One D1 & JCSAT-15",
                "description": "Both are communications satellites. Equipped with C-, Ku-, and Ka-band payloads, Star One D1 will be used for telecommunications, television broadcast, broadband, Internet access, and other services in Brazil and in the Latin American region. \nJCSAT-15 will operate in Ku-band and is designed with the flexibility to be used for services such as video distribution in Japan, and data transfer communications, maritime and aviation applications in the Indian Ocean Region.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5614,
            "location_launch_attempt_count": 266,
            "pad_launch_attempt_count": 90,
            "agency_launch_attempt_count": 251,
            "orbital_launch_attempt_count_year": 85,
            "location_launch_attempt_count_year": 11,
            "pad_launch_attempt_count_year": 7,
            "agency_launch_attempt_count_year": 11,
            "type": "normal"
        },
        {
            "id": "166f5470-b4b4-40fc-a9b1-71b83b3addec",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/166f5470-b4b4-40fc-a9b1-71b83b3addec/?format=api",
            "slug": "ariane-5-eca-star-one-c4-msg-4",
            "name": "Ariane 5 ECA | Star One C4 & MSG 4",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:00:47Z",
            "net": "2015-07-15T21:42:07Z",
            "window_end": "2015-07-15T22:19:00Z",
            "window_start": "2015-07-15T21:42:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1068,
                "configuration": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 893,
                "name": "Star One C4 & MSG 4",
                "description": "MSG-4 Sat will join four other Meteosat-series meteorological platforms that currently are operational in geostationary orbit at 36,000 km. above the equator. Star One C4 Sat will support telephone, television, radio, data transmission and Internet services in Brazil, Latin American countries and the United States.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "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.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5479,
            "location_launch_attempt_count": 249,
            "pad_launch_attempt_count": 80,
            "agency_launch_attempt_count": 234,
            "orbital_launch_attempt_count_year": 37,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        }
    ]
}