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

{
    "count": 7498,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7090&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7070&ordering=-name",
    "results": [
        {
            "id": "762c8f79-601f-4384-bd61-5aeb812663da",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/762c8f79-601f-4384-bd61-5aeb812663da/?format=api",
            "launch_library_id": null,
            "slug": "atlas-emsd-parcae-4abc-msd-4",
            "name": "Atlas E/MSD | Parcae 4A,B,C & MSD 4",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1980-12-09T07:18:00Z",
            "window_end": "1980-12-09T07:18:00Z",
            "window_start": "1980-12-09T07:18: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": 5227,
                "configuration": {
                    "id": 240,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/240/?format=api",
                    "name": "Atlas E/MSD",
                    "family": "Atlas",
                    "full_name": "Atlas E MSD",
                    "variant": "E/MSD"
                }
            },
            "mission": {
                "id": 3637,
                "launch_library_id": null,
                "name": "Parcae 4A,B,C & MSD 4",
                "description": "The Parcae satellites were passive ELINT satellites. MSD satellites were dispensers of triplets of ocean surveillance satellites.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "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": "349d03f4-c1d8-4398-a937-5943729f2787",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/349d03f4-c1d8-4398-a937-5943729f2787/?format=api",
            "launch_library_id": null,
            "slug": "atlas-e-dmsp-5d2-f9",
            "name": "Atlas E | DMSP-5D2 F9",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1988-02-03T05:53:00Z",
            "window_end": "1988-02-03T05:53:00Z",
            "window_start": "1988-02-03T05:53: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": 6035,
                "configuration": {
                    "id": 238,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/238/?format=api",
                    "name": "Atlas E",
                    "family": "Atlas",
                    "full_name": "SM-65E Atlas",
                    "variant": "E"
                }
            },
            "mission": {
                "id": 4426,
                "launch_library_id": null,
                "name": "DMSP-5D2 F9",
                "description": "Military meteorological satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": "52d7b3b4-b3dd-41e2-976c-c4b2ef29521e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/52d7b3b4-b3dd-41e2-976c-c4b2ef29521e/?format=api",
            "launch_library_id": null,
            "slug": "atlas-e-dmsp-5d2-f8",
            "name": "Atlas E | DMSP-5D2 F8",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1987-06-20T02:34:00Z",
            "window_end": "1987-06-20T02:34:00Z",
            "window_start": "1987-06-20T02:34: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": 5977,
                "configuration": {
                    "id": 238,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/238/?format=api",
                    "name": "Atlas E",
                    "family": "Atlas",
                    "full_name": "SM-65E Atlas",
                    "variant": "E"
                }
            },
            "mission": {
                "id": 4371,
                "launch_library_id": null,
                "name": "DMSP-5D2 F8",
                "description": "Military meteorological satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": "7e8ad79c-5b71-43e9-be1f-5d69b8b55b43",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7e8ad79c-5b71-43e9-be1f-5d69b8b55b43/?format=api",
            "launch_library_id": null,
            "slug": "atlas-e-dmsp-5d2-f7",
            "name": "Atlas E | DMSP-5D2 F7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1983-11-18T06:32:00Z",
            "window_end": "1983-11-18T06:32:00Z",
            "window_start": "1983-11-18T06:32: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": 5580,
                "configuration": {
                    "id": 238,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/238/?format=api",
                    "name": "Atlas E",
                    "family": "Atlas",
                    "full_name": "SM-65E Atlas",
                    "variant": "E"
                }
            },
            "mission": {
                "id": 3983,
                "launch_library_id": null,
                "name": "DMSP-5D2 F7",
                "description": "Military meteorological satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": "4bc05e55-f38b-4307-b22f-4226e738728b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/4bc05e55-f38b-4307-b22f-4226e738728b/?format=api",
            "launch_library_id": null,
            "slug": "atlas-e-dmsp-5d2-f6",
            "name": "Atlas E | DMSP-5D2 F6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1982-12-21T02:38:00Z",
            "window_end": "1982-12-21T02:38:00Z",
            "window_start": "1982-12-21T02:38: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": 5469,
                "configuration": {
                    "id": 238,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/238/?format=api",
                    "name": "Atlas E",
                    "family": "Atlas",
                    "full_name": "SM-65E Atlas",
                    "variant": "E"
                }
            },
            "mission": {
                "id": 3874,
                "launch_library_id": null,
                "name": "DMSP-5D2 F6",
                "description": "Military meteorological satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": "899c69ad-eb42-4c1c-a4b3-ffdc071d8893",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/899c69ad-eb42-4c1c-a4b3-ffdc071d8893/?format=api",
            "launch_library_id": null,
            "slug": "atlas-e-dmsp-5d2-f13",
            "name": "Atlas E | DMSP-5D2 F13",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1995-03-24T14:05:00Z",
            "window_end": "1995-03-24T14:05:00Z",
            "window_start": "1995-03-24T14:05: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": 6653,
                "configuration": {
                    "id": 238,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/238/?format=api",
                    "name": "Atlas E",
                    "family": "Atlas",
                    "full_name": "SM-65E Atlas",
                    "variant": "E"
                }
            },
            "mission": {
                "id": 5043,
                "launch_library_id": null,
                "name": "DMSP-5D2 F13",
                "description": "Military meteorological satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": "ea9d7b11-1aeb-433d-9352-76a9dae70e8f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ea9d7b11-1aeb-433d-9352-76a9dae70e8f/?format=api",
            "launch_library_id": null,
            "slug": "atlas-e-dmsp-5d2-f12",
            "name": "Atlas E | DMSP-5D2 F12",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1994-08-29T17:38:00Z",
            "window_end": "1994-08-29T17:38:00Z",
            "window_start": "1994-08-29T17:38: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": 6612,
                "configuration": {
                    "id": 238,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/238/?format=api",
                    "name": "Atlas E",
                    "family": "Atlas",
                    "full_name": "SM-65E Atlas",
                    "variant": "E"
                }
            },
            "mission": {
                "id": 5002,
                "launch_library_id": null,
                "name": "DMSP-5D2 F12",
                "description": "Military meteorological satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": "0ee9914a-8f00-45df-9ec4-c6e3ea82bbed",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0ee9914a-8f00-45df-9ec4-c6e3ea82bbed/?format=api",
            "launch_library_id": null,
            "slug": "atlas-e-dmsp-5d2-f11",
            "name": "Atlas E | DMSP-5D2 F11",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1991-11-28T13:23:00Z",
            "window_end": "1991-11-28T13:23:00Z",
            "window_start": "1991-11-28T13:23: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": 6409,
                "configuration": {
                    "id": 238,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/238/?format=api",
                    "name": "Atlas E",
                    "family": "Atlas",
                    "full_name": "SM-65E Atlas",
                    "variant": "E"
                }
            },
            "mission": {
                "id": 4799,
                "launch_library_id": null,
                "name": "DMSP-5D2 F11",
                "description": "Military meteorological satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": "20c61f7a-7c2a-43d0-adc5-75b1475ad1bb",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/20c61f7a-7c2a-43d0-adc5-75b1475ad1bb/?format=api",
            "launch_library_id": null,
            "slug": "atlas-e-dmsp-5d2-f10",
            "name": "Atlas E | DMSP-5D2 F10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1990-12-01T15:57:00Z",
            "window_end": "1990-12-01T15:57:00Z",
            "window_start": "1990-12-01T15:57: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": 6329,
                "configuration": {
                    "id": 238,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/238/?format=api",
                    "name": "Atlas E",
                    "family": "Atlas",
                    "full_name": "SM-65E Atlas",
                    "variant": "E"
                }
            },
            "mission": {
                "id": 4719,
                "launch_library_id": null,
                "name": "DMSP-5D2 F10",
                "description": "Military meteorological satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": "713ef9aa-dd25-4cda-9720-2705a7a8a6bf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/713ef9aa-dd25-4cda-9720-2705a7a8a6bf/?format=api",
            "launch_library_id": null,
            "slug": "atlas-echostar-vii",
            "name": "Atlas | Echostar VII",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2002-02-21T12:43:01Z",
            "window_end": "2002-02-21T12:43:01Z",
            "window_start": "2002-02-21T12:43:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7076,
                "configuration": {
                    "id": 472,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/472/?format=api",
                    "name": "Atlas IIIB",
                    "family": "Atlas",
                    "full_name": "Atlas IIIB",
                    "variant": "IIIB"
                }
            },
            "mission": {
                "id": 5465,
                "launch_library_id": null,
                "name": "Echostar VII",
                "description": "EchoStar 7 is a high-powered, direct broadcast satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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_122_20200803143232.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_iiia_image_20210901074920.jpg",
            "infographic": null,
            "program": []
        }
    ]
}