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

{
  "count": 7901,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7810&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7790&ordering=-name",
  "results": [
    {
      "id": "61165db6-7586-4814-826a-c2369e5b53a0",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/61165db6-7586-4814-826a-c2369e5b53a0/?format=api",
      "slug": "ariane-44l-directv-1-thaicom-1",
      "name": "Ariane 44L | DirecTV 1 & Thaicom 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:22Z",
      "net": "1993-12-18T01:27:00Z",
      "window_end": "1993-12-18T01:27:00Z",
      "window_start": "1993-12-18T01:27: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": 6563,
        "configuration": {
          "id": 225,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/225/?format=api",
          "name": "Ariane 44L",
          "family": "Ariane",
          "full_name": "Ariane 44L",
          "variant": "44L"
        }
      },
      "mission": {
        "id": 4953,
        "name": "DirecTV 1 & Thaicom 1",
        "description": "DirecTV 1 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. Thaicom 1 is a Thai 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": 334,
          "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_44l_at_e_image_20240401082337.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3867,
      "location_launch_attempt_count": 71,
      "pad_launch_attempt_count": 37,
      "agency_launch_attempt_count": 61,
      "orbital_launch_attempt_count_year": 82,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "4c22aac0-9071-4cbd-adae-5affaaac0027",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/4c22aac0-9071-4cbd-adae-5affaaac0027/?format=api",
      "slug": "ariane-44l-arabsat-iia-turksat-1c",
      "name": "Ariane 44L | Arabsat IIA & Türksat 1C",
      "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": "1996-07-09T22:24:55Z",
      "window_end": "1996-07-09T22:24:55Z",
      "window_start": "1996-07-09T22:24:55Z",
      "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": 6737,
        "configuration": {
          "id": 225,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/225/?format=api",
          "name": "Ariane 44L",
          "family": "Ariane",
          "full_name": "Ariane 44L",
          "variant": "44L"
        }
      },
      "mission": {
        "id": 5127,
        "name": "Arabsat IIA & Türksat 1C",
        "description": "Arabsat IIA and Türksat 1C are Saudi Arabian and Turkish communications satellites.",
        "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": 334,
          "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_44l_at_e_image_20240401082337.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4085,
      "location_launch_attempt_count": 98,
      "pad_launch_attempt_count": 63,
      "agency_launch_attempt_count": 88,
      "orbital_launch_attempt_count_year": 44,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 8,
      "type": "normal"
    },
    {
      "id": "75741a2a-bebe-4f2e-8a9d-3b24bd1cdc24",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/75741a2a-bebe-4f2e-8a9d-3b24bd1cdc24/?format=api",
      "slug": "ariane-44l-arabsat-3a-skynet-4e",
      "name": "Ariane 44L | Arabsat 3A & Skynet 4E",
      "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": "1999-02-26T22:44:00Z",
      "window_end": "1999-02-26T22:44:00Z",
      "window_start": "1999-02-26T22:44: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": 6904,
        "configuration": {
          "id": 225,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/225/?format=api",
          "name": "Ariane 44L",
          "family": "Ariane",
          "full_name": "Ariane 44L",
          "variant": "44L"
        }
      },
      "mission": {
        "id": 5294,
        "name": "Arabsat 3A & Skynet 4E",
        "description": "Arabsat 3A and Skynet 4E are geostationary communications satellites.",
        "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": 334,
          "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_44l_at_e_image_20240401082337.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4298,
      "location_launch_attempt_count": 125,
      "pad_launch_attempt_count": 88,
      "agency_launch_attempt_count": 113,
      "orbital_launch_attempt_count_year": 9,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "db1d8d95-1859-4c7c-8f9a-ce15726f9022",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/db1d8d95-1859-4c7c-8f9a-ce15726f9022/?format=api",
      "slug": "ariane-44l-arabsat-2b-measat-2",
      "name": "Ariane 44L | Arabsat 2B & MEASAT 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:22Z",
      "net": "1996-11-13T22:40:00Z",
      "window_end": "1996-11-13T22:40:00Z",
      "window_start": "1996-11-13T22:40: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": 6755,
        "configuration": {
          "id": 225,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/225/?format=api",
          "name": "Ariane 44L",
          "family": "Ariane",
          "full_name": "Ariane 44L",
          "variant": "44L"
        }
      },
      "mission": {
        "id": 5145,
        "name": "Arabsat 2B & MEASAT 2",
        "description": "Arabsat 2B and MEASAT 2 are Saudi Arabian and Malaysian communications satellites.",
        "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": 334,
          "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_44l_at_e_image_20240401082337.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4108,
      "location_launch_attempt_count": 101,
      "pad_launch_attempt_count": 66,
      "agency_launch_attempt_count": 91,
      "orbital_launch_attempt_count_year": 67,
      "location_launch_attempt_count_year": 11,
      "pad_launch_attempt_count_year": 10,
      "agency_launch_attempt_count_year": 11,
      "type": "normal"
    },
    {
      "id": "84fc6683-daad-4477-b801-6888e4685fa0",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/84fc6683-daad-4477-b801-6888e4685fa0/?format=api",
      "slug": "ariane-44l-anik-f1",
      "name": "Ariane 44L | Anik F1",
      "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": "2000-11-21T23:56:00Z",
      "window_end": "2000-11-21T23:56:00Z",
      "window_start": "2000-11-21T23:56: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": 7025,
        "configuration": {
          "id": 225,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/225/?format=api",
          "name": "Ariane 44L",
          "family": "Ariane",
          "full_name": "Ariane 44L",
          "variant": "44L"
        }
      },
      "mission": {
        "id": 5414,
        "name": "Anik F1",
        "description": "Anik F1 is a Canadian communications satellite, which was ordered in March 1998. It is based on Boeing's BSS-702 model. The satellite carries 84 active transponders: 36 in C-band and 48 in Ku-band. The spacecraft provides general telecommunications services for North and South America. The satellite was designed for an end-of-life power of 16 kW. Anik F1 was launched in late 2000 on an Ariane-44L H10-3 rocket.",
        "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": 334,
          "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_44l_at_e_image_20240401082337.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4445,
      "location_launch_attempt_count": 145,
      "pad_launch_attempt_count": 104,
      "agency_launch_attempt_count": 132,
      "orbital_launch_attempt_count_year": 78,
      "location_launch_attempt_count_year": 11,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 11,
      "type": "normal"
    },
    {
      "id": "76b86478-0e8a-4c75-ab72-393f23599d4a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/76b86478-0e8a-4c75-ab72-393f23599d4a/?format=api",
      "slug": "ariane-44l-afristar-ge-5",
      "name": "Ariane 44L | Afristar & GE 5",
      "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": "1998-10-28T22:15:00Z",
      "window_end": "1998-10-28T22:15:00Z",
      "window_start": "1998-10-28T22: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": 6885,
        "configuration": {
          "id": 225,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/225/?format=api",
          "name": "Ariane 44L",
          "family": "Ariane",
          "full_name": "Ariane 44L",
          "variant": "44L"
        }
      },
      "mission": {
        "id": 5275,
        "name": "Afristar & GE 5",
        "description": "Geostationary communications satellites",
        "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": 334,
          "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_44l_at_e_image_20240401082337.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4275,
      "location_launch_attempt_count": 122,
      "pad_launch_attempt_count": 85,
      "agency_launch_attempt_count": 110,
      "orbital_launch_attempt_count_year": 68,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 8,
      "type": "normal"
    },
    {
      "id": "33518d7f-9212-4c8e-85f4-295bcd2877fe",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/33518d7f-9212-4c8e-85f4-295bcd2877fe/?format=api",
      "slug": "ariane-42p-topex-poseidon-kitsat-1-s80t",
      "name": "Ariane 42P | Topex-Poseidon, Kitsat 1 & S80/T",
      "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": "1992-08-10T23:08:07Z",
      "window_end": "1992-08-10T23:08:07Z",
      "window_start": "1992-08-10T23:08:07Z",
      "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": 6458,
        "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": 4848,
        "name": "Topex-Poseidon, Kitsat 1 & S80/T",
        "description": "The TOPEX/POSEIDON satellite was launched on 10 August 1992 with the objective of \"observing and understanding the ocean circulation\". A joint project between NASA, the U.S. space agency, and CNES, the French space agency, it carries two radar altimeters and precise orbit determination systems, including the DORIS system. KITSAT-1 (Korean Institute of Technology Satellite) was a collaborative research mission, encompassing the installation of a groundstation in South Korea, participation of Korean engineers in the UoSAT-5 mission, technology transfer and training of students on the MSc courses at Surrey, and the involvement in a engineering and flight microsatellites. The S80/T satellite was built for CNES by Matra Marconi Space using the Surrey Satellite Technology Microbus (Uosat) bus.",
        "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": 334,
          "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": 3741,
      "location_launch_attempt_count": 61,
      "pad_launch_attempt_count": 27,
      "agency_launch_attempt_count": 51,
      "orbital_launch_attempt_count_year": 53,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "945af374-aa72-4260-b4b8-7042613f4f71",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/945af374-aa72-4260-b4b8-7042613f4f71/?format=api",
      "slug": "ariane-42p-telkom-1",
      "name": "Ariane 42P | Telkom 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:25Z",
      "net": "1999-08-12T22:52:00Z",
      "window_end": "1999-08-12T22:52:00Z",
      "window_start": "1999-08-12T22:52: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": 6933,
        "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": 5323,
        "name": "Telkom 1",
        "description": "Telkom-1 is an Indonesian geostationary communications satellite operated by PT Telkomunikasi.",
        "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": 334,
          "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": 4333,
      "location_launch_attempt_count": 127,
      "pad_launch_attempt_count": 90,
      "agency_launch_attempt_count": 115,
      "orbital_launch_attempt_count_year": 44,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "ded373b1-5aa8-4ccf-aa4b-c578a84da5da",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ded373b1-5aa8-4ccf-aa4b-c578a84da5da/?format=api",
      "slug": "ariane-42p-superbird-a1",
      "name": "Ariane 42P | Superbird A1",
      "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": "1992-12-01T22:48:00Z",
      "window_end": "1992-12-01T22:48:00Z",
      "window_start": "1992-12-01T22:48: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": 6487,
        "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": 4877,
        "name": "Superbird A1",
        "description": "Japanese 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": 334,
          "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": 3774,
      "location_launch_attempt_count": 64,
      "pad_launch_attempt_count": 30,
      "agency_launch_attempt_count": 54,
      "orbital_launch_attempt_count_year": 86,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "29ec4d13-ade4-4cb8-8cff-f830ee45094c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/29ec4d13-ade4-4cb8-8cff-f830ee45094c/?format=api",
      "slug": "ariane-42p-spot-5",
      "name": "Ariane 42P | SPOT 5",
      "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": "2002-05-04T01:31:46Z",
      "window_end": "2002-05-04T01:31:46Z",
      "window_start": "2002-05-04T01:31: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": 7085,
        "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": 5474,
        "name": "SPOT 5",
        "description": "The main instrument was the HRVIR imaging camera payload including a 2.5-meter resolution imager. A secondary experiment was the 5-band VEGETATION-2 instrument with 1-km resolution.",
        "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": 334,
          "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": 4532,
      "location_launch_attempt_count": 160,
      "pad_launch_attempt_count": 115,
      "agency_launch_attempt_count": 147,
      "orbital_launch_attempt_count_year": 21,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    }
  ]
}