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=230&ordering=net
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=240&ordering=net",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=220&ordering=net",
    "results": [
        {
            "id": "e3abb342-f792-4c92-be52-27f0f952d547",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e3abb342-f792-4c92-be52-27f0f952d547/?format=api",
            "launch_library_id": null,
            "slug": "thor-dm-21-agena-b-kh-5-7",
            "name": "Thor DM-21 Agena-B | KH-5 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-10-09T18:35:39Z",
            "window_end": "1962-10-09T18:35:39Z",
            "window_start": "1962-10-09T18:35:39Z",
            "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": 3159,
                "configuration": {
                    "id": 186,
                    "launch_library_id": 201,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/186/?format=api",
                    "name": "Thor DM-21 Agena-B",
                    "family": "Thor",
                    "full_name": "Thor DM-21 Agena-B",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1581,
                "launch_library_id": null,
                "name": "KH-5 7",
                "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": 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": 805,
                    "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520agena-b_image_20190414123658.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "d5bda8d3-7381-4add-9837-f076b939d1ee",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d5bda8d3-7381-4add-9837-f076b939d1ee/?format=api",
            "launch_library_id": null,
            "slug": "vostok-8a92-zenit-2-6",
            "name": "Vostok 8A92 | Zenit-2 6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-10-17T09:00:00Z",
            "window_end": "1962-10-17T09:00:00Z",
            "window_start": "1962-10-17T09:00: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": 3160,
                "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": 1582,
                "launch_library_id": null,
                "name": "Zenit-2 6",
                "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": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "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_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "c851964a-3383-4f48-9ea4-af2d83716fec",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c851964a-3383-4f48-9ea4-af2d83716fec/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-b-ranger-5",
            "name": "Atlas Agena B | Ranger 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-10-18T16:59:00Z",
            "window_end": "1962-10-18T16:59:00Z",
            "window_start": "1962-10-18T16:59: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": 3161,
                "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": 1583,
                "launch_library_id": null,
                "name": "Ranger 5",
                "description": "Lunar impactor which missed the Moon by 725 km due to an unknown malfunction preventing the spacecraft from receiving power after injection into lunar trajectory.",
                "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": "ec147036-451e-4d15-bb9c-e775aa38d908",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ec147036-451e-4d15-bb9c-e775aa38d908/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-2i-63s1-ds-a1-1",
            "name": "Kosmos-2I 63S1 | DS-A1 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-10-20T04:00:00Z",
            "window_end": "1962-10-20T04:00:00Z",
            "window_start": "1962-10-20T04:00: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": 3162,
                "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": 1584,
                "launch_library_id": null,
                "name": "DS-A1 1",
                "description": "DS-A1 satellite designed to test techniques and equipment for communication and navigation systems.",
                "launch_designator": null,
                "type": "Communications",
                "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": "14d16669-daa8-4129-87bc-6fb318e49736",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/14d16669-daa8-4129-87bc-6fb318e49736/?format=api",
            "launch_library_id": null,
            "slug": "molniya-8k78-mars-1c",
            "name": "Molniya 8K78 | Mars 1c",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1962-10-24T17:55:04Z",
            "window_end": "1962-10-24T17:55:04Z",
            "window_start": "1962-10-24T17:55:04Z",
            "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": 3163,
                "configuration": {
                    "id": 184,
                    "launch_library_id": 207,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
                    "name": "Molniya 8K78",
                    "family": "R-7",
                    "full_name": "Molniya 8K78",
                    "variant": "8K78"
                }
            },
            "mission": {
                "id": 1585,
                "launch_library_id": null,
                "name": "Mars 1c",
                "description": "Modified Venera-type spacecraft designed to flyby Mars at a distance of about 11,000 km.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 23,
                    "name": "Mars flyby",
                    "abbrev": "Mars flyby"
                }
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "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_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "6fba6ed7-907a-45b7-822d-648557535860",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/6fba6ed7-907a-45b7-822d-648557535860/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-2i-63s1-1ms-2",
            "name": "Kosmos-2I 63S1 | 1MS 2",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1962-10-25T07:00:00Z",
            "window_end": "1962-10-25T07:00:00Z",
            "window_start": "1962-10-25T07:00: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": 3164,
                "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": 1586,
                "launch_library_id": null,
                "name": "1MS 2",
                "description": "Second 1MS satellite",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "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": "6f03bba1-d83f-4491-b628-57dabb73d1fb",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/6f03bba1-d83f-4491-b628-57dabb73d1fb/?format=api",
            "launch_library_id": null,
            "slug": "thor-agena-d-star-rad",
            "name": "Thor Agena D | Star-Rad",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-10-26T16:14:39Z",
            "window_end": "1962-10-26T16:14:39Z",
            "window_start": "1962-10-26T16:14:39Z",
            "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": 3165,
                "configuration": {
                    "id": 393,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/393/?format=api",
                    "name": "Thor Agena D",
                    "family": "Thor",
                    "full_name": "Thor Agena D",
                    "variant": "Agena D"
                }
            },
            "mission": {
                "id": 1587,
                "launch_library_id": null,
                "name": "Star-Rad",
                "description": "Star-Rad (Starfish Radiation) was a military scientific payload to study the artificial radiation belts created by the Starfish-Prime nuclear test.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "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": 805,
                    "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": []
        },
        {
            "id": "a940f71e-fbe7-471e-babe-bbcc8b067b0c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a940f71e-fbe7-471e-babe-bbcc8b067b0c/?format=api",
            "launch_library_id": null,
            "slug": "thor-delta-a-explorer-15",
            "name": "Thor Delta A | Explorer 15",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-10-27T23:15:01Z",
            "window_end": "1962-10-27T23:15:01Z",
            "window_start": "1962-10-27T23:15:01Z",
            "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": 3166,
                "configuration": {
                    "id": 399,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/399/?format=api",
                    "name": "Thor Delta A",
                    "family": "Thor",
                    "full_name": "Thor Delta A",
                    "variant": "Delta A"
                }
            },
            "mission": {
                "id": 1588,
                "launch_library_id": null,
                "name": "Explorer 15",
                "description": "Explorer 15 was instrumented to study the artificial radiation belt produced by the Starfish high-altitude nuclear burst of July 1962. The backup payload for Explorer 14 was modified and used for Explorer 15.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "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.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "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_1_20200803143208.jpg",
                "total_launch_count": 132
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "a7945580-f726-48c9-b346-7c5072010033",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a7945580-f726-48c9-b346-7c5072010033/?format=api",
            "launch_library_id": null,
            "slug": "thor-dm-21-ablestar-anna-1b",
            "name": "Thor DM-21 Ablestar | ANNA 1B",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-10-31T08:08:00Z",
            "window_end": "1962-10-31T08:08:00Z",
            "window_start": "1962-10-31T08:08: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": 3167,
                "configuration": {
                    "id": 187,
                    "launch_library_id": 202,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/187/?format=api",
                    "name": "Thor DM-21 Ablestar",
                    "family": "Thor",
                    "full_name": "Thor DM-21 Ablestar",
                    "variant": "DM-21"
                }
            },
            "mission": {
                "id": 1589,
                "launch_library_id": null,
                "name": "ANNA 1B",
                "description": "ANNA 1B (Army, Navy, NASA, Air Force) was the second dedicated satellite for geodesy. It featured Xenon flashing lights and radio transponders (SECOR) for tracking the satellite.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "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/thor2520dm-212520ablestar_image_20191201205131.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "5dc0d4e5-ff38-450e-89b1-40abefa33d60",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5dc0d4e5-ff38-450e-89b1-40abefa33d60/?format=api",
            "launch_library_id": null,
            "slug": "molniya-8k78-mars-1",
            "name": "Molniya 8K78 | Mars 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-11-01T16:14:16Z",
            "window_end": "1962-11-01T16:14:16Z",
            "window_start": "1962-11-01T16:14:16Z",
            "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": 3168,
                "configuration": {
                    "id": 184,
                    "launch_library_id": 207,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
                    "name": "Molniya 8K78",
                    "family": "R-7",
                    "full_name": "Molniya 8K78",
                    "variant": "8K78"
                }
            },
            "mission": {
                "id": 1590,
                "launch_library_id": null,
                "name": "Mars 1",
                "description": "Modified Venera-type spacecraft designed to flyby Mars at a distance of about 11,000 km. Its closest approach with the planet was at a distance of approximately 193,000 km, probably due to a failure of its orientation system.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 23,
                    "name": "Mars flyby",
                    "abbrev": "Mars flyby"
                }
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "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_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
            "infographic": null,
            "program": []
        }
    ]
}