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

{
    "count": 7507,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2930&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2910&ordering=-name",
    "results": [
        {
            "id": "532ff649-cb1b-496f-9618-4d13b19deb2e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/532ff649-cb1b-496f-9618-4d13b19deb2e/?format=api",
            "slug": "shavit-2-ofeq-7",
            "name": "Shavit-2 | Ofeq-7",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:58:14Z",
            "net": "2007-06-10T23:40:00Z",
            "window_end": "2007-06-10T23:40:00Z",
            "window_start": "2007-06-10T23:40:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/35/?format=api",
                "name": "Israeli Space Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 7318,
                "configuration": {
                    "id": 110,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 5707,
                "name": "Ofeq-7",
                "description": "Second generation Israeli reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "timezone_name": "Asia/Jerusalem",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "country_code": "ISR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4844,
            "location_launch_attempt_count": 7,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 27,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "87592bf3-0250-4cb0-a76b-32a6bf65c4c3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/87592bf3-0250-4cb0-a76b-32a6bf65c4c3/?format=api",
            "slug": "shavit-2-ofeq-6",
            "name": "Shavit-2 | Ofeq-6",
            "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:58:14Z",
            "net": "2004-09-06T10:53:00Z",
            "window_end": "2004-09-06T10:53:00Z",
            "window_start": "2004-09-06T10:53:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/35/?format=api",
                "name": "Israeli Space Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 7196,
                "configuration": {
                    "id": 110,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 5585,
                "name": "Ofeq-6",
                "description": "Military observation satellite failed to reach orbit. Finanical loss estimated by Israeli press as $ 100 million..",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "timezone_name": "Asia/Jerusalem",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "country_code": "ISR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4674,
            "location_launch_attempt_count": 6,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 6,
            "orbital_launch_attempt_count_year": 35,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "9a65e762-b91e-4d9e-8da4-36e7b7bf4a23",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/9a65e762-b91e-4d9e-8da4-36e7b7bf4a23/?format=api",
            "slug": "shavit-2-ofeq-5",
            "name": "Shavit-2 | Ofeq-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:58:14Z",
            "net": "2002-05-28T15:25:00Z",
            "window_end": "2002-05-28T15:25:00Z",
            "window_start": "2002-05-28T15:25:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/35/?format=api",
                "name": "Israeli Space Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 7089,
                "configuration": {
                    "id": 110,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 5478,
                "name": "Ofeq-5",
                "description": "Military Observation satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "timezone_name": "Asia/Jerusalem",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "country_code": "ISR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4536,
            "location_launch_attempt_count": 5,
            "pad_launch_attempt_count": 5,
            "agency_launch_attempt_count": 5,
            "orbital_launch_attempt_count_year": 25,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "02c372d4-3bb2-4de3-a676-4cd6cfec9728",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/02c372d4-3bb2-4de3-a676-4cd6cfec9728/?format=api",
            "slug": "shavit-2-ofeq-4",
            "name": "Shavit-2 | Ofeq-4",
            "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:58:14Z",
            "net": "1998-01-22T12:56:00Z",
            "window_end": "1998-01-22T12:56:00Z",
            "window_start": "1998-01-22T12:56:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/35/?format=api",
                "name": "Israeli Space Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 6834,
                "configuration": {
                    "id": 110,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 5224,
                "name": "Ofeq-4",
                "description": "Intended for surveillance of Israel's neighbours, the Ofeq series is unusual in having a retrograde orbit. This is due to the geographical location of Israel, which gives only an unobstructed launch path over the mediterranean sea. It is similar to the EROS-A civilian Earth observation satellite. Ofeq 4 (which was possibly the prototype EROS-A satellite) was lost in an launch failure in early 1998.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "timezone_name": "Asia/Jerusalem",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "country_code": "ISR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4210,
            "location_launch_attempt_count": 4,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 4,
            "orbital_launch_attempt_count_year": 3,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "8d79a5c1-adfc-4ba5-9a68-2f2307fe20f8",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8d79a5c1-adfc-4ba5-9a68-2f2307fe20f8/?format=api",
            "slug": "shavit-2-ofeq-3",
            "name": "Shavit-2 | Ofeq-3",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:58:14Z",
            "net": "1995-04-05T11:16:00Z",
            "window_end": "1995-04-05T11:16:00Z",
            "window_start": "1995-04-05T11:16:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/35/?format=api",
                "name": "Israeli Space Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 6656,
                "configuration": {
                    "id": 110,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 5046,
                "name": "Ofeq-3",
                "description": "The Ofeq 3 series was the first generation of Israeli spy satellites.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "timezone_name": "Asia/Jerusalem",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "country_code": "ISR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3982,
            "location_launch_attempt_count": 3,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 3,
            "orbital_launch_attempt_count_year": 21,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "c9783273-5177-4271-b4ea-45e536279afd",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/c9783273-5177-4271-b4ea-45e536279afd/?format=api",
            "slug": "shavit-2-ofeq-11",
            "name": "Shavit-2 | Ofeq-11",
            "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:58:14Z",
            "net": "2016-09-13T14:38:00Z",
            "window_end": "2016-09-13T14:38:00Z",
            "window_start": "2016-09-13T14:38:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/95/?format=api",
                "name": "Israel Aerospace Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1953,
                "configuration": {
                    "id": 110,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 520,
                "name": "Ofeq-11",
                "description": "Ofeq-11 is part of the Ofeq family of the reconnaissance satellites designed and built by Israel Aerospace Industries for the Israeli Ministry of Defense.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "timezone_name": "Asia/Jerusalem",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "country_code": "ISR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5587,
            "location_launch_attempt_count": 10,
            "pad_launch_attempt_count": 10,
            "agency_launch_attempt_count": 3,
            "orbital_launch_attempt_count_year": 58,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "34db2703-befe-4753-bc94-60f834efaf4d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/34db2703-befe-4753-bc94-60f834efaf4d/?format=api",
            "slug": "shavit-2-ofeq-10",
            "name": "Shavit-2 | Ofeq-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:58:13Z",
            "net": "2014-04-09T19:06:02Z",
            "window_end": "2014-04-09T19:06:02Z",
            "window_start": "2014-04-09T19:06:02Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/95/?format=api",
                "name": "Israel Aerospace Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1749,
                "configuration": {
                    "id": 110,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": null,
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "timezone_name": "Asia/Jerusalem",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "country_code": "ISR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5368,
            "location_launch_attempt_count": 9,
            "pad_launch_attempt_count": 9,
            "agency_launch_attempt_count": 2,
            "orbital_launch_attempt_count_year": 5368,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "01235b60-f0db-4a04-ba87-abf6ffbe204b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/01235b60-f0db-4a04-ba87-abf6ffbe204b/?format=api",
            "slug": "shavit-2-ofek-9",
            "name": "Shavit-2 | Ofek-9",
            "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:58:15Z",
            "net": "2010-06-22T19:00:00Z",
            "window_end": "2010-06-22T19:00:00Z",
            "window_start": "2010-06-22T19:00:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/95/?format=api",
                "name": "Israel Aerospace Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1469,
                "configuration": {
                    "id": 110,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": null,
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "timezone_name": "Asia/Jerusalem",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "country_code": "ISR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5065,
            "location_launch_attempt_count": 8,
            "pad_launch_attempt_count": 8,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 5065,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "e1bacce7-8c20-423c-ae8e-37b1749ecde7",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e1bacce7-8c20-423c-ae8e-37b1749ecde7/?format=api",
            "slug": "shavit-2-ofek-16",
            "name": "Shavit-2 | Ofek-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:58:14Z",
            "net": "2020-07-06T01:00:00Z",
            "window_end": "2020-07-06T01:00:00Z",
            "window_start": "2020-07-06T01:00:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/95/?format=api",
                "name": "Israel Aerospace Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2728,
                "configuration": {
                    "id": 110,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 1129,
                "name": "Ofek-16",
                "description": "Ofek is a series of Israeli reconnaissance satellites.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "timezone_name": "Asia/Jerusalem",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "country_code": "ISR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5971,
            "location_launch_attempt_count": 11,
            "pad_launch_attempt_count": 11,
            "agency_launch_attempt_count": 4,
            "orbital_launch_attempt_count_year": 49,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "032efced-4436-42f7-9dda-2e1ad65b059f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/032efced-4436-42f7-9dda-2e1ad65b059f/?format=api",
            "slug": "shavit-2-ofek-13",
            "name": "Shavit-2 | Ofek-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": "2024-09-18T16:47:32Z",
            "net": "2023-03-28T23:10:00Z",
            "window_end": "2023-03-28T23:10:00Z",
            "window_start": "2023-03-28T23:10:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/95/?format=api",
                "name": "Israel Aerospace Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7836,
                "configuration": {
                    "id": 110,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 6339,
                "name": "Ofek-13",
                "description": "Ofek is a series of Israeli reconnaissance satellites. Ofek-13 is an Israeli SAR (Synthetic Aperture Radar) reconnaissance satellite that combines high resolution with large area coverage using electronic beam steering.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "timezone_name": "Asia/Jerusalem",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "country_code": "ISR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shavit-2_liftof_image_20240918164729.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6417,
            "location_launch_attempt_count": 12,
            "pad_launch_attempt_count": 12,
            "agency_launch_attempt_count": 5,
            "orbital_launch_attempt_count_year": 49,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}