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=110&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=120&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=100&ordering=name",
    "results": [
        {
            "id": "f6dd06a3-0e95-4b16-8ed0-12626be6ec75",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f6dd06a3-0e95-4b16-8ed0-12626be6ec75/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-intelsat-904",
            "name": "Ariane 44L | INTELSAT 904",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2002-02-23T06:59:00Z",
            "window_end": "2002-02-23T06:59:00Z",
            "window_start": "2002-02-23T06:59:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 7077,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5466,
                "launch_library_id": null,
                "name": "INTELSAT 904",
                "description": "Intelsat 904 (or IS-904[1]) is a communications satellite operated by Intelsat.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "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_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fd3792e5-2fd4-422b-8e3a-e7f778f72704",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fd3792e5-2fd4-422b-8e3a-e7f778f72704/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-intelsat-905",
            "name": "Ariane 44L | INTELSAT 905",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2002-06-05T06:44:00Z",
            "window_end": "2002-06-05T06:44:00Z",
            "window_start": "2002-06-05T06:44:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 7091,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5480,
                "launch_library_id": null,
                "name": "INTELSAT 905",
                "description": "Intelsat 905 (or IS-905[1]) is a communications satellite operated by Intelsat.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "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_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "4e59ace9-4589-44df-bf09-d81441129857",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/4e59ace9-4589-44df-bf09-d81441129857/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-intelsat-906",
            "name": "Ariane 44L | INTELSAT 906",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2002-09-06T06:44:00Z",
            "window_end": "2002-09-06T06:44:00Z",
            "window_start": "2002-09-06T06:44:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7101,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5490,
                "launch_library_id": null,
                "name": "INTELSAT 906",
                "description": "Intelsat 906 (or IS-906) is a communications satellite operated by Intelsat.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "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_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "5f143307-6ace-466a-bdd3-7af2f201cf2b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5f143307-6ace-466a-bdd3-7af2f201cf2b/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-intelsat-907",
            "name": "Ariane 44L | INTELSAT 907",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2003-02-15T07:00:00Z",
            "window_end": "2003-02-15T07:00:00Z",
            "window_start": "2003-02-15T07:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 7123,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5512,
                "launch_library_id": null,
                "name": "INTELSAT 907",
                "description": "Intelsat 907 (or IS-907) is a communications satellite operated by Intelsat.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "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_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "54c918d6-f451-4e9c-8709-c852b29c2e25",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/54c918d6-f451-4e9c-8709-c852b29c2e25/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-italsat-1",
            "name": "Ariane 44L | Italsat 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1991-01-15T23:10:49Z",
            "window_end": "1991-01-15T23:10:49Z",
            "window_start": "1991-01-15T23:10:49Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 6340,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 4730,
                "launch_library_id": null,
                "name": "Italsat 1",
                "description": "Italy's first operational communications satellite was launched 15 January 1991 by an Ariane-44L H10 booster. Developed by a contractor team led by Alenia Spazio, Italsat carries ten active transponders plus five spares for 30/20 GHz and 50/40 GHz links with a capacity of 12,000 telephone circuits.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "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_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "6f59a93e-a42e-4de2-a933-2d20ac00d65c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/6f59a93e-a42e-4de2-a933-2d20ac00d65c/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-italsat-f2-telecom-2d",
            "name": "Ariane 44L | Italsat F2 & Télécom 2D",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1996-08-08T22:49:00Z",
            "window_end": "1996-08-08T22:49:00Z",
            "window_start": "1996-08-08T22:49:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 6740,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5130,
                "launch_library_id": null,
                "name": "Italsat F2 & Télécom 2D",
                "description": "Italsat F2 and Télécom 2D are Italian and French communications satellites.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "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_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "c4f0a192-7af6-4a8d-b868-6b17a8db0b9a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c4f0a192-7af6-4a8d-b868-6b17a8db0b9a/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-jcsat-2a",
            "name": "Ariane 44L | JCSAT 2A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2002-03-29T01:29:00Z",
            "window_end": "2002-03-29T01:29:00Z",
            "window_start": "2002-03-29T01:29:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 7081,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5470,
                "launch_library_id": null,
                "name": "JCSAT 2A",
                "description": "Japanese domestic communications",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 3,
                    "name": "Geosynchronous Orbit",
                    "abbrev": "GSO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "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_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "32f43713-8403-484e-b355-2ff7aab0c65d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/32f43713-8403-484e-b355-2ff7aab0c65d/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-nss-6",
            "name": "Ariane 44L | NSS 6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2002-12-17T23:04:00Z",
            "window_end": "2002-12-17T23:04:00Z",
            "window_start": "2002-12-17T23:04:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 7115,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5504,
                "launch_library_id": null,
                "name": "NSS 6",
                "description": "he Dutch New Skies Satellites' NSS-6 telecommunications spacecraft was developed by Lockheed Martin Commercial Space Systems.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "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_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "eb4fca1b-9974-45c0-9b2f-4c72809e8e12",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/eb4fca1b-9974-45c0-9b2f-4c72809e8e12/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-nss-7",
            "name": "Ariane 44L | NSS 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2002-04-16T23:02:00Z",
            "window_end": "2002-04-16T23:02:00Z",
            "window_start": "2002-04-16T23:02:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 7084,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5473,
                "launch_library_id": null,
                "name": "NSS 7",
                "description": "Ariane mission V150 placed Lockheed Martin A2100-class satellite NSS 7 satellite into orbit. The satellite was owned by New Skies, an Intelsat spinoff, and carried a C/Ku band telecoms payload.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 4,
                    "name": "Geosynchronous Transfer Orbit",
                    "abbrev": "GSTO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "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_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "d504a4c1-9bfd-4245-8f36-a0c885779485",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d504a4c1-9bfd-4245-8f36-a0c885779485/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-palapa-c2-amos-1",
            "name": "Ariane 44L | Palapa C2 & AMOS 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1996-05-16T01:56:29Z",
            "window_end": "1996-05-16T01:56:29Z",
            "window_start": "1996-05-16T01:56:29Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 6730,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5120,
                "launch_library_id": null,
                "name": "Palapa C2 & AMOS 1",
                "description": "Palapa C2 and AMOS 1 are Indonesian and Israeli communications satellites.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "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_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        }
    ]
}