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

{
    "count": 7499,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7060&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7040&ordering=-name",
    "results": [
        {
            "id": "98879866-7f9c-43b9-a24b-bce33fbe0c60",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/98879866-7f9c-43b9-a24b-bce33fbe0c60/?format=api",
            "launch_library_id": null,
            "slug": "atlas-fsvs-navstar-4",
            "name": "Atlas F/SVS | Navstar 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1978-12-11T03:59:00Z",
            "window_end": "1978-12-11T03:59:00Z",
            "window_start": "1978-12-11T03:59:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 5021,
                "configuration": {
                    "id": 249,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/249/?format=api",
                    "name": "Atlas F/SVS",
                    "family": "Atlas",
                    "full_name": "Atlas F/SVS",
                    "variant": "F/SVS"
                }
            },
            "mission": {
                "id": 3434,
                "launch_library_id": null,
                "name": "Navstar 4",
                "description": "First generation GPS satellite",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 24,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/24/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
                "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
                "latitude": "34.64",
                "longitude": "-120.5895",
                "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_24_20200803143552.jpg",
                "total_launch_count": 48
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/29/?format=api",
                    "name": "Global Positioning System",
                    "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
                    "agencies": [
                        {
                            "id": 1041,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1041/?format=api",
                            "name": "United States Space Force",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
                    "start_date": "1978-02-22T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.gps.gov/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System"
                }
            ]
        },
        {
            "id": "7fd51375-bf1c-49ee-be61-ebd1fc58c9cf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7fd51375-bf1c-49ee-be61-ebd1fc58c9cf/?format=api",
            "launch_library_id": null,
            "slug": "atlas-fsvs-navstar-3",
            "name": "Atlas F/SVS | Navstar 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1978-10-07T00:28:00Z",
            "window_end": "1978-10-07T00:28:00Z",
            "window_start": "1978-10-07T00:28:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 5001,
                "configuration": {
                    "id": 249,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/249/?format=api",
                    "name": "Atlas F/SVS",
                    "family": "Atlas",
                    "full_name": "Atlas F/SVS",
                    "variant": "F/SVS"
                }
            },
            "mission": {
                "id": 3415,
                "launch_library_id": null,
                "name": "Navstar 3",
                "description": "First generation GPS satellite",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 24,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/24/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
                "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
                "latitude": "34.64",
                "longitude": "-120.5895",
                "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_24_20200803143552.jpg",
                "total_launch_count": 48
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/29/?format=api",
                    "name": "Global Positioning System",
                    "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
                    "agencies": [
                        {
                            "id": 1041,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1041/?format=api",
                            "name": "United States Space Force",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
                    "start_date": "1978-02-22T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.gps.gov/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System"
                }
            ]
        },
        {
            "id": "deb4ea92-eabf-4c2b-882f-4ae7517f0087",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/deb4ea92-eabf-4c2b-882f-4ae7517f0087/?format=api",
            "launch_library_id": null,
            "slug": "atlas-fsvs-navstar-2",
            "name": "Atlas F/SVS | Navstar 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1978-05-13T10:34:00Z",
            "window_end": "1978-05-13T10:34:00Z",
            "window_start": "1978-05-13T10:34:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 4959,
                "configuration": {
                    "id": 249,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/249/?format=api",
                    "name": "Atlas F/SVS",
                    "family": "Atlas",
                    "full_name": "Atlas F/SVS",
                    "variant": "F/SVS"
                }
            },
            "mission": {
                "id": 3375,
                "launch_library_id": null,
                "name": "Navstar 2",
                "description": "First generation GPS satellite",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 24,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/24/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
                "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
                "latitude": "34.64",
                "longitude": "-120.5895",
                "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_24_20200803143552.jpg",
                "total_launch_count": 48
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/29/?format=api",
                    "name": "Global Positioning System",
                    "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
                    "agencies": [
                        {
                            "id": 1041,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1041/?format=api",
                            "name": "United States Space Force",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
                    "start_date": "1978-02-22T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.gps.gov/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System"
                }
            ]
        },
        {
            "id": "36e6612b-3355-41ac-abe5-3840a0e68f4c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/36e6612b-3355-41ac-abe5-3840a0e68f4c/?format=api",
            "launch_library_id": null,
            "slug": "atlas-fsvs-navstar-1",
            "name": "Atlas F/SVS | Navstar 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1978-02-22T23:44:00Z",
            "window_end": "1978-02-22T23:44:00Z",
            "window_start": "1978-02-22T23:44:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 4933,
                "configuration": {
                    "id": 249,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/249/?format=api",
                    "name": "Atlas F/SVS",
                    "family": "Atlas",
                    "full_name": "Atlas F/SVS",
                    "variant": "F/SVS"
                }
            },
            "mission": {
                "id": 3349,
                "launch_library_id": null,
                "name": "Navstar 1",
                "description": "First generation GPS satellite",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 24,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/24/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
                "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
                "latitude": "34.64",
                "longitude": "-120.5895",
                "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_24_20200803143552.jpg",
                "total_launch_count": 48
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/29/?format=api",
                    "name": "Global Positioning System",
                    "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
                    "agencies": [
                        {
                            "id": 1041,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1041/?format=api",
                            "name": "United States Space Force",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
                    "start_date": "1978-02-22T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.gps.gov/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System"
                }
            ]
        },
        {
            "id": "9ea18c78-9a76-4049-a244-03e12fb346e9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9ea18c78-9a76-4049-a244-03e12fb346e9/?format=api",
            "launch_library_id": null,
            "slug": "atlas-fpts-nts-1",
            "name": "Atlas F/PTS | NTS 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1974-07-14T05:17:00Z",
            "window_end": "1974-07-14T05:17:00Z",
            "window_start": "1974-07-14T05:17: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": 4491,
                "configuration": {
                    "id": 248,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/248/?format=api",
                    "name": "Atlas F/PTS",
                    "family": "Atlas",
                    "full_name": "Atlas F/PTS",
                    "variant": "F/PTS"
                }
            },
            "mission": {
                "id": 2909,
                "launch_library_id": null,
                "name": "NTS 1",
                "description": "Navigation satellite launched as part of the NAVSTAR effort",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 93,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/93/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
                "map_url": "https://www.google.com/maps?q=34.644,-120.593",
                "latitude": "34.644",
                "longitude": "-120.593",
                "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_93_20200803143225.jpg",
                "total_launch_count": 81
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "75fca82e-407d-4c4a-a510-ae84149f4de6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/75fca82e-407d-4c4a-a510-ae84149f4de6/?format=api",
            "launch_library_id": null,
            "slug": "atlas-f-p72-2",
            "name": "Atlas F | P72-2",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1975-04-13T00:51:00Z",
            "window_end": "1975-04-13T00:51:00Z",
            "window_start": "1975-04-13T00:51: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": 4569,
                "configuration": {
                    "id": 244,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/244/?format=api",
                    "name": "Atlas F",
                    "family": "Atlas",
                    "full_name": "SM-65F Atlas",
                    "variant": "F"
                }
            },
            "mission": {
                "id": 2987,
                "launch_library_id": null,
                "name": "P72-2",
                "description": "Low-altitude experimental satellite carrying four experiments",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 93,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/93/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
                "map_url": "https://www.google.com/maps?q=34.644,-120.593",
                "latitude": "34.644",
                "longitude": "-120.593",
                "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_93_20200803143225.jpg",
                "total_launch_count": 81
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "b6277611-03d2-449b-88e2-732c560cb34f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b6277611-03d2-449b-88e2-732c560cb34f/?format=api",
            "launch_library_id": null,
            "slug": "atlas-f-ov1-171819",
            "name": "Atlas F | OV1-17,18,19",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1969-03-18T07:47:35Z",
            "window_end": "1969-03-18T07:47:35Z",
            "window_start": "1969-03-18T07:47: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": 3885,
                "configuration": {
                    "id": 244,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/244/?format=api",
                    "name": "Atlas F",
                    "family": "Atlas",
                    "full_name": "SM-65F Atlas",
                    "variant": "F"
                }
            },
            "mission": {
                "id": 2303,
                "launch_library_id": null,
                "name": "OV1-17,18,19",
                "description": "The OV1 (Orbiting Vehicle 1) were small research satellite to be launched piggy back on Atlas ICBM test flights. They consisted in general of the OV1 satellite and the OV1-PM propulsion module (or upper stage) to reach orbit.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 172,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/172/?format=api",
                "agency_id": null,
                "name": "576A2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Launch_Complex_576",
                "map_url": "https://www.google.com/maps?q=34.7394444,-120.6213607",
                "latitude": "34.7394444",
                "longitude": "-120.6213607",
                "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_172_20200803143419.jpg",
                "total_launch_count": 4
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "d5389990-67ff-466f-9de7-ffeaae83d0bf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d5389990-67ff-466f-9de7-ffeaae83d0bf/?format=api",
            "launch_library_id": null,
            "slug": "atlas-f-ov1-15",
            "name": "Atlas F | OV1-15",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1968-07-11T19:30:00Z",
            "window_end": "1968-07-11T19:30:00Z",
            "window_start": "1968-07-11T19:30: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": 3803,
                "configuration": {
                    "id": 244,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/244/?format=api",
                    "name": "Atlas F",
                    "family": "Atlas",
                    "full_name": "SM-65F Atlas",
                    "variant": "F"
                }
            },
            "mission": {
                "id": 2221,
                "launch_library_id": null,
                "name": "OV1-15",
                "description": "The OV1 (Orbiting Vehicle 1) were small research satellite to be launched piggy back on Atlas ICBM test flights. They consisted in general of the OV1 satellite and the OV1-PM propulsion module (or upper stage) to reach orbit.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 172,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/172/?format=api",
                "agency_id": null,
                "name": "576A2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Launch_Complex_576",
                "map_url": "https://www.google.com/maps?q=34.7394444,-120.6213607",
                "latitude": "34.7394444",
                "longitude": "-120.6213607",
                "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_172_20200803143419.jpg",
                "total_launch_count": 4
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "ee7973c5-3461-4a23-bed1-53128971d6ee",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ee7973c5-3461-4a23-bed1-53128971d6ee/?format=api",
            "launch_library_id": null,
            "slug": "atlas-f-ov1-13-14",
            "name": "Atlas F | OV1-13 & 14",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1968-04-06T09:59:42Z",
            "window_end": "1968-04-06T09:59:42Z",
            "window_start": "1968-04-06T09:59:42Z",
            "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": 3767,
                "configuration": {
                    "id": 244,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/244/?format=api",
                    "name": "Atlas F",
                    "family": "Atlas",
                    "full_name": "SM-65F Atlas",
                    "variant": "F"
                }
            },
            "mission": {
                "id": 2185,
                "launch_library_id": null,
                "name": "OV1-13 & 14",
                "description": "The OV1 (Orbiting Vehicle 1) were small research satellite to be launched piggy back on Atlas ICBM test flights. They consisted in general of the OV1 satellite and the OV1-PM propulsion module (or upper stage) to reach orbit.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 172,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/172/?format=api",
                "agency_id": null,
                "name": "576A2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Launch_Complex_576",
                "map_url": "https://www.google.com/maps?q=34.7394444,-120.6213607",
                "latitude": "34.7394444",
                "longitude": "-120.6213607",
                "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_172_20200803143419.jpg",
                "total_launch_count": 4
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f097fbf2-a1c3-4a1f-ab5a-e3af0e90f102",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f097fbf2-a1c3-4a1f-ab5a-e3af0e90f102/?format=api",
            "launch_library_id": null,
            "slug": "atlas-fois-solwind",
            "name": "Atlas F/OIS | Solwind",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1979-02-24T08:20:00Z",
            "window_end": "1979-02-24T08:20:00Z",
            "window_start": "1979-02-24T08:20: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": 5050,
                "configuration": {
                    "id": 247,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/247/?format=api",
                    "name": "Atlas F/OIS",
                    "family": "Atlas",
                    "full_name": "Atlas F/OIS",
                    "variant": "F/OIS"
                }
            },
            "mission": {
                "id": 3462,
                "launch_library_id": null,
                "name": "Solwind",
                "description": "Experimental scientific satellite dedicated to solar wind",
                "launch_designator": null,
                "type": "Heliophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 93,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/93/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
                "map_url": "https://www.google.com/maps?q=34.644,-120.593",
                "latitude": "34.644",
                "longitude": "-120.593",
                "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_93_20200803143225.jpg",
                "total_launch_count": 81
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}