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

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

GET Return a list of all Launch objects.

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

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

EXAMPLE ?mode=list

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

EXAMPLE - ?search=SpaceX

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

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=70&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=50&ordering=name",
    "results": [
        {
            "id": "9f40e894-1f09-4899-a816-524bf75c8607",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/9f40e894-1f09-4899-a816-524bf75c8607/?format=api",
            "slug": "ariane-40-helios-1a",
            "name": "Ariane 40 | Helios 1A",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:22:25Z",
            "net": "1995-07-07T16:23:34Z",
            "window_end": "1995-07-07T16:23:34Z",
            "window_start": "1995-07-07T16:23:34Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6669,
                "configuration": {
                    "id": 222,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/222/?format=api",
                    "name": "Ariane 40",
                    "family": "Ariane",
                    "full_name": "Ariane 40",
                    "variant": "40"
                }
            },
            "mission": {
                "id": 5059,
                "name": "Helios 1A",
                "description": "The Helios program is Europe's military optical reconnaissance system consisting of both a space and a ground segment, which commenced service in 1995, jointly funded by the French, Italian and Spanish governments. The Helios I optical observation satellites, launched in July 1995 and December 1999 respectively, can acquire high resolution images of any point on the globe, with daily revisit capability.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
                "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.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119,
                "orbital_launch_attempt_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_40_at_el_image_20240401084332.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3998,
            "location_launch_attempt_count": 84,
            "pad_launch_attempt_count": 50,
            "agency_launch_attempt_count": 74,
            "orbital_launch_attempt_count_year": 37,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "2065c03b-ae36-4037-af79-c329a04f5142",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2065c03b-ae36-4037-af79-c329a04f5142/?format=api",
            "slug": "ariane-40-helios-1b",
            "name": "Ariane 40 | Helios 1B",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:22:17Z",
            "net": "1999-12-03T16:22:46Z",
            "window_end": "1999-12-03T16:22:46Z",
            "window_start": "1999-12-03T16:22:46Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6956,
                "configuration": {
                    "id": 222,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/222/?format=api",
                    "name": "Ariane 40",
                    "family": "Ariane",
                    "full_name": "Ariane 40",
                    "variant": "40"
                }
            },
            "mission": {
                "id": 5345,
                "name": "Helios 1B",
                "description": "The Helios program is Europe's military optical reconnaissance system consisting of both a space and a ground segment, which commenced service in 1995, jointly funded by the French, Italian and Spanish governments. The Helios I optical observation satellites, launched in July 1995 and December 1999 respectively, can acquire high resolution images of any point on the globe, with daily revisit capability. Helios-1B had suffered a breakdown of its power supply system in October 2004 and could no longer perform any work after operating for just under its 5-year nominal life expectancy.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
                "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.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119,
                "orbital_launch_attempt_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_40_at_el_image_20240401084332.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4357,
            "location_launch_attempt_count": 132,
            "pad_launch_attempt_count": 95,
            "agency_launch_attempt_count": 120,
            "orbital_launch_attempt_count_year": 68,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 8,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "5d3b07e7-d677-4d3a-8746-bddeafe03113",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5d3b07e7-d677-4d3a-8746-bddeafe03113/?format=api",
            "slug": "ariane-40-spot-2",
            "name": "Ariane 40 | SPOT 2",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:22:23Z",
            "net": "1990-01-22T01:35:27Z",
            "window_end": "1990-01-22T01:35:27Z",
            "window_start": "1990-01-22T01:35:27Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6235,
                "configuration": {
                    "id": 222,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/222/?format=api",
                    "name": "Ariane 40",
                    "family": "Ariane",
                    "full_name": "Ariane 40",
                    "variant": "40"
                }
            },
            "mission": {
                "id": 4625,
                "name": "SPOT 2",
                "description": "French Earth observation satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
                "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.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119,
                "orbital_launch_attempt_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_40_at_el_image_20240401084332.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3481,
            "location_launch_attempt_count": 44,
            "pad_launch_attempt_count": 10,
            "agency_launch_attempt_count": 34,
            "orbital_launch_attempt_count_year": 5,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "19707565-d35c-49ef-8a59-e04c6d2cd8b2",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/19707565-d35c-49ef-8a59-e04c6d2cd8b2/?format=api",
            "slug": "ariane-40-spot-3",
            "name": "Ariane 40 | SPOT 3",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:22:24Z",
            "net": "1993-09-26T01:45:00Z",
            "window_end": "1993-09-26T01:45:00Z",
            "window_start": "1993-09-26T01:45:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6548,
                "configuration": {
                    "id": 222,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/222/?format=api",
                    "name": "Ariane 40",
                    "family": "Ariane",
                    "full_name": "Ariane 40",
                    "variant": "40"
                }
            },
            "mission": {
                "id": 4938,
                "name": "SPOT 3",
                "description": "The satellites SPOT 1, 2 and 3 (Satellite Probatoire de l'Observation de la Terre) were the first generation of SPOT earth observation satellites operated by Spot Image.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
                "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.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119,
                "orbital_launch_attempt_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_40_at_el_image_20240401084332.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3849,
            "location_launch_attempt_count": 68,
            "pad_launch_attempt_count": 34,
            "agency_launch_attempt_count": 58,
            "orbital_launch_attempt_count_year": 64,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "a2f98864-493d-4c23-a4e6-09e90a503c08",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/a2f98864-493d-4c23-a4e6-09e90a503c08/?format=api",
            "slug": "ariane-40-spot-4",
            "name": "Ariane 40 | SPOT-4",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:22:23Z",
            "net": "1998-03-24T01:46:00Z",
            "window_end": "1998-03-24T01:46:00Z",
            "window_start": "1998-03-24T01:46:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6845,
                "configuration": {
                    "id": 222,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/222/?format=api",
                    "name": "Ariane 40",
                    "family": "Ariane",
                    "full_name": "Ariane 40",
                    "variant": "40"
                }
            },
            "mission": {
                "id": 5235,
                "name": "SPOT-4",
                "description": "The satellites SPOT 4 (Satellite Probatoire de l'Observation de la Terre) was a second generation of SPOT earth observation satellite operated by Spot Image.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
                "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.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119,
                "orbital_launch_attempt_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_40_at_el_image_20240401084332.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4225,
            "location_launch_attempt_count": 116,
            "pad_launch_attempt_count": 80,
            "agency_launch_attempt_count": 105,
            "orbital_launch_attempt_count_year": 18,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "1740e746-5fc4-493b-a56f-805fa6241f32",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1740e746-5fc4-493b-a56f-805fa6241f32/?format=api",
            "slug": "ariane-42l-astra-1c-arsene",
            "name": "Ariane 42L | Astra 1C & Arsene",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:22:24Z",
            "net": "1993-05-12T00:56:32Z",
            "window_end": "1993-05-12T00:56:32Z",
            "window_start": "1993-05-12T00:56:32Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6520,
                "configuration": {
                    "id": 223,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/223/?format=api",
                    "name": "Ariane 42L",
                    "family": "Ariane",
                    "full_name": "Ariane 42L",
                    "variant": "42L"
                }
            },
            "mission": {
                "id": 4910,
                "name": "Astra 1C & Arsene",
                "description": "Astra 1B was the third of the Astra communications satellites launched and operated by SES (Société Européenne des Satellites). Arsene (Ariane Radio-Amateur Satellite Enseignement Espace) was designed and built by the French space agency CNES's radio amateur group (RACE) and carried a VHF/UHF and a UHF/S-band transponder.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
                "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.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119,
                "orbital_launch_attempt_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_42l_at_e_image_20240401083718.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3816,
            "location_launch_attempt_count": 65,
            "pad_launch_attempt_count": 31,
            "agency_launch_attempt_count": 55,
            "orbital_launch_attempt_count_year": 31,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "a623c45a-c619-42ac-9729-c0e653d6f97a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/a623c45a-c619-42ac-9729-c0e653d6f97a/?format=api",
            "slug": "ariane-42l-astra-1e",
            "name": "Ariane 42L | Astra 1E",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:22:18Z",
            "net": "1995-10-19T00:38:00Z",
            "window_end": "1995-10-19T00:38:00Z",
            "window_start": "1995-10-19T00:38:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6687,
                "configuration": {
                    "id": 223,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/223/?format=api",
                    "name": "Ariane 42L",
                    "family": "Ariane",
                    "full_name": "Ariane 42L",
                    "variant": "42L"
                }
            },
            "mission": {
                "id": 5077,
                "name": "Astra 1E",
                "description": "With its constellation of Astra spacecraft, Société Européenne des Satellites (SES) of Luxembourg is delivering analog as well as digital television and radio services across Europe. Hughes Space and Communications Company (HSC) was building a series of Hughes 601 and Hughes 601HP body-stabilized model spacecraft for SES in its facilities in El Segundo, Calif.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
                "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.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119,
                "orbital_launch_attempt_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_42l_at_e_image_20240401083718.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4021,
            "location_launch_attempt_count": 88,
            "pad_launch_attempt_count": 54,
            "agency_launch_attempt_count": 78,
            "orbital_launch_attempt_count_year": 60,
            "location_launch_attempt_count_year": 9,
            "pad_launch_attempt_count_year": 9,
            "agency_launch_attempt_count_year": 9,
            "type": "normal"
        },
        {
            "id": "05ea7f72-be63-473f-9e1f-e3fc96111fe6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/05ea7f72-be63-473f-9e1f-e3fc96111fe6/?format=api",
            "slug": "ariane-42l-galaxy-10r",
            "name": "Ariane 42L | Galaxy 10R",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:22:16Z",
            "net": "2000-01-25T01:04:00Z",
            "window_end": "2000-01-25T01:04:00Z",
            "window_start": "2000-01-25T01:04:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6965,
                "configuration": {
                    "id": 223,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/223/?format=api",
                    "name": "Ariane 42L",
                    "family": "Ariane",
                    "full_name": "Ariane 42L",
                    "variant": "42L"
                }
            },
            "mission": {
                "id": 5354,
                "name": "Galaxy 10R",
                "description": "American communications satellite.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
                "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.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119,
                "orbital_launch_attempt_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_42l_at_e_image_20240401083718.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4369,
            "location_launch_attempt_count": 135,
            "pad_launch_attempt_count": 97,
            "agency_launch_attempt_count": 122,
            "orbital_launch_attempt_count_year": 2,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "223cdca7-fdb8-48c7-88a4-afd57e7ce692",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/223cdca7-fdb8-48c7-88a4-afd57e7ce692/?format=api",
            "slug": "ariane-42l-galaxy-4r",
            "name": "Ariane 42L | Galaxy 4R",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:22:21Z",
            "net": "2000-04-19T00:29:00Z",
            "window_end": "2000-04-19T00:29:00Z",
            "window_start": "2000-04-19T00:29:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6981,
                "configuration": {
                    "id": 223,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/223/?format=api",
                    "name": "Ariane 42L",
                    "family": "Ariane",
                    "full_name": "Ariane 42L",
                    "variant": "42L"
                }
            },
            "mission": {
                "id": 5370,
                "name": "Galaxy 4R",
                "description": "Galaxy 4R, a Hughes HS-601HP or \"high power\" spacecraft, provides broadcast and telecommunications service to North America, with the capability to provide back-up services to Latin America. The satellite was built on an expedited basis.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
                "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.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119,
                "orbital_launch_attempt_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_42l_at_e_image_20240401083718.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4389,
            "location_launch_attempt_count": 138,
            "pad_launch_attempt_count": 99,
            "agency_launch_attempt_count": 125,
            "orbital_launch_attempt_count_year": 22,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "ad30fd7c-3789-4ff2-a6ae-ced672fcac75",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ad30fd7c-3789-4ff2-a6ae-ced672fcac75/?format=api",
            "slug": "ariane-42l-insat-3c",
            "name": "Ariane 42L | Insat 3C",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:22:23Z",
            "net": "2002-01-23T23:46:57Z",
            "window_end": "2002-01-23T23:46:57Z",
            "window_start": "2002-01-23T23:46:57Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7073,
                "configuration": {
                    "id": 223,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/223/?format=api",
                    "name": "Ariane 42L",
                    "family": "Ariane",
                    "full_name": "Ariane 42L",
                    "variant": "42L"
                }
            },
            "mission": {
                "id": 5462,
                "name": "Insat 3C",
                "description": "Indian National Satellite (Insat) is a multipurpose space system for communication, broadcasting and meteorological services. Insat-3C, carrying Fixed Satellite Services (FSS) transponders, Broadcast Satellite Services (BSS) transponders and Mobile Satellite Services (MSS) transponders is intended to continue the services of Insat-2DT and Insat-2C which are nearing their end of life besides improving and augmenting the Insat system capacity. Insat-3C is the second satellite of the Insat-3 series.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
                "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.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119,
                "orbital_launch_attempt_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_42l_at_e_image_20240401083718.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4513,
            "location_launch_attempt_count": 155,
            "pad_launch_attempt_count": 111,
            "agency_launch_attempt_count": 142,
            "orbital_launch_attempt_count_year": 2,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}