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

{
    "count": 7496,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=410&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=390&ordering=name",
    "results": [
        {
            "id": "be365316-8a82-4443-8223-c102e9538360",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/be365316-8a82-4443-8223-c102e9538360/?format=api",
            "launch_library_id": null,
            "slug": "atlas-d-ov1-1",
            "name": "Atlas D | OV1-1",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1965-01-21T21:34:54Z",
            "window_end": "1965-01-21T21:34:54Z",
            "window_start": "1965-01-21T21:34:54Z",
            "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": 3355,
                "configuration": {
                    "id": 237,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/237/?format=api",
                    "name": "Atlas D",
                    "family": "Atlas",
                    "full_name": "SM-65D Atlas",
                    "variant": "D"
                }
            },
            "mission": {
                "id": 1776,
                "launch_library_id": null,
                "name": "OV1-1",
                "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": 170,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/170/?format=api",
                "agency_id": null,
                "name": "576B3",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/List_of_Vandenberg_Air_Force_Base_launch_facilities",
                "map_url": "https://www.google.com/maps?q=34.7897222,-120.5980273",
                "latitude": "34.7897222",
                "longitude": "-120.5980273",
                "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_170_20200803143421.jpg",
                "total_launch_count": 7
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "5f866d35-a64f-4529-b893-985773c24bb9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5f866d35-a64f-4529-b893-985773c24bb9/?format=api",
            "launch_library_id": null,
            "slug": "atlas-d-ov1-111286",
            "name": "Atlas D | OV1-11,12,86",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1967-07-27T19:00:03Z",
            "window_end": "1967-07-27T19:00:03Z",
            "window_start": "1967-07-27T19:00:03Z",
            "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": 3687,
                "configuration": {
                    "id": 237,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/237/?format=api",
                    "name": "Atlas D",
                    "family": "Atlas",
                    "full_name": "SM-65D Atlas",
                    "variant": "D"
                }
            },
            "mission": {
                "id": 2105,
                "launch_library_id": null,
                "name": "OV1-11,12,86",
                "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": 170,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/170/?format=api",
                "agency_id": null,
                "name": "576B3",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/List_of_Vandenberg_Air_Force_Base_launch_facilities",
                "map_url": "https://www.google.com/maps?q=34.7897222,-120.5980273",
                "latitude": "34.7897222",
                "longitude": "-120.5980273",
                "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_170_20200803143421.jpg",
                "total_launch_count": 7
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "7cee3e78-56b0-47fd-84a1-306f7ab4fcac",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7cee3e78-56b0-47fd-84a1-306f7ab4fcac/?format=api",
            "launch_library_id": null,
            "slug": "atlas-d-ov1-2",
            "name": "Atlas D | OV1-2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1965-10-05T09:07:08Z",
            "window_end": "1965-10-05T09:07:08Z",
            "window_start": "1965-10-05T09:07:08Z",
            "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": 3441,
                "configuration": {
                    "id": 237,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/237/?format=api",
                    "name": "Atlas D",
                    "family": "Atlas",
                    "full_name": "SM-65D Atlas",
                    "variant": "D"
                }
            },
            "mission": {
                "id": 1861,
                "launch_library_id": null,
                "name": "OV1-2",
                "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": 170,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/170/?format=api",
                "agency_id": null,
                "name": "576B3",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/List_of_Vandenberg_Air_Force_Base_launch_facilities",
                "map_url": "https://www.google.com/maps?q=34.7897222,-120.5980273",
                "latitude": "34.7897222",
                "longitude": "-120.5980273",
                "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_170_20200803143421.jpg",
                "total_launch_count": 7
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "dd9d41dc-675d-4dec-9f3a-1dcef46f45b4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/dd9d41dc-675d-4dec-9f3a-1dcef46f45b4/?format=api",
            "launch_library_id": null,
            "slug": "atlas-d-ov1-3",
            "name": "Atlas D | OV1-3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1965-05-28T02:54:56Z",
            "window_end": "1965-05-28T02:54:56Z",
            "window_start": "1965-05-28T02:54:56Z",
            "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": 3401,
                "configuration": {
                    "id": 237,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/237/?format=api",
                    "name": "Atlas D",
                    "family": "Atlas",
                    "full_name": "SM-65D Atlas",
                    "variant": "D"
                }
            },
            "mission": {
                "id": 1821,
                "launch_library_id": null,
                "name": "OV1-3",
                "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": 170,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/170/?format=api",
                "agency_id": null,
                "name": "576B3",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/List_of_Vandenberg_Air_Force_Base_launch_facilities",
                "map_url": "https://www.google.com/maps?q=34.7897222,-120.5980273",
                "latitude": "34.7897222",
                "longitude": "-120.5980273",
                "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_170_20200803143421.jpg",
                "total_launch_count": 7
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f3dd4581-661c-40cd-aed6-63a4287abcee",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f3dd4581-661c-40cd-aed6-63a4287abcee/?format=api",
            "launch_library_id": null,
            "slug": "atlas-d-ov1-4-5",
            "name": "Atlas D | OV1-4 & 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-03-30T09:20:12Z",
            "window_end": "1966-03-30T09:20:12Z",
            "window_start": "1966-03-30T09:20:12Z",
            "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": 3508,
                "configuration": {
                    "id": 237,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/237/?format=api",
                    "name": "Atlas D",
                    "family": "Atlas",
                    "full_name": "SM-65D Atlas",
                    "variant": "D"
                }
            },
            "mission": {
                "id": 1928,
                "launch_library_id": null,
                "name": "OV1-4 & 5",
                "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": 170,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/170/?format=api",
                "agency_id": null,
                "name": "576B3",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/List_of_Vandenberg_Air_Force_Base_launch_facilities",
                "map_url": "https://www.google.com/maps?q=34.7897222,-120.5980273",
                "latitude": "34.7897222",
                "longitude": "-120.5980273",
                "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_170_20200803143421.jpg",
                "total_launch_count": 7
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "0a408547-a635-4cac-a422-61764a552964",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a408547-a635-4cac-a422-61764a552964/?format=api",
            "launch_library_id": null,
            "slug": "atlas-d-ov1-7",
            "name": "Atlas D | OV1-7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-07-14T02:10:02Z",
            "window_end": "1966-07-14T02:10:02Z",
            "window_start": "1966-07-14T02:10:02Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3549,
                "configuration": {
                    "id": 237,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/237/?format=api",
                    "name": "Atlas D",
                    "family": "Atlas",
                    "full_name": "SM-65D Atlas",
                    "variant": "D"
                }
            },
            "mission": {
                "id": 1969,
                "launch_library_id": null,
                "name": "OV1-7",
                "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": 170,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/170/?format=api",
                "agency_id": null,
                "name": "576B3",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/List_of_Vandenberg_Air_Force_Base_launch_facilities",
                "map_url": "https://www.google.com/maps?q=34.7897222,-120.5980273",
                "latitude": "34.7897222",
                "longitude": "-120.5980273",
                "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_170_20200803143421.jpg",
                "total_launch_count": 7
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "38ffba67-c228-4022-bd3f-ec2aa16ead50",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/38ffba67-c228-4022-bd3f-ec2aa16ead50/?format=api",
            "launch_library_id": null,
            "slug": "atlas-d-ov1-9-10",
            "name": "Atlas D | OV1-9 & 10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-12-11T21:09:57Z",
            "window_end": "1966-12-11T21:09:57Z",
            "window_start": "1966-12-11T21:09:57Z",
            "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": 3599,
                "configuration": {
                    "id": 237,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/237/?format=api",
                    "name": "Atlas D",
                    "family": "Atlas",
                    "full_name": "SM-65D Atlas",
                    "variant": "D"
                }
            },
            "mission": {
                "id": 2018,
                "launch_library_id": null,
                "name": "OV1-9 & 10",
                "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": 170,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/170/?format=api",
                "agency_id": null,
                "name": "576B3",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/List_of_Vandenberg_Air_Force_Base_launch_facilities",
                "map_url": "https://www.google.com/maps?q=34.7897222,-120.5980273",
                "latitude": "34.7897222",
                "longitude": "-120.5980273",
                "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_170_20200803143421.jpg",
                "total_launch_count": 7
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "d0ef8560-ceef-4419-b370-7cde56540963",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d0ef8560-ceef-4419-b370-7cde56540963/?format=api",
            "launch_library_id": null,
            "slug": "atlas-e-altair-pogs-ssr-tex-sce",
            "name": "Atlas E Altair | POGS & SSR, TEX, SCE",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1990-04-11T15:00:00Z",
            "window_end": "1990-04-11T15:00:00Z",
            "window_start": "1990-04-11T15:00: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": 6259,
                "configuration": {
                    "id": 239,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/239/?format=api",
                    "name": "Atlas E Altair",
                    "family": "Atlas",
                    "full_name": "Atlas E Altair",
                    "variant": "E Altair"
                }
            },
            "mission": {
                "id": 4649,
                "launch_library_id": null,
                "name": "POGS & SSR, TEX, SCE",
                "description": "POGS & SSR was a satellite designed to measure the Earth's magnetic field. TEX and SCE studied ionospheric effects on RF transmissions.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                }
            },
            "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": 1022,
                    "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": []
        },
        {
            "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": []
        }
    ]
}