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

{
    "count": 7500,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=500&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=480&ordering=-id",
    "results": [
        {
            "id": "ee6958bf-155d-4400-9d9a-9d3e27c56d6d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee6958bf-155d-4400-9d9a-9d3e27c56d6d/?format=api",
            "launch_library_id": null,
            "slug": "project-pilot-nots-3",
            "name": "Project Pilot | NOTS 3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1958-08-22T00:00:00Z",
            "window_end": "1958-08-22T00:00:00Z",
            "window_start": "1958-08-22T00:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
                "name": "US Navy",
                "type": "Government"
            },
            "rocket": {
                "id": 3020,
                "configuration": {
                    "id": 344,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/344/?format=api",
                    "name": "Project Pilot",
                    "family": "",
                    "full_name": "Project Pilot",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1442,
                "launch_library_id": null,
                "name": "NOTS 3",
                "description": "The project pilot payloads were small cylindrical satellites. These missions intended to be the first to launch a satellite from an aircraft. They had only a single instrument, a very primitive infrared line scanning device to make IR images of the ground.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/145/?format=api",
                "agency_id": null,
                "name": "Naval Air Weapons Station China Lake",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naval_Air_Weapons_Station_China_Lake",
                "map_url": "https://www.google.com/maps?q=35.6855556,-117.6941384",
                "latitude": "35.6855556",
                "longitude": "-117.6941384",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_145_20200803143330.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "ee68ebfc-9894-4efe-b48d-4aba39b7a60f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee68ebfc-9894-4efe-b48d-4aba39b7a60f/?format=api",
            "launch_library_id": 128,
            "slug": "atlas-v-421-mms",
            "name": "Atlas V 421 | MMS",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2015-03-13T02:44:00Z",
            "window_end": "2015-03-13T02:44:00Z",
            "window_start": "2015-03-13T02:44:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1831,
                "configuration": {
                    "id": 28,
                    "launch_library_id": 55,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/28/?format=api",
                    "name": "Atlas V 421",
                    "family": "Atlas",
                    "full_name": "Atlas V 421",
                    "variant": "421"
                }
            },
            "mission": null,
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_421_image_20210519053741.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ee5d9a89-ce24-47af-827d-b07efc59b57f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee5d9a89-ce24-47af-827d-b07efc59b57f/?format=api",
            "launch_library_id": 342,
            "slug": "long-march-2c-shijian-11-08",
            "name": "Long March 2C | Shijian 11-08",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2014-10-27T06:59:03Z",
            "window_end": "2014-10-27T06:59:03Z",
            "window_start": "2014-10-27T06:59:03Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "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": 1794,
                "configuration": {
                    "id": 61,
                    "launch_library_id": 75,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/61/?format=api",
                    "name": "Long March 2",
                    "family": "Long March",
                    "full_name": "Long March 2C",
                    "variant": "C"
                }
            },
            "mission": null,
            "pad": {
                "id": 22,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/22/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-2 / 603)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
                "latitude": "40.960482",
                "longitude": "100.298059",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 249,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
                "total_launch_count": 124
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20230803100234.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ee51f62b-baf8-4878-9b59-93e1b5909172",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee51f62b-baf8-4878-9b59-93e1b5909172/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-yantar-1kft-6",
            "name": "Soyuz U | Yantar-1KFT 6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1986-10-06T07:40:00Z",
            "window_end": "1986-10-06T07:40:00Z",
            "window_start": "1986-10-06T07:40: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": 5897,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 4293,
                "launch_library_id": null,
                "name": "Yantar-1KFT 6",
                "description": "Film-return 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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ee4c2791-bf7d-4a59-9018-9f93ad338953",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee4c2791-bf7d-4a59-9018-9f93ad338953/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-zenit-6u-26",
            "name": "Soyuz U | Zenit-6U 26",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1980-10-03T12:00:00Z",
            "window_end": "1980-10-03T12:00:00Z",
            "window_start": "1980-10-03T12: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": 5209,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 3619,
                "launch_library_id": null,
                "name": "Zenit-6U 26",
                "description": "Optical film-return reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/168/?format=api",
                "agency_id": null,
                "name": "41/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.941,40.526806",
                "latitude": "62.941",
                "longitude": "40.526806",
                "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_168_20200803143446.jpg",
                "total_launch_count": 310
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ee41a4a4-e57c-435e-8445-73c5a3df0e15",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee41a4a4-e57c-435e-8445-73c5a3df0e15/?format=api",
            "launch_library_id": null,
            "slug": "long-march-4b-shijian-6-group-05",
            "name": "Long March 4B | Shijian 6 Group 05",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2021-12-10T00:11:30Z",
            "window_end": "2021-12-10T00:27:00Z",
            "window_start": "2021-12-10T00:03:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 2840,
                "configuration": {
                    "id": 10,
                    "launch_library_id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/10/?format=api",
                    "name": "Long March 4B",
                    "family": "Long March",
                    "full_name": "Long March 4B",
                    "variant": "B"
                }
            },
            "mission": {
                "id": 5901,
                "launch_library_id": null,
                "name": "Shijian 6 Group 05",
                "description": "The SJ 6 (Shi Jian 6) series consisted of pairs of technology satellites, which were reported to be used to probe the space environment, radiation and its effects, record space physical environment parameters, and conduct other related space experiments.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 22,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/22/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-2 / 603)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
                "latitude": "40.960482",
                "longitude": "100.298059",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 249,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
                "total_launch_count": 124
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25204_image_20190430065008.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ee314030-f2f4-461d-b438-b2e661d12591",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee314030-f2f4-461d-b438-b2e661d12591/?format=api",
            "launch_library_id": 698,
            "slug": "safir-rasad-1",
            "name": "Safir | Rasad 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2011-06-15T09:15:03Z",
            "window_end": "2011-06-15T09:15:03Z",
            "window_start": "2011-06-15T09:15:03Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/34/?format=api",
                "name": "Iranian Space Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 1528,
                "configuration": {
                    "id": 39,
                    "launch_library_id": 56,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/39/?format=api",
                    "name": "Safir",
                    "family": "Nodong",
                    "full_name": "Safir",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 58,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/58/?format=api",
                "agency_id": null,
                "name": "Safir Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Semnan_Space_Center#Circular_launch_platform",
                "map_url": "https://www.google.com/maps?q=35.23462,53.920936",
                "latitude": "35.23462",
                "longitude": "53.920936",
                "location": {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/2/?format=api",
                    "name": "Semnan Space Center, Islamic Republic of Iran",
                    "country_code": "IRN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_2_20200803142458.jpg",
                    "total_launch_count": 15,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_58_20200803143301.jpg",
                "total_launch_count": 8
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "ee2bad15-aa20-438c-9b80-e414f323ed1e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee2bad15-aa20-438c-9b80-e414f323ed1e/?format=api",
            "launch_library_id": null,
            "slug": "long-march-4b-zi-yuan-1-2b",
            "name": "Long March 4B | Zi Yuan 1-2B",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-09-19T03:26:13Z",
            "window_end": "2007-09-19T03:26:13Z",
            "window_start": "2007-09-19T03:26:13Z",
            "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": 7329,
                "configuration": {
                    "id": 10,
                    "launch_library_id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/10/?format=api",
                    "name": "Long March 4B",
                    "family": "Long March",
                    "full_name": "Long March 4B",
                    "variant": "B"
                }
            },
            "mission": {
                "id": 5718,
                "launch_library_id": null,
                "name": "Zi Yuan 1-2B",
                "description": "Chinese-Brazilian Earth observation satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 33,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/33/?format=api",
                "agency_id": null,
                "name": "Launch Complex 7",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.8489311,111.6079339",
                "latitude": "38.8489311",
                "longitude": "111.6079339",
                "location": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/19/?format=api",
                    "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                    "total_launch_count": 141,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_33_20200803143335.jpg",
                "total_launch_count": 32
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25204_image_20190430065008.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ee0f7268-7df9-48f6-9dd2-e9954e6e5adb",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee0f7268-7df9-48f6-9dd2-e9954e6e5adb/?format=api",
            "launch_library_id": 1491,
            "slug": "ariane-5-eca-nss-12-thor-6",
            "name": "Ariane 5 ECA | NSS-12 & Thor 6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-10-29T20:00:00Z",
            "window_end": "2009-10-29T20:00:00Z",
            "window_start": "2009-10-29T20:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "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": 615,
                "configuration": {
                    "id": 20,
                    "launch_library_id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 625,
                "launch_library_id": 800,
                "name": "NSS-12 & Thor 6",
                "description": "NSS-12 is used to provide communications services for telecommunications providers, broadcasters, corporations and governments in Europe, Africa, the Middle East, India and other parts of Asia. It operates as 57 degrees East. Thor 6 is a Telenor satellite providing direct to home television services to Central and Eastern Europe from 1 degree West.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "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/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ee0396a4-3e8b-4e9d-9c93-cbf014814117",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee0396a4-3e8b-4e9d-9c93-cbf014814117/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-11k63-ds-p1-yu-58",
            "name": "Kosmos 11K63 | DS-P1-Yu 58",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1972-10-11T13:19:58Z",
            "window_end": "1972-10-11T13:19:58Z",
            "window_start": "1972-10-11T13:19:58Z",
            "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": 4302,
                "configuration": {
                    "id": 327,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/327/?format=api",
                    "name": "Kosmos 11K63",
                    "family": "Kosmos",
                    "full_name": "Kosmos 11K63",
                    "variant": "11K63"
                }
            },
            "mission": {
                "id": 2720,
                "launch_library_id": null,
                "name": "DS-P1-Yu 58",
                "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": 3,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "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_3_20200803143438.jpg",
                "total_launch_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}