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=7210&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=7220&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7200&ordering=-name",
    "results": [
        {
            "id": "a5536393-f0ae-4a28-8262-c689847943cf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a5536393-f0ae-4a28-8262-c689847943cf/?format=api",
            "launch_library_id": 1492,
            "slug": "ariane-5-gs-helios-2b",
            "name": "Ariane 5 GS | Helios 2B",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-12-18T16:26:00Z",
            "window_end": "2009-12-18T16:26:00Z",
            "window_start": "2009-12-18T16:26: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": 620,
                "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": 626,
                "launch_library_id": 801,
                "name": "Helios 2B",
                "description": "Helios 2B is a French reconnaissance system jointly funded by the French and Spanish governments.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": "fc7a03ba-c0f1-4703-95e9-016c12db09c0",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fc7a03ba-c0f1-4703-95e9-016c12db09c0/?format=api",
            "launch_library_id": 1457,
            "slug": "ariane-5-g-rosetta",
            "name": "Ariane 5 G+ | Rosetta",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2004-03-02T07:17:44Z",
            "window_end": "2004-03-02T07:17:44Z",
            "window_start": "2004-03-02T07:17: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": 501,
                "configuration": {
                    "id": 146,
                    "launch_library_id": 175,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/146/?format=api",
                    "name": "Ariane 5 G+",
                    "family": "Ariane",
                    "full_name": "Ariane 5 G+",
                    "variant": "G+"
                }
            },
            "mission": {
                "id": 610,
                "launch_library_id": 770,
                "name": "Rosetta",
                "description": "Rosetta is a space probe built by the ESA, along with Philae, its lander, it intends to survery and study comet 67P/Churyumov-Garasimenko.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 6,
                    "name": "Heliocentric N/A",
                    "abbrev": "Helio-N/A"
                }
            },
            "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/ariane252052520g252b_image_20190222030334.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "23cea0c4-31db-4daf-a443-6afaed6d42db",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/23cea0c4-31db-4daf-a443-6afaed6d42db/?format=api",
            "launch_library_id": 1449,
            "slug": "ariane-5-g-pas-1r-amsat-p3d-strv-1c-strv-1d",
            "name": "Ariane 5 G | PAS-1R, Amsat P3D, STRV 1C, STRV 1D",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2000-11-16T01:07:07Z",
            "window_end": "2000-11-16T01:07:07Z",
            "window_start": "2000-11-16T01:07:07Z",
            "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": 460,
                "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": 582,
                "launch_library_id": 760,
                "name": "PAS-1R, Amsat P3D, STRV 1C, STRV 1D",
                "description": "PAS-1R a commications satellite located at 40 degrees west, serving the Americas, the Caribbean, Europe and Africa, operated by PanAmSat. Amsat P3D was an amateur radio satellite built and operated by AmSat. STRV was a series of four satellites operated by the UK MoD, intended to test new technologies, two were launched on this vehicle.",
                "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/ariane252052520g_image_20190222030331.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "1e497950-b932-46b0-8b0f-028171370804",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1e497950-b932-46b0-8b0f-028171370804/?format=api",
            "launch_library_id": 1456,
            "slug": "ariane-5-g-optus-and-defence-c1-bsat-2c",
            "name": "Ariane 5 G | Optus and Defence C1 & BSAT-2c",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2003-06-11T22:38:15Z",
            "window_end": "2003-06-11T22:38:15Z",
            "window_start": "2003-06-11T22:38:15Z",
            "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": 495,
                "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": 609,
                "launch_library_id": 769,
                "name": "Optus and Defence C1 & BSAT-2c",
                "description": "Optus and Defence C1 is a relay platform in geostationary orbit at 156 degrees East. It is one of the most advanced communications satellites ever built. BSAT-2C is a geostationary communication satellite for B-SAT.",
                "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": "144c67db-bc68-4dce-a6e7-0c1f8b5bb4bf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/144c67db-bc68-4dce-a6e7-0c1f8b5bb4bf/?format=api",
            "launch_library_id": 1454,
            "slug": "ariane-5-g-maqsat-h-teamsat-maqsat-b-yes",
            "name": "Ariane 5 G | MaqSat-H, TEAMSAT, MaqSat-B, YES",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1997-10-30T13:43:00Z",
            "window_end": "1997-10-30T13:43:00Z",
            "window_start": "1997-10-30T13:43:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "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": 424,
                "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": 574,
                "launch_library_id": 755,
                "name": "MaqSat-H, TEAMSAT, MaqSat-B, YES",
                "description": "A launch of four satellites",
                "launch_designator": null,
                "type": "Test Flight",
                "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": "6746f2a2-7237-4a16-879a-99ade71cf02b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/6746f2a2-7237-4a16-879a-99ade71cf02b/?format=api",
            "launch_library_id": 1453,
            "slug": "ariane-5-g-maqsat-3-ard",
            "name": "Ariane 5 G | MaqSat 3 & ARD",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1998-10-21T16:37:21Z",
            "window_end": "1998-10-21T16:37:21Z",
            "window_start": "1998-10-21T16:37:21Z",
            "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": 436,
                "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": 576,
                "launch_library_id": 756,
                "name": " MaqSat 3 & ARD",
                "description": "MaqSat 3 was a dummy satellite to test the Ariane Vehicle. ARD was the Advanced Reentry Demonstrator, built by ESA. This is developed for experimental purposes to validate reentry techniques.",
                "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/ariane252052520g_image_20190222030331.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "6a996a79-847d-4b96-b517-17cc1a4b143c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/6a996a79-847d-4b96-b517-17cc1a4b143c/?format=api",
            "launch_library_id": 1281,
            "slug": "ariane-5-g-insat-3e-ebird-1-smart-1",
            "name": "Ariane 5 G | INSAT-3E, eBird 1, SMART-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2003-09-27T23:14:46Z",
            "window_end": "2003-09-27T23:14:46Z",
            "window_start": "2003-09-27T23:14:46Z",
            "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": 498,
                "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": 846,
                "launch_library_id": 529,
                "name": "INSAT-3A",
                "description": "INSAT-3A is a multipurpose satellite for providing telecommunications, television broadcasting, meteorological and search & rescue services. INSAT-3A payloads include Normal C-band transponders with expanded coverage from Middle East to South East Asia, Extended C-band transponders providing India coverage and Ku-band transponders providing India coverage. The satellite also carries one Data Relay Transponder (DRT) and one Satellite Aided Search and Rescue (SAS&R) payload. SAS&R payload has a global receive coverage with 406 MHz uplink and C-band downlink with India coverage for the relay of signals from distress beacons in sea, air or land.",
                "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": "add636cc-c00e-4189-a328-cb483a46a69a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/add636cc-c00e-4189-a328-cb483a46a69a/?format=api",
            "launch_library_id": 1451,
            "slug": "ariane-5-g-insat-3b-asiastar",
            "name": "Ariane 5 G | INSAT-3B & AsiaStar",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2000-03-21T23:28:19Z",
            "window_end": "2000-03-21T23:28:19Z",
            "window_start": "2000-03-21T23:28:19Z",
            "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": 451,
                "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": 571,
                "launch_library_id": 758,
                "name": "INSAT-3B & AsiaStar",
                "description": "INSAT-3B is an Indian communications satellite which was built and operated by ISRO. AsiaStar is a US communications satellite operated by 1worldspace, operating at a geostarionary orbit at 105 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": "98d8aefb-1c4d-49d0-aac8-d106db1f72a9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/98d8aefb-1c4d-49d0-aac8-d106db1f72a9/?format=api",
            "launch_library_id": 1455,
            "slug": "ariane-5-g-insat-3a-galaxy-12",
            "name": "Ariane 5 G | INSAT-3A & Galaxy 12",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2003-04-09T22:52:19Z",
            "window_end": "2003-04-09T22:52:19Z",
            "window_start": "2003-04-09T22:52:19Z",
            "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": 491,
                "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": 599,
                "launch_library_id": 768,
                "name": "INSAT-3A & Galaxy 12",
                "description": "INSAT-3A is a communications and weather satellite for ISRO, located at 93.5 degree East. Galaxy 12 is a geostationary communications satellite operating at 72 degree West, operated by PanAmSat.",
                "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/ariane252052520g_image_20190222030331.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b338e79f-b718-4f83-86b3-a4c6a2a53249",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b338e79f-b718-4f83-86b3-a4c6a2a53249/?format=api",
            "launch_library_id": 1463,
            "slug": "ariane-5-g-helios-2a-essaim-1-2-3-4-parasol-nanosa",
            "name": "Ariane 5 G+ | Helios 2A, Essaim 1, 2, 3, 4, PARASOL, Nanosat 01",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2004-12-18T16:26:00Z",
            "window_end": "2004-12-18T16:26:00Z",
            "window_start": "2004-12-18T16:26: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": 506,
                "configuration": {
                    "id": 146,
                    "launch_library_id": 175,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/146/?format=api",
                    "name": "Ariane 5 G+",
                    "family": "Ariane",
                    "full_name": "Ariane 5 G+",
                    "variant": "G+"
                }
            },
            "mission": {
                "id": 600,
                "launch_library_id": 772,
                "name": "Helios 2A, Essaim 1-4, PARASOL, Nanosat 01",
                "description": "Helios and Essaim are French miltary satellites for observation of Earth. Parasol is an Earth Observation research satellite.Nanosat 01 is a small technologu demonstator for the spanish space agency INTA.",
                "launch_designator": null,
                "type": "Dedicated Rideshare",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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/ariane252052520g252b_image_20190222030334.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}