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

{
    "count": 7496,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=390&ordering=net",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=370&ordering=net",
    "results": [
        {
            "id": "3ae9b045-69a2-44fa-9219-e0e4bc0a17f5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3ae9b045-69a2-44fa-9219-e0e4bc0a17f5/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-d-vela-2a-2b",
            "name": "Atlas Agena D | Vela 2A & 2B",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-07-17T08:22:00Z",
            "window_end": "1964-07-17T08:22:00Z",
            "window_start": "1964-07-17T08:22: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": 3298,
                "configuration": {
                    "id": 232,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/232/?format=api",
                    "name": "Atlas Agena D",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena D",
                    "variant": "Agena D"
                }
            },
            "mission": {
                "id": 1720,
                "launch_library_id": null,
                "name": "Vela 2A & 2B",
                "description": "The Vela (meaning \"watchman\" in Spanish) series of spacecraft were designed to monitor worldwide compliance with the 1963 nuclear test ban treaty.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 117,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/117/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 13",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
                "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
                "latitude": "28.4859",
                "longitude": "-80.546594",
                "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_117_20200803143223.jpg",
                "total_launch_count": 21
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "e95c82d8-eb4e-4e77-a2d6-ae4a61aa0fae",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e95c82d8-eb4e-4e77-a2d6-ae4a61aa0fae/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-b-ranger-7",
            "name": "Atlas Agena B | Ranger 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-07-28T16:50:07Z",
            "window_end": "1964-07-28T16:50:07Z",
            "window_start": "1964-07-28T16:50:07Z",
            "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": 3299,
                "configuration": {
                    "id": 183,
                    "launch_library_id": 193,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/183/?format=api",
                    "name": "Atlas Agena B",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena B",
                    "variant": "LV-3 Agena B"
                }
            },
            "mission": {
                "id": 1721,
                "launch_library_id": null,
                "name": "Ranger 7",
                "description": "Lunar impactor which successfully reached the surface after transmitting 7,137 photographs.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 10,
                    "name": "Lunar Impactor",
                    "abbrev": "Lunar Impactor"
                }
            },
            "pad": {
                "id": 99,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/99/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 12",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
                "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
                "latitude": "28.480607",
                "longitude": "-80.541938",
                "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_99_20200803143435.jpg",
                "total_launch_count": 23
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "79892f30-f6a4-4d83-894b-9fa79383bd1d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/79892f30-f6a4-4d83-894b-9fa79383bd1d/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-2i-63s1-ds-p1-yu-1",
            "name": "Kosmos-2I 63S1 | DS-P1-Yu 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-07-30T03:36:00Z",
            "window_end": "1964-07-30T03:36:00Z",
            "window_start": "1964-07-30T03:36: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": 3300,
                "configuration": {
                    "id": 190,
                    "launch_library_id": 211,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/190/?format=api",
                    "name": "Kosmos-2I 63S1",
                    "family": "Kosmos",
                    "full_name": "Kosmos-2I",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1722,
                "launch_library_id": null,
                "name": "DS-P1-Yu 1",
                "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/100/?format=api",
                "agency_id": null,
                "name": "Mayak-2",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=48.569551,46.295814",
                "latitude": "48.569551",
                "longitude": "46.295814",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_100_20200803143212.jpg",
                "total_launch_count": 24
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-2i252063s1_image_20191201205435.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "c40d6ae2-010f-4248-b838-94285456d4d5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c40d6ae2-010f-4248-b838-94285456d4d5/?format=api",
            "launch_library_id": null,
            "slug": "thor-slv-2a-agena-d-kh-4a-9",
            "name": "Thor SLV-2A Agena D | KH-4A 9",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-08-05T23:15:35Z",
            "window_end": "1964-08-05T23:15:35Z",
            "window_start": "1964-08-05T23:15:35Z",
            "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": 3301,
                "configuration": {
                    "id": 417,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/417/?format=api",
                    "name": "Thor SLV-2A Agena D",
                    "family": "Thor",
                    "full_name": "Thor SLV-2A Agena D",
                    "variant": "SLV-2A Agena D"
                }
            },
            "mission": {
                "id": 1723,
                "launch_library_id": null,
                "name": "KH-4A 9",
                "description": "The KH-4A (Keyhole-4A) was the fifth optical reconnaissance satellite version in the Corona-program.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/95/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 1W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
                "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
                "latitude": "34.7572",
                "longitude": "-120.6303",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
                "total_launch_count": 56
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "1c999937-3e89-423c-a0f4-72ecc51b9c07",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1c999937-3e89-423c-a0f4-72ecc51b9c07/?format=api",
            "launch_library_id": null,
            "slug": "vostok-8a92-zenit-2-21",
            "name": "Vostok 8A92 | Zenit-2 21",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-08-14T09:30:00Z",
            "window_end": "1964-08-14T09:30:00Z",
            "window_start": "1964-08-14T09:30: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": 3302,
                "configuration": {
                    "id": 451,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/451/?format=api",
                    "name": "Vostok 8A92",
                    "family": "Vostok",
                    "full_name": "Vostok 8A92",
                    "variant": "8A92"
                }
            },
            "mission": {
                "id": 1724,
                "launch_library_id": null,
                "name": "Zenit-2 21",
                "description": "Zenit-2 film-return and ELINT 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": "1756d213-f5b7-4010-882a-f39c1916599a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1756d213-f5b7-4010-882a-f39c1916599a/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3-agena-d-kh-7-10",
            "name": "Atlas SLV-3 Agena D | KH-7 10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-08-14T22:00:13Z",
            "window_end": "1964-08-14T22:00:13Z",
            "window_start": "1964-08-14T22:00:13Z",
            "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": 3303,
                "configuration": {
                    "id": 258,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/258/?format=api",
                    "name": "Atlas SLV-3 Agena D",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3 Agena D",
                    "variant": "SLV-3 Agena D"
                }
            },
            "mission": {
                "id": 1725,
                "launch_library_id": null,
                "name": "KH-7 10",
                "description": "The Program 206 satellite, carrying the KH-7 (Keyhole 7) camera system (codenamed Gambit-1), was the first successful high resolution space reconnaissance program. It was managed by NRO's Program A, the USAF-led segment of the National Reconnaissance Program managed from Los Angeles AFB in El Segundo, California.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
                "map_url": "https://www.google.com/maps?q=34.632,-120.611",
                "latitude": "34.632",
                "longitude": "-120.611",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
                "total_launch_count": 192
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "029cd324-04df-4615-bf70-c6cb693eec00",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/029cd324-04df-4615-bf70-c6cb693eec00/?format=api",
            "launch_library_id": null,
            "slug": "scout-x-4a-reentry-4a",
            "name": "Scout X-4A | Reentry-4A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-08-18T06:05:00Z",
            "window_end": "1964-08-18T06:05:00Z",
            "window_start": "1964-08-18T06:05:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 3304,
                "configuration": {
                    "id": 371,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/371/?format=api",
                    "name": "Scout X-4A",
                    "family": "Scout",
                    "full_name": "Scout X-4A",
                    "variant": "4A"
                }
            },
            "mission": {
                "id": 1726,
                "launch_library_id": null,
                "name": "Reentry-4A",
                "description": "Test of Apollo-type ablator materials at lunar reentry heating levels.",
                "launch_designator": null,
                "type": "Materials Science",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 94,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/94/?format=api",
                "agency_id": 44,
                "name": "Launch Area 3",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
                "latitude": "37.8495",
                "longitude": "-75.4725",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_94_20200803143206.jpg",
                "total_launch_count": 13
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "952730fe-cf51-44bd-b6bb-9bd0453f8673",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/952730fe-cf51-44bd-b6bb-9bd0453f8673/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-65s3-strela-1-123",
            "name": "Kosmos 65S3 | Strela-1 1,2,3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-08-18T09:15:00Z",
            "window_end": "1964-08-18T09:15:00Z",
            "window_start": "1964-08-18T09:15: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": 3305,
                "configuration": {
                    "id": 329,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/329/?format=api",
                    "name": "Kosmos 65S3",
                    "family": "Kosmos",
                    "full_name": "Kosmos 65S3",
                    "variant": "65S3"
                }
            },
            "mission": {
                "id": 1727,
                "launch_library_id": null,
                "name": "Strela-1 1,2,3",
                "description": "The Strela-1 satellites were prototype store-dump communications satellites for tactical communication.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 164,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/164/?format=api",
                "agency_id": null,
                "name": "41/15",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=45.976,63.666806",
                "latitude": "45.976",
                "longitude": "63.666806",
                "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_164_20200803143415.jpg",
                "total_launch_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f463bbce-fd0e-44aa-9a0c-0de62e4492f6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f463bbce-fd0e-44aa-9a0c-0de62e4492f6/?format=api",
            "launch_library_id": null,
            "slug": "thor-delta-d-syncom-3",
            "name": "Thor Delta D | Syncom 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-08-19T12:15:02Z",
            "window_end": "1964-08-19T12:15:02Z",
            "window_start": "1964-08-19T12:15:02Z",
            "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": 3306,
                "configuration": {
                    "id": 403,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/403/?format=api",
                    "name": "Thor Delta D",
                    "family": "Thor",
                    "full_name": "Thor Delta D",
                    "variant": "Delta D"
                }
            },
            "mission": {
                "id": 1728,
                "launch_library_id": null,
                "name": "Syncom 3",
                "description": "Syncom 3 was the first geostationary satellite.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 3,
                    "name": "Geosynchronous Orbit",
                    "abbrev": "GSO"
                }
            },
            "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": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "00b046e7-c97a-4b6c-acbd-94970619803f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/00b046e7-c97a-4b6c-acbd-94970619803f/?format=api",
            "launch_library_id": null,
            "slug": "thor-slv-2a-agena-d-kh-5-12",
            "name": "Thor SLV-2A Agena D | KH-5 12",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-08-21T15:45:00Z",
            "window_end": "1964-08-21T15:45:00Z",
            "window_start": "1964-08-21T15:45: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": 3307,
                "configuration": {
                    "id": 417,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/417/?format=api",
                    "name": "Thor SLV-2A Agena D",
                    "family": "Thor",
                    "full_name": "Thor SLV-2A Agena D",
                    "variant": "SLV-2A Agena D"
                }
            },
            "mission": {
                "id": 1729,
                "launch_library_id": null,
                "name": "KH-5 12",
                "description": "KH-5 (Keyhole 5, codenamed Argon) was the area survey component of the Corona program.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 2W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
                "latitude": "34.7556",
                "longitude": "-120.6224",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
                "total_launch_count": 98
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}