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=7240&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=7250&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7230&ordering=-name",
    "results": [
        {
            "id": "409b6649-6cd5-4113-b3d7-2d03665c4a7e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/409b6649-6cd5-4113-b3d7-2d03665c4a7e/?format=api",
            "launch_library_id": 1482,
            "slug": "ariane-5-eca-turksat-3a-skynet-5c",
            "name": "Ariane 5 ECA | Türksat 3A & Skynet 5C",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2008-06-12T22:05:09Z",
            "window_end": "2008-06-12T22:05:09Z",
            "window_start": "2008-06-12T22:05:09Z",
            "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": 570,
                "configuration": {
                    "id": 20,
                    "launch_library_id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 323,
                "launch_library_id": 791,
                "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"
                }
            },
            "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/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "c75a4195-b821-440d-996f-ffa0d524eee5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c75a4195-b821-440d-996f-ffa0d524eee5/?format=api",
            "launch_library_id": 1406,
            "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": "Success"
            },
            "net": "2019-11-26T21:23:00Z",
            "window_end": "2019-11-26T22:54:00Z",
            "window_start": "2019-11-26T21:09:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": "#VA250",
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 116,
                "configuration": {
                    "id": 20,
                    "launch_library_id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 1059,
                "launch_library_id": 1258,
                "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"
                }
            },
            "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/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/ariane2520525_infographic_20200806035858.png",
            "program": []
        },
        {
            "id": "c4d57015-030e-4734-8746-69f6f241aa7e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c4d57015-030e-4734-8746-69f6f241aa7e/?format=api",
            "launch_library_id": 198,
            "slug": "ariane-5-eca-thor-7-sicral-2",
            "name": "Ariane 5 ECA | Thor-7 & SICRAL-2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2015-04-26T20:00:07Z",
            "window_end": "2015-04-26T20:00:07Z",
            "window_start": "2015-04-26T20:00:07Z",
            "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": 1054,
                "configuration": {
                    "id": 20,
                    "launch_library_id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 658,
                "launch_library_id": 827,
                "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"
                }
            },
            "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/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "5a5414fa-e4b4-4fe2-91f6-322523aad96c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5a5414fa-e4b4-4fe2-91f6-322523aad96c/?format=api",
            "launch_library_id": 1488,
            "slug": "ariane-5-eca-terrestar-1",
            "name": "Ariane 5 ECA | TerreStar-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-07-01T17:52:00Z",
            "window_end": "2009-07-01T17:52:00Z",
            "window_start": "2009-07-01T17:52: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": 600,
                "configuration": {
                    "id": 20,
                    "launch_library_id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 622,
                "launch_library_id": 797,
                "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"
                }
            },
            "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/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "e3f8e755-0867-413a-a05a-15ca06ce7fa3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e3f8e755-0867-413a-a05a-15ca06ce7fa3/?format=api",
            "launch_library_id": null,
            "slug": "ariane-5-eca-syracuse-4b-heinrich-hertz-h2sat",
            "name": "Ariane 5 ECA+ | Syracuse 4B & Heinrich Hertz (H2Sat)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-07-05T22:00:07Z",
            "window_end": "2023-07-05T23:05:00Z",
            "window_start": "2023-07-05T22: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": 7603,
                "configuration": {
                    "id": 215,
                    "launch_library_id": 246,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/215/?format=api",
                    "name": "Ariane 5 ECA+",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA+",
                    "variant": "ECA+"
                }
            },
            "mission": {
                "id": 6078,
                "launch_library_id": null,
                "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"
                }
            },
            "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/ariane2520525_image_20230706052641.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "be2342f2-5ae2-4a91-a64f-681106da2aab",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/be2342f2-5ae2-4a91-a64f-681106da2aab/?format=api",
            "launch_library_id": 1344,
            "slug": "ariane-5-eca-star-one-d2-eutelsat-quantum",
            "name": "Ariane 5 ECA+ | Star One D2 & Eutelsat Quantum",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2021-07-30T21:00:00Z",
            "window_end": "2021-07-30T22:30:00Z",
            "window_start": "2021-07-30T21:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": "VA254",
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2684,
                "configuration": {
                    "id": 215,
                    "launch_library_id": 246,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/215/?format=api",
                    "name": "Ariane 5 ECA+",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA+",
                    "variant": "ECA+"
                }
            },
            "mission": {
                "id": 1245,
                "launch_library_id": null,
                "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"
                }
            },
            "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/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/ariane2520525_infographic_20210726175537.jpeg",
            "program": []
        },
        {
            "id": "9c1715be-71e2-462a-946a-cdff93cdf366",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9c1715be-71e2-462a-946a-cdff93cdf366/?format=api",
            "launch_library_id": 1195,
            "slug": "ariane-5-eca-star-one-d1-jcsat-15",
            "name": "Ariane 5 ECA | Star One D1 & JCSAT-15",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2016-12-21T20:30:00Z",
            "window_end": "2016-12-21T21:45:00Z",
            "window_start": "2016-12-21T20:30: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": 1203,
                "configuration": {
                    "id": 20,
                    "launch_library_id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 345,
                "launch_library_id": 455,
                "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"
                }
            },
            "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/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "166f5470-b4b4-40fc-a9b1-71b83b3addec",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/166f5470-b4b4-40fc-a9b1-71b83b3addec/?format=api",
            "launch_library_id": 150,
            "slug": "ariane-5-eca-star-one-c4-msg-4",
            "name": "Ariane 5 ECA | Star One C4 & MSG 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2015-07-15T21:42:07Z",
            "window_end": "2015-07-15T22:19:00Z",
            "window_start": "2015-07-15T21:42: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": 1068,
                "configuration": {
                    "id": 20,
                    "launch_library_id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 893,
                "launch_library_id": 122,
                "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"
                }
            },
            "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/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "618f8a0c-97ea-42f5-aedf-428fb0521fea",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/618f8a0c-97ea-42f5-aedf-428fb0521fea/?format=api",
            "launch_library_id": 659,
            "slug": "ariane-5-eca-star-one-c3-eutelsat-21b",
            "name": "Ariane 5 ECA | Star One C3 & Eutelsat 21B",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2012-11-10T21:05:07Z",
            "window_end": "2012-11-10T21:05:07Z",
            "window_start": "2012-11-10T21:05:07Z",
            "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": 844,
                "configuration": {
                    "id": 20,
                    "launch_library_id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 643,
                "launch_library_id": 817,
                "name": "218, B-SAT",
                "description": "Eutelsat 21B is a French communications satellite providing direct to home broadcasting services from geostationary orbit at 21.5 degrees East, replacing the aging Eutelsat 21A. Star One C3 is a communications satellite replacing Brasilsat B3 in the 75 degrees West position.",
                "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/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b8ddb96d-f966-499e-9263-95a3e0c333f8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b8ddb96d-f966-499e-9263-95a3e0c333f8/?format=api",
            "launch_library_id": 1481,
            "slug": "ariane-5-eca-star-one-c2-vinasat-1",
            "name": "Ariane 5 ECA | Star One C2 & Vinasat-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2008-04-18T22:17:00Z",
            "window_end": "2008-04-18T22:17:00Z",
            "window_start": "2008-04-18T22:17: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": 567,
                "configuration": {
                    "id": 20,
                    "launch_library_id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 615,
                "launch_library_id": 790,
                "name": "Star One C2 & Vinasat-1",
                "description": "Star One C2 is a Brazilian communications satellite located in Geostionary Orbit at 70 degrees West. Vinasat-1 is the first Vietnamese satellite to be placed into orbit. It provides telecommunications links that operates at 132 degrees East in Geostationary orbit",
                "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/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}