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

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7470&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7450&ordering=name",
    "results": [
        {
            "id": "45f61bb9-602d-4b0d-a1d7-805409470e5e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/45f61bb9-602d-4b0d-a1d7-805409470e5e/?format=api",
            "slug": "zenit-estrela-do-sul-1",
            "name": "Zenit | Estrela do Sul 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-14T03:33:19Z",
            "net": "2004-01-11T04:12:59Z",
            "window_end": "2004-01-11T04:12:59Z",
            "window_start": "2004-01-11T04:12:59Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7168,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5557,
                "name": "Estrela do Sul 1",
                "description": "Estrela do Sul (Telstar 14) is a communications satellite operated by Loral Skynet do Brazil, which offers its customers coverage throughout Latin America with connectivity into North America.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4640,
            "location_launch_attempt_count": 13,
            "pad_launch_attempt_count": 12,
            "agency_launch_attempt_count": 12,
            "orbital_launch_attempt_count_year": 1,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "2b64318f-f7d0-4c46-87ac-46020a014c21",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2b64318f-f7d0-4c46-87ac-46020a014c21/?format=api",
            "slug": "zenit-galaxy-13",
            "name": "Zenit | Galaxy 13",
            "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:33:19Z",
            "net": "2003-10-01T04:02:59Z",
            "window_end": "2003-10-01T04:02:59Z",
            "window_start": "2003-10-01T04:02:59Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7151,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5540,
                "name": "Galaxy 13",
                "description": "Horizons-1, also known as Galaxy 13, is a geostationary communications satellite operated by Intelsat",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4621,
            "location_launch_attempt_count": 12,
            "pad_launch_attempt_count": 11,
            "agency_launch_attempt_count": 11,
            "orbital_launch_attempt_count_year": 45,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "fad1e0d5-9b97-421c-81dc-69a92e50062a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/fad1e0d5-9b97-421c-81dc-69a92e50062a/?format=api",
            "slug": "zenit-galaxy-16",
            "name": "Zenit | Galaxy 16",
            "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:33:18Z",
            "net": "2006-06-18T07:50:00Z",
            "window_end": "2006-06-18T07:50:00Z",
            "window_start": "2006-06-18T07:50:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7271,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5660,
                "name": "Galaxy 16",
                "description": "Galaxy 16 is a C- and Ku-band satellite with 24 C-band and 24 Ku-band transponders. The spacecraft is a version of SS/L's space-proven SSL-1300 satellite platform, which has an excellent record of reliable operation. The geostationary SSL-1300 has a designed service life of 15 years and maintains station-keeping and orbital stability by using bipropellant propulsion and momentum-bias systems.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4775,
            "location_launch_attempt_count": 24,
            "pad_launch_attempt_count": 21,
            "agency_launch_attempt_count": 21,
            "orbital_launch_attempt_count_year": 25,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "f6652314-5f42-49bb-b444-3e9ada6ad4a0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/f6652314-5f42-49bb-b444-3e9ada6ad4a0/?format=api",
            "slug": "zenit-galaxy-18",
            "name": "Zenit | Galaxy 18",
            "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:33:18Z",
            "net": "2008-05-21T09:43:59Z",
            "window_end": "2008-05-21T09:43:59Z",
            "window_start": "2008-05-21T09:43:59Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7352,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5741,
                "name": "Galaxy 18",
                "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": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4909,
            "location_launch_attempt_count": 30,
            "pad_launch_attempt_count": 27,
            "agency_launch_attempt_count": 28,
            "orbital_launch_attempt_count_year": 24,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "5fc81128-c6da-4977-ae8f-24548a95b7de",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5fc81128-c6da-4977-ae8f-24548a95b7de/?format=api",
            "slug": "zenit-galaxy-19",
            "name": "Zenit | Galaxy 19",
            "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:33:18Z",
            "net": "2008-09-24T09:27:59Z",
            "window_end": "2008-09-24T09:27:59Z",
            "window_start": "2008-09-24T09:27:59Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7366,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5755,
                "name": "Galaxy 19",
                "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": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4932,
            "location_launch_attempt_count": 32,
            "pad_launch_attempt_count": 29,
            "agency_launch_attempt_count": 30,
            "orbital_launch_attempt_count_year": 47,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "8d6453fe-9c6a-4827-aa40-8bc409857429",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8d6453fe-9c6a-4827-aa40-8bc409857429/?format=api",
            "slug": "zenit-galaxy-3c",
            "name": "Zenit | Galaxy 3C",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:33:18Z",
            "net": "2002-06-15T22:39:30Z",
            "window_end": "2002-06-15T22:39:30Z",
            "window_start": "2002-06-15T22:39:30Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7093,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5482,
                "name": "Galaxy 3C",
                "description": "Galaxy 3C is a geostationary C- and Ku-band communications satellite operated by PanAmSat and later by Intelsat.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4541,
            "location_launch_attempt_count": 9,
            "pad_launch_attempt_count": 8,
            "agency_launch_attempt_count": 8,
            "orbital_launch_attempt_count_year": 30,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "5195b5e3-2e8f-46d2-91d2-1d187faa2419",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5195b5e3-2e8f-46d2-91d2-1d187faa2419/?format=api",
            "slug": "zenit-ico-f1",
            "name": "Zenit | ICO F1",
            "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-14T03:33:19Z",
            "net": "2000-03-12T14:49:15Z",
            "window_end": "2000-03-12T14:49:15Z",
            "window_start": "2000-03-12T14:49:15Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6977,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5366,
                "name": "ICO F1",
                "description": "MEO communications satellite.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4383,
            "location_launch_attempt_count": 4,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 3,
            "orbital_launch_attempt_count_year": 16,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "2a5497b4-615d-4d76-baf4-17ddb415d2c8",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2a5497b4-615d-4d76-baf4-17ddb415d2c8/?format=api",
            "slug": "zenit-inmarsat-4-f2",
            "name": "Zenit | INMARSAT 4 F2",
            "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:33:19Z",
            "net": "2005-11-08T14:06:59Z",
            "window_end": "2005-11-08T14:06:59Z",
            "window_start": "2005-11-08T14:06:59Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7248,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5637,
                "name": "INMARSAT 4 F2",
                "description": "Inmarsat-4 is the fourth generation of satellites for the London-based global mobile satellite communications operator Inmarsat.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4742,
            "location_launch_attempt_count": 20,
            "pad_launch_attempt_count": 18,
            "agency_launch_attempt_count": 18,
            "orbital_launch_attempt_count_year": 48,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "553cb300-cb1d-42a9-a681-6c2ed744714f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/553cb300-cb1d-42a9-a681-6c2ed744714f/?format=api",
            "slug": "zenit-intelsat-ia-8",
            "name": "Zenit | Intelsat IA-8",
            "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:33:17Z",
            "net": "2005-06-23T14:03:00Z",
            "window_end": "2005-06-23T14:03:00Z",
            "window_start": "2005-06-23T14:03:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7231,
                "configuration": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5620,
                "name": "Intelsat IA-8",
                "description": "Intelsat IA-8 is a geostationary communications satellite located at. 89 degrees W. The satellite provides coverage to North and South America customers for Intelsat.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "country_code": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36,
                "orbital_launch_attempt_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4719,
            "location_launch_attempt_count": 19,
            "pad_launch_attempt_count": 17,
            "agency_launch_attempt_count": 17,
            "orbital_launch_attempt_count_year": 25,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "57abb01d-9ab6-4933-b6f9-b09cfcf08a78",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/57abb01d-9ab6-4933-b6f9-b09cfcf08a78/?format=api",
            "slug": "zenit-intelsat-is-15",
            "name": "Zenit | Intelsat IS-15",
            "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:30:59Z",
            "net": "2009-11-30T21:00:00Z",
            "window_end": "2009-11-30T21:00:00Z",
            "window_start": "2009-11-30T21:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7411,
                "configuration": {
                    "id": 91,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/91/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SLB",
                    "variant": "3SLB"
                }
            },
            "mission": {
                "id": 5800,
                "name": "Intelsat IS-15",
                "description": "American geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 2,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/2/?format=api",
                "agency_id": null,
                "name": "45/1",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
                "latitude": "45.943492",
                "longitude": "63.653014",
                "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": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
                "total_launch_count": 46,
                "orbital_launch_attempt_count": 46
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5024,
            "location_launch_attempt_count": 1328,
            "pad_launch_attempt_count": 39,
            "agency_launch_attempt_count": 34,
            "orbital_launch_attempt_count_year": 70,
            "location_launch_attempt_count_year": 21,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        }
    ]
}