API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// 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'

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.0.0/launch/?format=api&offset=270&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7494,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=280&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=260&ordering=id",
    "results": [
        {
            "id": "09b75c4f-7584-4943-bb96-d18fc4d82f8a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09b75c4f-7584-4943-bb96-d18fc4d82f8a/?format=api",
            "launch_library_id": null,
            "slug": "tsiklon-3-strela-3-67-to-72",
            "name": "Tsiklon-3 | Strela-3 67 to 72",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1991-09-28T07:05:55Z",
            "window_end": "1991-09-28T07:05:55Z",
            "window_start": "1991-09-28T07:05:55Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 6398,
                "configuration": {
                    "id": 445,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
                    "name": "Tsiklon-3",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 4788,
                "launch_library_id": null,
                "name": "Strela-3 67 to 72",
                "description": "Second generation store-dump military communications satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 127,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/127/?format=api",
                "agency_id": 63,
                "name": "32/2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
                "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
                "latitude": "62.9063889",
                "longitude": "40.7844727",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_127_20200803143245.jpg",
                "total_launch_count": 65
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "09bba5e4-2d99-40c8-911c-ee36dcbb07d3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09bba5e4-2d99-40c8-911c-ee36dcbb07d3/?format=api",
            "launch_library_id": 1445,
            "slug": "ariane-5-g-envisat",
            "name": "Ariane 5 G | Envisat",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2002-03-01T01:07:59Z",
            "window_end": "2002-03-01T01:07:59Z",
            "window_start": "2002-03-01T01:07:59Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 475,
                "configuration": {
                    "id": 131,
                    "launch_library_id": 156,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/131/?format=api",
                    "name": "Ariane 5 G",
                    "family": "Ariane",
                    "full_name": "Ariane 5 G",
                    "variant": "G"
                }
            },
            "mission": {
                "id": 612,
                "launch_library_id": 764,
                "name": "Envisat",
                "description": "A large Earth-Observing satellite in sun synchronous polar orbit. ",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520g_image_20190222030331.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "09c89817-2937-4998-9a1c-633ff839907a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09c89817-2937-4998-9a1c-633ff839907a/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-3m-ds-u2-ip",
            "name": "Kosmos-3M | DS-U2-IP",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1970-11-17T18:20:01Z",
            "window_end": "1970-11-17T18:20:01Z",
            "window_start": "1970-11-17T18:20:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4072,
                "configuration": {
                    "id": 102,
                    "launch_library_id": 122,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 2490,
                "launch_library_id": null,
                "name": "DS-U2-IP",
                "description": "Ionospheric research satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 167,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "09c9d43b-68c2-4bb5-9141-7127421dd50c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09c9d43b-68c2-4bb5-9141-7127421dd50c/?format=api",
            "launch_library_id": null,
            "slug": "voskhod-zenit-4-47",
            "name": "Voskhod | Zenit-4 47",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1968-09-05T07:00:01Z",
            "window_end": "1968-09-05T07:00:01Z",
            "window_start": "1968-09-05T07:00:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3818,
                "configuration": {
                    "id": 104,
                    "launch_library_id": 138,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
                    "name": "Voskhod",
                    "family": "R-7",
                    "full_name": "Voskhod",
                    "variant": "Voskhod"
                }
            },
            "mission": {
                "id": 2236,
                "launch_library_id": null,
                "name": "Zenit-4 47",
                "description": "Zenit-4 film-return reconnaissance satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "09d5a8f8-225b-4b2d-93bb-5203bc47d092",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09d5a8f8-225b-4b2d-93bb-5203bc47d092/?format=api",
            "launch_library_id": null,
            "slug": "mu-3s-ii-akebono",
            "name": "Mu-3S-II | Akebono",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1989-02-21T23:30:00Z",
            "window_end": "1989-02-21T23:30:00Z",
            "window_start": "1989-02-21T23:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 1009,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1009/?format=api",
                "name": "Institute of Space and Astronautical Science",
                "type": "Government"
            },
            "rocket": {
                "id": 6154,
                "configuration": {
                    "id": 339,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/339/?format=api",
                    "name": "Mu-3S-II",
                    "family": "Mu",
                    "full_name": "Mu-3S-II",
                    "variant": "S-II"
                }
            },
            "mission": {
                "id": 4544,
                "launch_library_id": null,
                "name": "Akebono",
                "description": "Japanese upper atmosphere research satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 47,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/47/?format=api",
                "agency_id": 37,
                "name": "Mu Center",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Uchinoura_Space_Center",
                "map_url": "https://www.google.com/maps?q=31.2509794,131.0821319",
                "latitude": "31.2509794",
                "longitude": "131.0821319",
                "location": {
                    "id": 24,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/24/?format=api",
                    "name": "Uchinoura Space Center, Japan",
                    "country_code": "JPN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg",
                    "total_launch_count": 43,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_47_20200803143524.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "09d5abb8-ffed-4d0b-91c2-8086592036fc",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09d5abb8-ffed-4d0b-91c2-8086592036fc/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-11a511l-t2k-2",
            "name": "Soyuz 11A511L | T2K 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1971-02-26T05:06:21Z",
            "window_end": "1971-02-26T05:06:21Z",
            "window_start": "1971-02-26T05:06:21Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4107,
                "configuration": {
                    "id": 375,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/375/?format=api",
                    "name": "Soyuz 11A511L",
                    "family": "Soyuz",
                    "full_name": "Soyuz 11A511L",
                    "variant": "11A511L"
                }
            },
            "mission": {
                "id": 2525,
                "launch_library_id": null,
                "name": "T2K 2",
                "description": "Uncrewed lunar lander prototype without landing legs.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "09e45d9e-e140-4831-85a2-acd41b0f9777",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09e45d9e-e140-4831-85a2-acd41b0f9777/?format=api",
            "launch_library_id": null,
            "slug": "delta-3914-ots-1",
            "name": "Delta 3914 | OTS 1",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1977-09-13T23:31:00Z",
            "window_end": "1977-09-13T23:31:00Z",
            "window_start": "1977-09-13T23:31:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 4878,
                "configuration": {
                    "id": 291,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/291/?format=api",
                    "name": "Delta 3914",
                    "family": "Delta",
                    "full_name": "Delta 3914",
                    "variant": "3914"
                }
            },
            "mission": {
                "id": 3295,
                "launch_library_id": null,
                "name": "OTS 1",
                "description": "Experimental communications satellite developed by ESRO and operated by ESA",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "09f1e6f7-0abd-4072-bd72-65f1c14960db",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09f1e6f7-0abd-4072-bd72-65f1c14960db/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-3m-parus-44",
            "name": "Kosmos-3M | Parus 44",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1984-06-27T04:59:00Z",
            "window_end": "1984-06-27T04:59:00Z",
            "window_start": "1984-06-27T04:59:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5652,
                "configuration": {
                    "id": 102,
                    "launch_library_id": 122,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 4054,
                "launch_library_id": null,
                "name": "Parus 44",
                "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 167,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "09f25474-45dc-4001-a227-ec7f4bcb7c41",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09f25474-45dc-4001-a227-ec7f4bcb7c41/?format=api",
            "launch_library_id": null,
            "slug": "long-march-3a-beidou-daohang-shiyan-wei-4",
            "name": "Long March 3A | Beidou Daohang Shiyan Wei. 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-02-02T16:28:00Z",
            "window_end": "2007-02-02T16:28:00Z",
            "window_start": "2007-02-02T16:28:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 7305,
                "configuration": {
                    "id": 71,
                    "launch_library_id": 88,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/71/?format=api",
                    "name": "Long March 3A",
                    "family": "Long March",
                    "full_name": "Long March 3A",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5694,
                "launch_library_id": null,
                "name": "Beidou Daohang Shiyan Wei. 4",
                "description": "Last satellite of the 1st phase of the Chinese Beidou navigation system",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 45,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/45/?format=api",
                "agency_id": null,
                "name": "Launch Complex 2 (LC-2)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.245564,102.026751",
                "latitude": "28.245564",
                "longitude": "102.026751",
                "location": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
                    "name": "Xichang Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25203a_image_20190222031143.png",
            "infographic": null,
            "program": [
                {
                    "id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/35/?format=api",
                    "name": "BeiDou",
                    "description": "The BeiDou Navigation Satellite System is a satellite-based radio navigation system owned and operated by the China National Space Administration.[4] It is one of the global navigation satellite systems that provide geolocation and time information to a BDS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more BDS satellites.",
                    "agencies": [
                        {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beidou_program_20240102170615.png",
                    "start_date": "2000-10-31T00:00:00Z",
                    "end_date": null,
                    "info_url": "http://en.beidou.gov.cn/",
                    "wiki_url": "https://en.wikipedia.org/wiki/BeiDou"
                }
            ]
        },
        {
            "id": "09f956cc-3ec7-40e0-9d6f-e635189e6b82",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09f956cc-3ec7-40e0-9d6f-e635189e6b82/?format=api",
            "launch_library_id": null,
            "slug": "molniya-8k78m-pvb-molniya-3-50l",
            "name": "Molniya 8K78M-PVB | Molniya-3 50L",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1992-10-14T19:58:00Z",
            "window_end": "1992-10-14T19:58:00Z",
            "window_start": "1992-10-14T19:58:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 111,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/111/?format=api",
                "name": "Progress Rocket Space Center",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6472,
                "configuration": {
                    "id": 335,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/335/?format=api",
                    "name": "Molniya 8K78M-PVB",
                    "family": "R-7",
                    "full_name": "Molniya 8K78M-PVB",
                    "variant": "8K78M-PVB"
                }
            },
            "mission": {
                "id": 4862,
                "launch_library_id": null,
                "name": "Molniya-3 50L",
                "description": "Molniya communication satellites operating from a highly elliptical orbit",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/36/?format=api",
                "agency_id": 163,
                "name": "43/3 (43L)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.9273,40.45",
                "latitude": "62.9273",
                "longitude": "40.45",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
                "total_launch_count": 230
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}