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

{
    "count": 7208,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=10&ordering=last_updated",
    "previous": null,
    "results": [
        {
            "id": "22b6ed8d-7083-4c57-8caf-0c5cc76161f8",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/22b6ed8d-7083-4c57-8caf-0c5cc76161f8/?format=api",
            "slug": "zenit-2-gvm-tselina-2-2",
            "name": "Zenit-2 | GVM Tselina-2",
            "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:30:56Z",
            "net": "1985-06-21T08:29:32Z",
            "window_end": "1985-06-21T08:29:32Z",
            "window_start": "1985-06-21T08:29:32Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5757,
                "configuration": {
                    "id": 455,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/455/?format=api",
                    "name": "Zenit-2",
                    "family": "Zenith",
                    "full_name": "Zenit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4136,
                "name": "GVM Tselina-2",
                "description": "Dynamic simulator of the Tselina-2 ELINT satellite",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_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": 2948,
            "location_launch_attempt_count": 745,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 1897,
            "orbital_launch_attempt_count_year": 54,
            "location_launch_attempt_count_year": 18,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 44,
            "type": "normal"
        },
        {
            "id": "3704d527-adaa-4bd9-834d-e03a9f33577b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/3704d527-adaa-4bd9-834d-e03a9f33577b/?format=api",
            "slug": "zenit-2-gvm-tselina-2-4",
            "name": "Zenit-2 | GVM Tselina-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:30:56Z",
            "net": "1986-07-30T08:30:00Z",
            "window_end": "1986-07-30T08:30:00Z",
            "window_start": "1986-07-30T08:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5876,
                "configuration": {
                    "id": 455,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/455/?format=api",
                    "name": "Zenit-2",
                    "family": "Zenith",
                    "full_name": "Zenit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4136,
                "name": "GVM Tselina-2",
                "description": "Dynamic simulator of the Tselina-2 ELINT satellite",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_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": 3080,
            "location_launch_attempt_count": 784,
            "pad_launch_attempt_count": 5,
            "agency_launch_attempt_count": 2004,
            "orbital_launch_attempt_count_year": 61,
            "location_launch_attempt_count_year": 21,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 51,
            "type": "normal"
        },
        {
            "id": "78e0755c-0f93-4498-a6ae-bf708a05d81a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/78e0755c-0f93-4498-a6ae-bf708a05d81a/?format=api",
            "slug": "zenit-2-tselina-2-19",
            "name": "Zenit-2 | Tselina-2 19",
            "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:30:56Z",
            "net": "1997-05-20T07:07:00Z",
            "window_end": "1997-05-20T07:07:00Z",
            "window_start": "1997-05-20T07:07:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 6782,
                "configuration": {
                    "id": 455,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/455/?format=api",
                    "name": "Zenit-2",
                    "family": "Zenith",
                    "full_name": "Zenit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 5172,
                "name": "Tselina-2 19",
                "description": "Second generation ELING satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_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": 4134,
            "location_launch_attempt_count": 1088,
            "pad_launch_attempt_count": 26,
            "agency_launch_attempt_count": 69,
            "orbital_launch_attempt_count_year": 26,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "4ed1372f-e7fb-4cf9-bcaa-6d5eed8ec35d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4ed1372f-e7fb-4cf9-bcaa-6d5eed8ec35d/?format=api",
            "slug": "zenit-telstar-11n",
            "name": "Zenit | Telstar 11N",
            "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:56Z",
            "net": "2009-02-26T18:29:55Z",
            "window_end": "2009-02-26T18:29:55Z",
            "window_start": "2009-02-26T18:29:55Z",
            "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": 7385,
                "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": 5774,
                "name": "Telstar 11N",
                "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": 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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_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": 4954,
            "location_launch_attempt_count": 1310,
            "pad_launch_attempt_count": 37,
            "agency_launch_attempt_count": 31,
            "orbital_launch_attempt_count_year": 10,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "1e8d5155-2486-412b-ab59-a4e94126bc9a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1e8d5155-2486-412b-ab59-a4e94126bc9a/?format=api",
            "slug": "zenit-2-tselina-2-22",
            "name": "Zenit-2 | Tselina-2 22",
            "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:57Z",
            "net": "2004-06-10T01:28:00Z",
            "window_end": "2004-06-10T01:28:00Z",
            "window_start": "2004-06-10T01:28:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 7184,
                "configuration": {
                    "id": 455,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/455/?format=api",
                    "name": "Zenit-2",
                    "family": "Zenith",
                    "full_name": "Zenit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 5573,
                "name": "Tselina-2 22",
                "description": "Second generation ELING satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_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": 4650,
            "location_launch_attempt_count": 1223,
            "pad_launch_attempt_count": 34,
            "agency_launch_attempt_count": 138,
            "orbital_launch_attempt_count_year": 21,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "74b88b7d-d6fa-4420-a824-d346efde08fb",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/74b88b7d-d6fa-4420-a824-d346efde08fb/?format=api",
            "slug": "zenit-2-tselina-2-4",
            "name": "Zenit-2 | Tselina-2 4",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:30:57Z",
            "net": "1987-05-13T05:40:00Z",
            "window_end": "1987-05-13T05:40:00Z",
            "window_start": "1987-05-13T05:40:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5964,
                "configuration": {
                    "id": 455,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/455/?format=api",
                    "name": "Zenit-2",
                    "family": "Zenith",
                    "full_name": "Zenit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4358,
                "name": "Tselina-2 4",
                "description": "Second generation ELING satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_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": 3172,
            "location_launch_attempt_count": 818,
            "pad_launch_attempt_count": 9,
            "agency_launch_attempt_count": 2083,
            "orbital_launch_attempt_count_year": 43,
            "location_launch_attempt_count_year": 18,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 36,
            "type": "normal"
        },
        {
            "id": "413208eb-4bcd-4a4c-a56c-f3f93c5e16e0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/413208eb-4bcd-4a4c-a56c-f3f93c5e16e0/?format=api",
            "slug": "zenit-3f-elektro-l-no1",
            "name": "Zenit-3F | Elektro-L No.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:30:57Z",
            "net": "2011-01-20T12:29:01Z",
            "window_end": "2011-01-20T12:29:01Z",
            "window_start": "2011-01-20T12:29:01Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 1506,
                "configuration": {
                    "id": 58,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/58/?format=api",
                    "name": "Zenit 3F",
                    "family": "Zenith",
                    "full_name": "Zenit",
                    "variant": ""
                }
            },
            "mission": {
                "id": 895,
                "name": "Elektro-L No.1",
                "description": "Elektro-L is a series of meteorological satellites developed for the Russian Federal Space Agency by NPO Lavochkin. Electro-L №1 was the first of the series and became the first Russian weather satellite that successfully operates in geostationary orbit. It is designed to capture real-time images of clouds and the Earth’s underlying surface, heliogeophysical measurements, collection and translating hydrometeorological and service data.",
                "launch_designator": null,
                "type": "Earth Science",
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_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": 5097,
            "location_launch_attempt_count": 1356,
            "pad_launch_attempt_count": 40,
            "agency_launch_attempt_count": 200,
            "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": "7b192668-cd20-45cc-ae3a-2a8931cea1f2",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7b192668-cd20-45cc-ae3a-2a8931cea1f2/?format=api",
            "slug": "zenit-2-resurs-o1",
            "name": "Zenit-2 | Resurs-O1",
            "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:57Z",
            "net": "1994-11-04T05:47:00Z",
            "window_end": "1994-11-04T05:47:00Z",
            "window_start": "1994-11-04T05:47:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 6625,
                "configuration": {
                    "id": 455,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/455/?format=api",
                    "name": "Zenit-2",
                    "family": "Zenith",
                    "full_name": "Zenit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 5015,
                "name": "Resurs-O1",
                "description": "Resurs-O1 N3 or Resurs-O1 1 is the third earth observation satellite in the Russian Resurs-O1 program.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_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": 3935,
            "location_launch_attempt_count": 1042,
            "pad_launch_attempt_count": 22,
            "agency_launch_attempt_count": 43,
            "orbital_launch_attempt_count_year": 77,
            "location_launch_attempt_count_year": 23,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 13,
            "type": "normal"
        },
        {
            "id": "eab02191-d36e-49e0-bdf1-f4dd5417d443",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/eab02191-d36e-49e0-bdf1-f4dd5417d443/?format=api",
            "slug": "zenit-2-tselina-2-17",
            "name": "Zenit-2 | Tselina-2 17",
            "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:57Z",
            "net": "1995-10-31T20:19:00Z",
            "window_end": "1995-10-31T20:19:00Z",
            "window_start": "1995-10-31T20:19:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 6690,
                "configuration": {
                    "id": 455,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/455/?format=api",
                    "name": "Zenit-2",
                    "family": "Zenith",
                    "full_name": "Zenit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 5080,
                "name": "Tselina-2 17",
                "description": "Second generation ELING satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_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": 4015,
            "location_launch_attempt_count": 1063,
            "pad_launch_attempt_count": 24,
            "agency_launch_attempt_count": 55,
            "orbital_launch_attempt_count_year": 64,
            "location_launch_attempt_count_year": 14,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 9,
            "type": "normal"
        },
        {
            "id": "e7a1e5ba-62fd-4f4d-9343-fa2cc0141904",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e7a1e5ba-62fd-4f4d-9343-fa2cc0141904/?format=api",
            "slug": "zenit-2-gvm-tselina-2-7",
            "name": "Zenit-2 | GVM Tselina-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:30:57Z",
            "net": "1987-08-01T03:59:59Z",
            "window_end": "1987-08-01T03:59:59Z",
            "window_start": "1987-08-01T03:59:59Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5988,
                "configuration": {
                    "id": 455,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/455/?format=api",
                    "name": "Zenit-2",
                    "family": "Zenith",
                    "full_name": "Zenit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4136,
                "name": "GVM Tselina-2",
                "description": "Dynamic simulator of the Tselina-2 ELINT satellite",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_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": 3198,
            "location_launch_attempt_count": 827,
            "pad_launch_attempt_count": 10,
            "agency_launch_attempt_count": 2107,
            "orbital_launch_attempt_count_year": 69,
            "location_launch_attempt_count_year": 27,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 60,
            "type": "normal"
        }
    ]
}