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

{
  "count": 7900,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7820&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7800&ordering=-name",
  "results": [
    {
      "id": "b802a6d2-f19f-4427-b3d2-307308103bfb",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b802a6d2-f19f-4427-b3d2-307308103bfb/?format=api",
      "slug": "ariane-42p-pas-3",
      "name": "Ariane 42P | PAS 3",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T04:22:23Z",
      "net": "1994-12-01T22:57:51Z",
      "window_end": "1994-12-01T22:57:51Z",
      "window_start": "1994-12-01T22:57:51Z",
      "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": 6631,
        "configuration": {
          "id": 224,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
          "name": "Ariane 42P",
          "family": "Ariane",
          "full_name": "Ariane 42P",
          "variant": "42P"
        }
      },
      "mission": {
        "id": 5021,
        "name": "PAS 3",
        "description": "In November 1991, PanAmSat Corporation ordered three Hughes HS-601 model PAS (PanAmSat) satellites from Hughes Space and Communications Company. The satellites provide video services for program distribution and syndication; data services for business applications; and services for video, radio, data and telephone transmission. They were placed over the Pacific, Atlantic and Indian oceans, respectively. In August 1993, PanAmSat ordered a fourth satellite, to be used as a spare. The spare was pressed into service to replace the first PAS-3 spacecraft, which was lost during a launch vehicle failure.",
        "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": 333,
          "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/ariane42p_at_el_image_20240310184548.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3952,
      "location_launch_attempt_count": 79,
      "pad_launch_attempt_count": 45,
      "agency_launch_attempt_count": 69,
      "orbital_launch_attempt_count_year": 84,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 8,
      "type": "normal"
    },
    {
      "id": "db61d44c-154c-4020-95a0-a6163ed73a11",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/db61d44c-154c-4020-95a0-a6163ed73a11/?format=api",
      "slug": "ariane-42p-mugunghwa-3",
      "name": "Ariane 42P | Mugunghwa 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:21Z",
      "net": "1999-09-04T22:34:00Z",
      "window_end": "1999-09-04T22:34:00Z",
      "window_start": "1999-09-04T22:34: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": 6937,
        "configuration": {
          "id": 224,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
          "name": "Ariane 42P",
          "family": "Ariane",
          "full_name": "Ariane 42P",
          "variant": "42P"
        }
      },
      "mission": {
        "id": 5327,
        "name": "Mugunghwa 3",
        "description": "The Koreasat 3 satellite is configured to provide both fixed and direct broadcast services. Korea Telecom's new A2100A has 24 Ku-Band (Fixed Satellite Service), six Ku-Band (Direct Broadcast Service), and three Ka-Band transponders. It also features a steerable antenna providing an improved coverage capability.",
        "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": 333,
          "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/ariane42p_at_el_image_20240310184548.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4337,
      "location_launch_attempt_count": 128,
      "pad_launch_attempt_count": 91,
      "agency_launch_attempt_count": 116,
      "orbital_launch_attempt_count_year": 48,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "1184552a-8f49-4ea8-ab0d-1b8cacfb84b6",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/1184552a-8f49-4ea8-ab0d-1b8cacfb84b6/?format=api",
      "slug": "ariane-42p-m-sat-1",
      "name": "Ariane 42P | M-SAT 1",
      "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": "1996-04-20T22:36:00Z",
      "window_end": "1996-04-20T22:36:00Z",
      "window_start": "1996-04-20T22:36: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": 6722,
        "configuration": {
          "id": 224,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
          "name": "Ariane 42P",
          "family": "Ariane",
          "full_name": "Ariane 42P",
          "variant": "42P"
        }
      },
      "mission": {
        "id": 5112,
        "name": "M-SAT 1",
        "description": "North 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": 333,
          "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/ariane42p_at_el_image_20240310184548.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4064,
      "location_launch_attempt_count": 94,
      "pad_launch_attempt_count": 60,
      "agency_launch_attempt_count": 84,
      "orbital_launch_attempt_count_year": 23,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "0a8aae50-34bd-45a3-a8c7-cee458851d74",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0a8aae50-34bd-45a3-a8c7-cee458851d74/?format=api",
      "slug": "ariane-42p-insat-2e",
      "name": "Ariane 42P | Insat 2E",
      "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-04-02T22:03:00Z",
      "window_end": "1999-04-02T22:03:00Z",
      "window_start": "1999-04-02T22:03: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": 6909,
        "configuration": {
          "id": 224,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
          "name": "Ariane 42P",
          "family": "Ariane",
          "full_name": "Ariane 42P",
          "variant": "42P"
        }
      },
      "mission": {
        "id": 5299,
        "name": "Insat 2E",
        "description": "Insat-2E of the Insat-2 series of satellites built by ISRO, is a multi-purpose satellites for telecommunication, television broadcasting and meteriological services.",
        "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": 333,
          "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/ariane42p_at_el_image_20240310184548.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4305,
      "location_launch_attempt_count": 126,
      "pad_launch_attempt_count": 89,
      "agency_launch_attempt_count": 114,
      "orbital_launch_attempt_count_year": 16,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "91e73ebe-228a-4e88-8817-a7df4e6c65f0",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/91e73ebe-228a-4e88-8817-a7df4e6c65f0/?format=api",
      "slug": "ariane-42p-hot-bird-4",
      "name": "Ariane 42P | Hot Bird 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:22Z",
      "net": "1998-02-27T22:38:00Z",
      "window_end": "1998-02-27T22:38:00Z",
      "window_start": "1998-02-27T22: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": 6842,
        "configuration": {
          "id": 224,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
          "name": "Ariane 42P",
          "family": "Ariane",
          "full_name": "Ariane 42P",
          "variant": "42P"
        }
      },
      "mission": {
        "id": 5232,
        "name": "Hot Bird 4",
        "description": "Geostationary 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": 333,
          "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/ariane42p_at_el_image_20240310184548.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4221,
      "location_launch_attempt_count": 115,
      "pad_launch_attempt_count": 79,
      "agency_launch_attempt_count": 104,
      "orbital_launch_attempt_count_year": 14,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "d6361cc2-82d9-4c03-9939-4c3111cbc921",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/d6361cc2-82d9-4c03-9939-4c3111cbc921/?format=api",
      "slug": "ariane-42p-galaxy-7",
      "name": "Ariane 42P | Galaxy 7",
      "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:19Z",
      "net": "1992-10-28T00:15:00Z",
      "window_end": "1992-10-28T00:15:00Z",
      "window_start": "1992-10-28T00:15: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": 6475,
        "configuration": {
          "id": 224,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
          "name": "Ariane 42P",
          "family": "Ariane",
          "full_name": "Ariane 42P",
          "variant": "42P"
        }
      },
      "mission": {
        "id": 4865,
        "name": "Galaxy 7",
        "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": 333,
          "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/ariane42p_at_el_image_20240310184548.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3762,
      "location_launch_attempt_count": 63,
      "pad_launch_attempt_count": 29,
      "agency_launch_attempt_count": 53,
      "orbital_launch_attempt_count_year": 74,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "65ae6cab-d00d-4141-aa87-dd9123c72ef0",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/65ae6cab-d00d-4141-aa87-dd9123c72ef0/?format=api",
      "slug": "ariane-42p-galaxy-4h",
      "name": "Ariane 42P | Galaxy 4H",
      "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": "1993-06-25T00:18:00Z",
      "window_end": "1993-06-25T00:18:00Z",
      "window_start": "1993-06-25T00:18: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": 6527,
        "configuration": {
          "id": 224,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
          "name": "Ariane 42P",
          "family": "Ariane",
          "full_name": "Ariane 42P",
          "variant": "42P"
        }
      },
      "mission": {
        "id": 4917,
        "name": "Galaxy 4H",
        "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": 333,
          "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/ariane42p_at_el_image_20240310184548.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3825,
      "location_launch_attempt_count": 66,
      "pad_launch_attempt_count": 32,
      "agency_launch_attempt_count": 56,
      "orbital_launch_attempt_count_year": 40,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "1a7749ab-c8ce-4d5b-b747-3f592b0eb080",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/1a7749ab-c8ce-4d5b-b747-3f592b0eb080/?format=api",
      "slug": "ariane-42p-echostar-ii",
      "name": "Ariane 42P | Echostar II",
      "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": "1996-09-11T00:00:59Z",
      "window_end": "1996-09-11T00:00:59Z",
      "window_start": "1996-09-11T00:00:59Z",
      "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": 6749,
        "configuration": {
          "id": 224,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
          "name": "Ariane 42P",
          "family": "Ariane",
          "full_name": "Ariane 42P",
          "variant": "42P"
        }
      },
      "mission": {
        "id": 5139,
        "name": "Echostar II",
        "description": "American geostationary communications spacecraft",
        "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": 333,
          "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/ariane42p_at_el_image_20240310184548.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4100,
      "location_launch_attempt_count": 100,
      "pad_launch_attempt_count": 65,
      "agency_launch_attempt_count": 90,
      "orbital_launch_attempt_count_year": 59,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 9,
      "agency_launch_attempt_count_year": 10,
      "type": "normal"
    },
    {
      "id": "c0b504f1-37d5-43d4-9df8-7e6f4c445e9b",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/c0b504f1-37d5-43d4-9df8-7e6f4c445e9b/?format=api",
      "slug": "ariane-42p-directv-3",
      "name": "Ariane 42P | DirecTV 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:20Z",
      "net": "1995-06-10T00:24:00Z",
      "window_end": "1995-06-10T00:24:00Z",
      "window_start": "1995-06-10T00:24: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": 6666,
        "configuration": {
          "id": 224,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
          "name": "Ariane 42P",
          "family": "Ariane",
          "full_name": "Ariane 42P",
          "variant": "42P"
        }
      },
      "mission": {
        "id": 5056,
        "name": "DirecTV 3",
        "description": "DirecTV 2 is a high-powered satellites built by Hughes Space and Communications Company (HSC) which began bringing true direct broadcast satellite (DBS) service to homes throughout North America in 1994.",
        "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": 333,
          "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/ariane42p_at_el_image_20240310184548.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3993,
      "location_launch_attempt_count": 83,
      "pad_launch_attempt_count": 49,
      "agency_launch_attempt_count": 73,
      "orbital_launch_attempt_count_year": 32,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "a01e8e23-3294-4a3e-bde7-8bd03ae0d08a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a01e8e23-3294-4a3e-bde7-8bd03ae0d08a/?format=api",
      "slug": "ariane-42p-astra-1d",
      "name": "Ariane 42P | Astra 1D",
      "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": "1994-11-01T00:37:00Z",
      "window_end": "1994-11-01T00:37:00Z",
      "window_start": "1994-11-01T00:37: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": 6622,
        "configuration": {
          "id": 224,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
          "name": "Ariane 42P",
          "family": "Ariane",
          "full_name": "Ariane 42P",
          "variant": "42P"
        }
      },
      "mission": {
        "id": 5012,
        "name": "Astra 1D",
        "description": "Second Hughes spacecraft ordered by SES",
        "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": 333,
          "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/ariane42p_at_el_image_20240310184548.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3941,
      "location_launch_attempt_count": 78,
      "pad_launch_attempt_count": 44,
      "agency_launch_attempt_count": 68,
      "orbital_launch_attempt_count_year": 73,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    }
  ]
}