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

{
  "count": 7871,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3400&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3380&ordering=-name",
  "results": [
    {
      "id": "3171d3d7-a1db-43a7-aa15-546d1cf93b7a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/3171d3d7-a1db-43a7-aa15-546d1cf93b7a/?format=api",
      "slug": "proton-mdm-2-enhanced-3-x-glonass-m-kosmos-2459-ko",
      "name": "Proton-M/DM-2 Enhanced | 3 x Glonass-M (Kosmos 2459, Kosmos 2460, Kosmos 2461)",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2024-06-15T13:19:38Z",
      "net": "2010-03-01T21:19:44Z",
      "window_end": "2010-03-01T21:19:44Z",
      "window_start": "2010-03-01T21:19:44Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
        "name": "Khrunichev State Research and Production Space Center",
        "type": "Government"
      },
      "rocket": {
        "id": 1444,
        "configuration": {
          "id": 94,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/94/?format=api",
          "name": "Proton-M",
          "family": "Proton / UR-500",
          "full_name": "Proton-M DM-2 Enhanced",
          "variant": "DM-2 Enhanced"
        }
      },
      "mission": {
        "id": 356,
        "name": "3 x Glonass-M (Kosmos 2459, Kosmos 2460, Kosmos 2461)",
        "description": "Glonass-M, also known as Uragan-M, are the second generation of Uragan satellite design used for GLONASS satellite navigation system. GLONASS is a Russian space-based navigation system comparable to the similar GPS and Galileo systems. This generation improves on accuracy, power consumption and design life. Each satellite weighs 1415 kg, is equipped with 12 L-band antennas, and has an operational lifetime of 7 years.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 7,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/7/?format=api",
        "agency_id": null,
        "name": "81/24 (81P)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
        "latitude": "46.071001",
        "longitude": "62.984999",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
        "total_launch_count": 93,
        "orbital_launch_attempt_count": 93
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m_image_20191211081456.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 34,
          "url": "https://ll.thespacedevs.com/2.2.0/program/34/?format=api",
          "name": "GLONASS",
          "description": "GLONASS (ГЛОНАСС, IPA: [ɡɫɐˈnas]; Russian: Глобальная навигационная спутниковая система, tr. Global'naya Navigatsionnaya Sputnikovaya Sistema, lit. 'Global Navigation Satellite System') is a Russian satellite navigation system operating as part of a radionavigation-satellite service. It provides an alternative to Global Positioning System (GPS) and is the second navigational system in operation with global coverage and of comparable precision.",
          "agencies": [
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/glonass_program_20240102170258.png",
          "start_date": "1982-10-12T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.glonass-iac.ru/en/",
          "wiki_url": "https://en.wikipedia.org/wiki/GLONASS",
          "mission_patches": [],
          "type": {
            "id": 4,
            "name": "Navigation Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 5039,
      "location_launch_attempt_count": 1335,
      "pad_launch_attempt_count": 59,
      "agency_launch_attempt_count": 151,
      "orbital_launch_attempt_count_year": 7,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "1e07a8db-a092-477b-9476-6b0a826a1e7b",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/1e07a8db-a092-477b-9476-6b0a826a1e7b/?format=api",
      "slug": "proton-m-directv-12",
      "name": "Proton-M | DirecTV 12",
      "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-14T03:35:00Z",
      "net": "2009-12-29T00:22:00Z",
      "window_end": "2009-12-29T00:22:00Z",
      "window_start": "2009-12-29T00:22:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
        "name": "Khrunichev State Research and Production Space Center",
        "type": "Government"
      },
      "rocket": {
        "id": 7415,
        "configuration": {
          "id": 87,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/87/?format=api",
          "name": "Proton-M",
          "family": "Proton / UR-500",
          "full_name": "Proton-M Briz-M Enhanced",
          "variant": "Briz-M Enhanced"
        }
      },
      "mission": {
        "id": 5804,
        "name": "DirecTV 12",
        "description": "A satellite built by Boeing used by DirecTV to provide additional HD channels and video on demand content.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 15,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
        "agency_id": null,
        "name": "200/39 (200L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
        "latitude": "46.039984",
        "longitude": "63.032093",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
        "total_launch_count": 167,
        "orbital_launch_attempt_count": 167
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m_image_20191211081456.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5032,
      "location_launch_attempt_count": 1331,
      "pad_launch_attempt_count": 126,
      "agency_launch_attempt_count": 149,
      "orbital_launch_attempt_count_year": 78,
      "location_launch_attempt_count_year": 24,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 9,
      "type": "normal"
    },
    {
      "id": "ff1ce87b-a249-4c95-a443-c82d3f758c53",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ff1ce87b-a249-4c95-a443-c82d3f758c53/?format=api",
      "slug": "proton-m-directv-10",
      "name": "Proton-M | DirecTV 10",
      "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-14T03:35:10Z",
      "net": "2007-07-07T01:16:00Z",
      "window_end": "2007-07-07T01:16:00Z",
      "window_start": "2007-07-07T01:16:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
        "name": "Khrunichev State Research and Production Space Center",
        "type": "Government"
      },
      "rocket": {
        "id": 7324,
        "configuration": {
          "id": 87,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/87/?format=api",
          "name": "Proton-M",
          "family": "Proton / UR-500",
          "full_name": "Proton-M Briz-M Enhanced",
          "variant": "Briz-M Enhanced"
        }
      },
      "mission": {
        "id": 5713,
        "name": "DirecTV 10",
        "description": "American geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 15,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
        "agency_id": null,
        "name": "200/39 (200L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
        "latitude": "46.039984",
        "longitude": "63.032093",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
        "total_launch_count": 167,
        "orbital_launch_attempt_count": 167
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m_image_20191211081456.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4851,
      "location_launch_attempt_count": 1277,
      "pad_launch_attempt_count": 109,
      "agency_launch_attempt_count": 125,
      "orbital_launch_attempt_count_year": 34,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "c9be9fdf-e8f7-4000-8c9b-d2476e8c8dab",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/c9be9fdf-e8f7-4000-8c9b-d2476e8c8dab/?format=api",
      "slug": "proton-m-ciel-2",
      "name": "Proton-M | Ciel 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-14T03:35:12Z",
      "net": "2008-12-10T13:43:00Z",
      "window_end": "2008-12-10T13:43:00Z",
      "window_start": "2008-12-10T13:43:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
        "name": "Khrunichev State Research and Production Space Center",
        "type": "Government"
      },
      "rocket": {
        "id": 7376,
        "configuration": {
          "id": 87,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/87/?format=api",
          "name": "Proton-M",
          "family": "Proton / UR-500",
          "full_name": "Proton-M Briz-M Enhanced",
          "variant": "Briz-M Enhanced"
        }
      },
      "mission": {
        "id": 5765,
        "name": "Ciel 2",
        "description": "Canadian geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 15,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
        "agency_id": null,
        "name": "200/39 (200L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
        "latitude": "46.039984",
        "longitude": "63.032093",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
        "total_launch_count": 167,
        "orbital_launch_attempt_count": 167
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m_image_20191211081456.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4950,
      "location_launch_attempt_count": 1306,
      "pad_launch_attempt_count": 118,
      "agency_launch_attempt_count": 139,
      "orbital_launch_attempt_count_year": 65,
      "location_launch_attempt_count_year": 18,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 9,
      "type": "normal"
    },
    {
      "id": "73a3c33c-5679-4f64-aa03-67167cb0a7e1",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/73a3c33c-5679-4f64-aa03-67167cb0a7e1/?format=api",
      "slug": "proton-mbriz-m-yamal-601",
      "name": "Proton-M/Briz-M | Yamal-601",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2024-10-11T17:17:35Z",
      "net": "2019-05-30T17:42:00Z",
      "window_end": "2019-05-30T17:42:00Z",
      "window_start": "2019-05-30T17:42:00Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
        "name": "Khrunichev State Research and Production Space Center",
        "type": "Government"
      },
      "rocket": {
        "id": 2151,
        "configuration": {
          "id": 22,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/22/?format=api",
          "name": "Proton-M Briz-M",
          "family": "Proton / UR-500",
          "full_name": "Proton-M Briz-M",
          "variant": "Briz-M"
        }
      },
      "mission": {
        "id": 775,
        "name": "Yamal-601",
        "description": "Yamal-601 is a geostationary communications satellite for Gazprom Space Systems.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 15,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
        "agency_id": null,
        "name": "200/39 (200L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
        "latitude": "46.039984",
        "longitude": "63.032093",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
        "total_launch_count": 167,
        "orbital_launch_attempt_count": 167
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m2520briz-m_image_20190224012317.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5855,
      "location_launch_attempt_count": 1499,
      "pad_launch_attempt_count": 162,
      "agency_launch_attempt_count": 181,
      "orbital_launch_attempt_count_year": 35,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "25c656f0-b919-431f-bf7f-856a87242e82",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/25c656f0-b919-431f-bf7f-856a87242e82/?format=api",
      "slug": "proton-m-briz-m-yamal-401",
      "name": "Proton-M Briz-M | Yamal-401",
      "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-14T03:32:38Z",
      "net": "2014-12-15T00:16:00Z",
      "window_end": "2014-12-15T00:16:00Z",
      "window_start": "2014-12-15T00:16:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 118,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/118/?format=api",
        "name": "International Launch Services",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1810,
        "configuration": {
          "id": 22,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/22/?format=api",
          "name": "Proton-M Briz-M",
          "family": "Proton / UR-500",
          "full_name": "Proton-M Briz-M",
          "variant": "Briz-M"
        }
      },
      "mission": null,
      "pad": {
        "id": 7,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/7/?format=api",
        "agency_id": null,
        "name": "81/24 (81P)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
        "latitude": "46.071001",
        "longitude": "62.984999",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
        "total_launch_count": 93,
        "orbital_launch_attempt_count": 93
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m2520briz-m_image_20190224012317.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5434,
      "location_launch_attempt_count": 1441,
      "pad_launch_attempt_count": 80,
      "agency_launch_attempt_count": 31,
      "orbital_launch_attempt_count_year": 85,
      "location_launch_attempt_count_year": 18,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "3fbad4c1-2601-41fa-9d16-27cce5f366bf",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/3fbad4c1-2601-41fa-9d16-27cce5f366bf/?format=api",
      "slug": "proton-mbriz-m-turksat-4b",
      "name": "Proton-M/Briz-M | Türksat 4B",
      "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-14T03:35:18Z",
      "net": "2015-10-16T20:40:11Z",
      "window_end": "2015-10-16T20:40:11Z",
      "window_start": "2015-10-16T20:40:11Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 118,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/118/?format=api",
        "name": "International Launch Services",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1877,
        "configuration": {
          "id": 22,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/22/?format=api",
          "name": "Proton-M Briz-M",
          "family": "Proton / UR-500",
          "full_name": "Proton-M Briz-M",
          "variant": "Briz-M"
        }
      },
      "mission": {
        "id": 5847,
        "name": "Türksat 4B",
        "description": "Türksat 4B is a geostationary communications satellite. It is positioned at 50 degree East location, providing telecommunication and direct TV services to customers in Europe, Central Asia and Middle East.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 15,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
        "agency_id": null,
        "name": "200/39 (200L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
        "latitude": "46.039984",
        "longitude": "63.032093",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
        "total_launch_count": 167,
        "orbital_launch_attempt_count": 167
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m2520briz-m_image_20190224012317.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5505,
      "location_launch_attempt_count": 1457,
      "pad_launch_attempt_count": 158,
      "agency_launch_attempt_count": 36,
      "orbital_launch_attempt_count_year": 63,
      "location_launch_attempt_count_year": 13,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "d0ee6d66-da15-475d-8f30-351953b67836",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/d0ee6d66-da15-475d-8f30-351953b67836/?format=api",
      "slug": "proton-mbriz-m-turksat-4a",
      "name": "Proton-M/Briz-M | Türksat-4A",
      "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-14T03:32:41Z",
      "net": "2014-02-14T21:09:03Z",
      "window_end": "2014-02-14T21:09:03Z",
      "window_start": "2014-02-14T21:09:03Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 118,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/118/?format=api",
        "name": "International Launch Services",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1738,
        "configuration": {
          "id": 22,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/22/?format=api",
          "name": "Proton-M Briz-M",
          "family": "Proton / UR-500",
          "full_name": "Proton-M Briz-M",
          "variant": "Briz-M"
        }
      },
      "mission": {
        "id": 42,
        "name": "Türksat 4A",
        "description": "Türksat 4A is a Turkish communications satellite in development, which will be operated by Türksat.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 7,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/7/?format=api",
        "agency_id": null,
        "name": "81/24 (81P)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
        "latitude": "46.071001",
        "longitude": "62.984999",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
        "total_launch_count": 93,
        "orbital_launch_attempt_count": 93
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m2520briz-m_image_20190224012317.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5356,
      "location_launch_attempt_count": 1425,
      "pad_launch_attempt_count": 75,
      "agency_launch_attempt_count": 30,
      "orbital_launch_attempt_count_year": 7,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "4ebe686e-c05b-447b-b213-473228b8f337",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/4ebe686e-c05b-447b-b213-473228b8f337/?format=api",
      "slug": "proton-m-briz-m-thor-5",
      "name": "Proton-M Briz-M | Thor 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-14T03:35:17Z",
      "net": "2008-02-11T11:34:00Z",
      "window_end": "2008-02-11T11:34:00Z",
      "window_start": "2008-02-11T11:34:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
        "name": "Khrunichev State Research and Production Space Center",
        "type": "Government"
      },
      "rocket": {
        "id": 7343,
        "configuration": {
          "id": 22,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/22/?format=api",
          "name": "Proton-M Briz-M",
          "family": "Proton / UR-500",
          "full_name": "Proton-M Briz-M",
          "variant": "Briz-M"
        }
      },
      "mission": {
        "id": 5732,
        "name": "Thor 5",
        "description": "Norwegian geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 15,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
        "agency_id": null,
        "name": "200/39 (200L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
        "latitude": "46.039984",
        "longitude": "63.032093",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
        "total_launch_count": 167,
        "orbital_launch_attempt_count": 167
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m2520briz-m_image_20190224012317.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4891,
      "location_launch_attempt_count": 1291,
      "pad_launch_attempt_count": 113,
      "agency_launch_attempt_count": 132,
      "orbital_launch_attempt_count_year": 6,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "b1ed65b9-ad8a-4d1b-b959-a4458cd4740f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b1ed65b9-ad8a-4d1b-b959-a4458cd4740f/?format=api",
      "slug": "proton-m-briz-m-sirius-xm-5",
      "name": "Proton-M Briz-M | Sirius XM-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": "2024-06-15T13:48:16Z",
      "net": "2010-10-14T18:53:21Z",
      "window_end": "2010-10-14T18:53:21Z",
      "window_start": "2010-10-14T18:53:21Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 118,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/118/?format=api",
        "name": "International Launch Services",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1489,
        "configuration": {
          "id": 22,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/22/?format=api",
          "name": "Proton-M Briz-M",
          "family": "Proton / UR-500",
          "full_name": "Proton-M Briz-M",
          "variant": "Briz-M"
        }
      },
      "mission": null,
      "pad": {
        "id": 7,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/7/?format=api",
        "agency_id": null,
        "name": "81/24 (81P)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
        "latitude": "46.071001",
        "longitude": "62.984999",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
        "total_launch_count": 93,
        "orbital_launch_attempt_count": 93
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m2520briz-m_image_20190224012317.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5087,
      "location_launch_attempt_count": 1349,
      "pad_launch_attempt_count": 61,
      "agency_launch_attempt_count": 7,
      "orbital_launch_attempt_count_year": 55,
      "location_launch_attempt_count_year": 18,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    }
  ]
}