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

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

GET: Return a list of all Launch objects.

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name'

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency, mission name & spacecraft name. EXAMPLE - ?search=SpaceX

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

{
    "count": 7494,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7210&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7190&ordering=-name",
    "results": [
        {
            "id": "c5b214d9-ab7d-4c91-9e1c-4a0f88f53949",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c5b214d9-ab7d-4c91-9e1c-4a0f88f53949/?format=api",
            "launch_library_id": 1529,
            "slug": "ariane-62-ariel-comet-interceptor",
            "name": "Ariane 62 | ARIEL & Comet Interceptor",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2029-12-31T00:00:00Z",
            "window_end": "2029-12-31T00:00:00Z",
            "window_start": "2029-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 188,
                "configuration": {
                    "id": 121,
                    "launch_library_id": 164,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/121/?format=api",
                    "name": "Ariane 62",
                    "family": "Ariane",
                    "full_name": "Ariane 62",
                    "variant": "62"
                }
            },
            "mission": {
                "id": 521,
                "launch_library_id": 683,
                "name": "ARIEL & Comet Interceptor",
                "description": "Atmospheric Remote sensing Infrared Exoplanet Large survey mission (ARIEL) is an ESA telescope. During a 4-year mission, ARIEL will observe 1000 planets orbiting distant stars and make the first large-scale survey of the chemistry of exoplanet atmospheres. For a select number of exoplanets, ARIEL will also perform a deep survey of their cloud systems and study seasonal and daily atmospheric variations. ARIEL shares the ride with another ESA mission, Comet Interceptor. It consists of three spacecraft which will be positioned at the Sun-Earth Lagrange point L2, where they will wait for a long-period comet or an interstellar object to come by. Once the desired target appears, the spacecraft will separate and perform a flyby of the target, compiling a detailed 3D profile of a comet.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 16,
                    "name": "Sun-Earth L2",
                    "abbrev": "L2"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "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",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0b85fcca-5252-48d7-9ccb-c10b1da9d183",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0b85fcca-5252-48d7-9ccb-c10b1da9d183/?format=api",
            "launch_library_id": null,
            "slug": "ariane-62-2-x-galileo",
            "name": "Ariane 62 | 2 x Galileo",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7510,
                "configuration": {
                    "id": 121,
                    "launch_library_id": 164,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/121/?format=api",
                    "name": "Ariane 62",
                    "family": "Ariane",
                    "full_name": "Ariane 62",
                    "variant": "62"
                }
            },
            "mission": {
                "id": 5919,
                "launch_library_id": null,
                "name": "2 x Galileo",
                "description": "Payload consists of two satellites for Europe's Galileo navigation system.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "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",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/30/?format=api",
                    "name": "Galileo",
                    "description": "Galileo is a global navigation satellite system (GNSS) that went live in 2016, created by the European Union through the European Space Agency (ESA), operated by the European Union Agency for the Space Programme (EUSPA).",
                    "agencies": [
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galileo_program_20231230110547.png",
                    "start_date": "2011-10-21T10:30:00Z",
                    "end_date": null,
                    "info_url": "https://www.gsc-europa.eu/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Galileo_(satellite_navigation)"
                }
            ]
        },
        {
            "id": "8e7d57b1-b5c0-4d0d-a575-fe23606bdeee",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/8e7d57b1-b5c0-4d0d-a575-fe23606bdeee/?format=api",
            "launch_library_id": null,
            "slug": "ariane-62-2-x-galileo-2",
            "name": "Ariane 62 | 2 x Galileo",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7509,
                "configuration": {
                    "id": 121,
                    "launch_library_id": 164,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/121/?format=api",
                    "name": "Ariane 62",
                    "family": "Ariane",
                    "full_name": "Ariane 62",
                    "variant": "62"
                }
            },
            "mission": {
                "id": 5918,
                "launch_library_id": null,
                "name": "2 x Galileo",
                "description": "Payload consists of two satellites for Europe's Galileo navigation system.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "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",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/30/?format=api",
                    "name": "Galileo",
                    "description": "Galileo is a global navigation satellite system (GNSS) that went live in 2016, created by the European Union through the European Space Agency (ESA), operated by the European Union Agency for the Space Programme (EUSPA).",
                    "agencies": [
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galileo_program_20231230110547.png",
                    "start_date": "2011-10-21T10:30:00Z",
                    "end_date": null,
                    "info_url": "https://www.gsc-europa.eu/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Galileo_(satellite_navigation)"
                }
            ]
        },
        {
            "id": "3a8c0eb9-dc28-44ed-9b2c-f9340c7f9d37",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3a8c0eb9-dc28-44ed-9b2c-f9340c7f9d37/?format=api",
            "launch_library_id": 1452,
            "slug": "ariane-5-g-xmm-newton",
            "name": "Ariane 5 G | XMM-Newton",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-12-10T14:32:07Z",
            "window_end": "1999-12-10T14:32:07Z",
            "window_start": "1999-12-10T14:32:07Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "type": "Multinational"
            },
            "rocket": {
                "id": 448,
                "configuration": {
                    "id": 131,
                    "launch_library_id": 156,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/131/?format=api",
                    "name": "Ariane 5 G",
                    "family": "Ariane",
                    "full_name": "Ariane 5 G",
                    "variant": "G"
                }
            },
            "mission": {
                "id": 577,
                "launch_library_id": 757,
                "name": "XMM-Newton",
                "description": "An X-Ray space observatory launches by the ESA.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 7,
                    "name": "High Earth Orbit",
                    "abbrev": "HEO"
                }
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "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.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520g_image_20190222030331.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ce1caf4d-df00-4028-8764-930a8919cc78",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ce1caf4d-df00-4028-8764-930a8919cc78/?format=api",
            "launch_library_id": 1465,
            "slug": "ariane-5-gs-thaicom-4",
            "name": "Ariane 5 GS | Thaicom 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2005-08-11T08:20:44Z",
            "window_end": "2005-08-11T08:20:44Z",
            "window_start": "2005-08-11T08:20:44Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 512,
                "configuration": {
                    "id": 149,
                    "launch_library_id": 174,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/149/?format=api",
                    "name": "Ariane 5 GS",
                    "family": "Ariane",
                    "full_name": "Ariane 5 GS",
                    "variant": "GS"
                }
            },
            "mission": {
                "id": 601,
                "launch_library_id": 774,
                "name": "Thaicom 4",
                "description": "A high throughput satellite built by SSL for Thaicom. Porivdes broadband in the Asia Pacific region at incredible speeds.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "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.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_5_gs_image_20240307183745.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "5048b48e-e784-4240-90b9-6fa7f6dcc14e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5048b48e-e784-4240-90b9-6fa7f6dcc14e/?format=api",
            "launch_library_id": 1444,
            "slug": "ariane-5-g-stellat-5-n-star-c",
            "name": "Ariane 5 G | Stellat 5 & N-Star C",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2002-07-05T23:22:00Z",
            "window_end": "2002-07-05T23:22:00Z",
            "window_start": "2002-07-05T23:22:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": "",
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 482,
                "configuration": {
                    "id": 131,
                    "launch_library_id": 156,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/131/?format=api",
                    "name": "Ariane 5 G",
                    "family": "Ariane",
                    "full_name": "Ariane 5 G",
                    "variant": "G"
                }
            },
            "mission": {
                "id": 881,
                "launch_library_id": 765,
                "name": "Stellat 5 & N-Star C",
                "description": "Stellat 5 is a communications satellite belonging to Eutelsat, operating at 5 degrees West. N-Star C is a geostationary communications satellite operating at 136 degrees East.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "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.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520g_image_20190222030331.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b14c4c90-71f1-422a-91dd-5a23280307b9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b14c4c90-71f1-422a-91dd-5a23280307b9/?format=api",
            "launch_library_id": 1466,
            "slug": "ariane-5-gs-syracuse-3a-galaxy-15",
            "name": "Ariane 5 GS | Syracuse 3A & Galaxy 15",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2005-10-13T22:32:00Z",
            "window_end": "2005-10-13T22:32:00Z",
            "window_start": "2005-10-13T22:32:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 515,
                "configuration": {
                    "id": 149,
                    "launch_library_id": 174,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/149/?format=api",
                    "name": "Ariane 5 GS",
                    "family": "Ariane",
                    "full_name": "Ariane 5 GS",
                    "variant": "GS"
                }
            },
            "mission": {
                "id": 602,
                "launch_library_id": 775,
                "name": "Syracuse 3A & Galaxy 15",
                "description": "Syracuse 3A is a powerful communication satellite for the French Ministry of Defence. Galaxy 15 is a PanAmSat telecommunications satellite operating at 133 degrees West, used to provide communications to North America.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "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.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_5_gs_image_20240307183745.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "2dbb765d-da9a-4c0c-9c25-e09ef016b5e7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/2dbb765d-da9a-4c0c-9c25-e09ef016b5e7/?format=api",
            "launch_library_id": 1479,
            "slug": "ariane-5-gs-rascom-qaf-1-horizons-2",
            "name": "Ariane 5 GS | RASCOM-QAF 1 & Horizons-2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-12-21T21:41:55Z",
            "window_end": "2007-12-21T21:41:55Z",
            "window_start": "2007-12-21T21:41:55Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 558,
                "configuration": {
                    "id": 149,
                    "launch_library_id": 174,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/149/?format=api",
                    "name": "Ariane 5 GS",
                    "family": "Ariane",
                    "full_name": "Ariane 5 GS",
                    "variant": "GS"
                }
            },
            "mission": {
                "id": 803,
                "launch_library_id": 788,
                "name": "RASCOM-QAF 1 & Horizons-2",
                "description": "RASCOM-QAF 1 is the first satellite dedicated to the African continent. It operates at 2.85 degrees East, providing telecommunication services. Horizons-2 is a communications satellite owned by Horizons Satellite a joint venture between SKY Perfect JSAT Group and Intelsat. It operates at 74 degrees West.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "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.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_5_gs_image_20240307183745.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "dbab3ea3-e37f-4d1d-b5c1-abc49a59ef85",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/dbab3ea3-e37f-4d1d-b5c1-abc49a59ef85/?format=api",
            "launch_library_id": 1477,
            "slug": "ariane-5-gs-intelsat-11-optus-d2",
            "name": "Ariane 5 GS | Intelsat 11 & Optus D2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-10-05T22:02:00Z",
            "window_end": "2007-10-05T22:02:00Z",
            "window_start": "2007-10-05T22:02:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 548,
                "configuration": {
                    "id": 149,
                    "launch_library_id": 174,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/149/?format=api",
                    "name": "Ariane 5 GS",
                    "family": "Ariane",
                    "full_name": "Ariane 5 GS",
                    "variant": "GS"
                }
            },
            "mission": {
                "id": 802,
                "launch_library_id": 786,
                "name": "Intelsat 11 & Optus D2",
                "description": "Intelsat 11 is a communications satellite owned by Intelsat and located at 43 degrees West, serving the Americas market. Optus D2 is a communications satellite serving many customers.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "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.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_5_gs_image_20240307183745.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "83a14232-58ab-4855-a311-1306bd835143",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/83a14232-58ab-4855-a311-1306bd835143/?format=api",
            "launch_library_id": 1468,
            "slug": "ariane-5-gs-insat-4a-meteosat-9",
            "name": "Ariane 5 GS | INSAT-4A, Meteosat 9",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2005-12-21T22:33:00Z",
            "window_end": "2005-12-21T22:33:00Z",
            "window_start": "2005-12-21T22:33:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 517,
                "configuration": {
                    "id": 149,
                    "launch_library_id": 174,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/149/?format=api",
                    "name": "Ariane 5 GS",
                    "family": "Ariane",
                    "full_name": "Ariane 5 GS",
                    "variant": "GS"
                }
            },
            "mission": {
                "id": 604,
                "launch_library_id": 777,
                "name": "INSAT-4A, Meteosat 9",
                "description": "Insat-4A is a communication satellite intended for providing high quality telecommunication and broadcasting services. Operating at 83 degrees East. Meteosat 9 is a Geostationary satellite for Earth Radiation observation.",
                "launch_designator": null,
                "type": "Dedicated Rideshare",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "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.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_5_gs_image_20240307183745.jpg",
            "infographic": null,
            "program": []
        }
    ]
}