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

{
    "count": 7486,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7450&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7430&ordering=name",
    "results": [
        {
            "id": "78226dc7-e034-4ba3-b430-7f55cd92cd01",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/78226dc7-e034-4ba3-b430-7f55cd92cd01/?format=api",
            "launch_library_id": 730,
            "slug": "zenit-3slb-intelsat-18",
            "name": "Zenit-3SLB | Intelsat 18",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2011-10-05T21:00:02Z",
            "window_end": "2011-10-05T21:00:02Z",
            "window_start": "2011-10-05T21:00:02Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1559,
                "configuration": {
                    "id": 91,
                    "launch_library_id": 94,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/91/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SLB",
                    "variant": "3SLB"
                }
            },
            "mission": null,
            "pad": {
                "id": 2,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/2/?format=api",
                "agency_id": null,
                "name": "45/1",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
                "latitude": "45.943492",
                "longitude": "63.653014",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
                "total_launch_count": 46
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "4e29f6d7-a6ea-4536-81a3-6ec758840122",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/4e29f6d7-a6ea-4536-81a3-6ec758840122/?format=api",
            "launch_library_id": 108,
            "slug": "zenit-3sl-eutelsat-3b",
            "name": "Zenit 3SL | Eutelsat 3B",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2014-05-26T21:09:59Z",
            "window_end": "2014-05-26T21:09:59Z",
            "window_start": "2014-05-26T21:09:59Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1760,
                "configuration": {
                    "id": 11,
                    "launch_library_id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 57,
                "launch_library_id": 93,
                "name": "Eutelsat 3B",
                "description": "With up to 51 transponders, the EUTELSAT 3B satellite will complement Eutelsat’s capacity portfolio and geographic reach, adding resources in three frequency bands connected to fixed and steerable antennas for maximum flexibility.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "9e89cf89-e1f8-4762-b02f-3cbe1c6280a4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9e89cf89-e1f8-4762-b02f-3cbe1c6280a4/?format=api",
            "launch_library_id": 666,
            "slug": "zenit-3sl-eutelsat-70b",
            "name": "Zenit 3SL | Eutelsat 70B",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2012-12-03T20:43:59Z",
            "window_end": "2012-12-03T20:43:59Z",
            "window_start": "2012-12-03T20:43:59Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1649,
                "configuration": {
                    "id": 11,
                    "launch_library_id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": null,
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "115adcab-b01f-48ec-a326-a52ee39cab03",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/115adcab-b01f-48ec-a326-a52ee39cab03/?format=api",
            "launch_library_id": 627,
            "slug": "zenit-3sl-intelsat-19",
            "name": "Zenit 3SL | Intelsat 19",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2012-06-01T05:22:59Z",
            "window_end": "2012-06-01T05:22:59Z",
            "window_start": "2012-06-01T05:22:59Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1614,
                "configuration": {
                    "id": 11,
                    "launch_library_id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": null,
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "552a9a15-00fc-431c-8e5a-8cb79ea5e070",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/552a9a15-00fc-431c-8e5a-8cb79ea5e070/?format=api",
            "launch_library_id": 642,
            "slug": "zenit-3sl-intelsat-21",
            "name": "Zenit 3SL | Intelsat 21",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2012-08-19T06:54:59Z",
            "window_end": "2012-08-19T06:54:59Z",
            "window_start": "2012-08-19T06:54:59Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1627,
                "configuration": {
                    "id": 11,
                    "launch_library_id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": null,
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "3eb9eb19-0d09-44f0-b37e-033f05dcfe2d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3eb9eb19-0d09-44f0-b37e-033f05dcfe2d/?format=api",
            "launch_library_id": 519,
            "slug": "zenit-3sl-intelsat-27",
            "name": "Zenit 3SL | Intelsat-27",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2013-02-01T06:56:00Z",
            "window_end": "2013-02-01T06:56:00Z",
            "window_start": "2013-02-01T06:56:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1659,
                "configuration": {
                    "id": 11,
                    "launch_library_id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": null,
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "330b9a20-75e6-4bff-942e-e05d416766b7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/330b9a20-75e6-4bff-942e-e05d416766b7/?format=api",
            "launch_library_id": 1305,
            "slug": "zenit-3sl-sicral-1b",
            "name": "Zenit 3SL | SICRAL 1B",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-04-20T08:15:59Z",
            "window_end": "2009-04-20T08:15:59Z",
            "window_start": "2009-04-20T08:15:59Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1414,
                "configuration": {
                    "id": 11,
                    "launch_library_id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 434,
                "launch_library_id": 548,
                "name": "SICRAL 1B",
                "description": "Sea Launch successfully delivered Intelsat's Galaxy 19 satellite to orbit on September 24, 2008, in a flawless mission. The first signal from the satellite was acquired at the Hartebeesthoek ground station immediately after spacecraft separation. Weighing 4,690 kg (10,340 lbs), this high-power C-band and Ku-band satellite will provide communications services to customers throughout the United States, Canada, Mexico and the Caribbean islands.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "9f032ff8-1c9a-4795-bd50-ae889e4c89c5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9f032ff8-1c9a-4795-bd50-ae889e4c89c5/?format=api",
            "launch_library_id": null,
            "slug": "zenit-amos-3",
            "name": "Zenit | Amos 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2008-04-28T05:00:00Z",
            "window_end": "2008-04-28T05:00:00Z",
            "window_start": "2008-04-28T05:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7351,
                "configuration": {
                    "id": 91,
                    "launch_library_id": 94,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/91/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SLB",
                    "variant": "3SLB"
                }
            },
            "mission": {
                "id": 5740,
                "launch_library_id": null,
                "name": "Amos 3",
                "description": "Israeli geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 2,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/2/?format=api",
                "agency_id": null,
                "name": "45/1",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
                "latitude": "45.943492",
                "longitude": "63.653014",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
                "total_launch_count": 46
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "eae0a45d-fd6c-49e4-9816-dd7d3975712e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/eae0a45d-fd6c-49e4-9816-dd7d3975712e/?format=api",
            "launch_library_id": null,
            "slug": "zenit-demosat",
            "name": "Zenit | DemoSat",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-03-28T01:29:59Z",
            "window_end": "1999-03-28T01:29:59Z",
            "window_start": "1999-03-28T01:29:59Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6908,
                "configuration": {
                    "id": 11,
                    "launch_library_id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5298,
                "launch_library_id": null,
                "name": "DemoSat",
                "description": "DemoSat was the dummy payload on the first Boeing Sea Launch mission. The Zenit-3SL booster rocket lifted off from the Odyssey floating platform on the equator at 154 degrees W longitude.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "466cadc0-c34d-46ba-89d1-abf8a47a9cb2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/466cadc0-c34d-46ba-89d1-abf8a47a9cb2/?format=api",
            "launch_library_id": null,
            "slug": "zenit-directv-11",
            "name": "Zenit | DirecTV 11",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2008-03-19T22:47:59Z",
            "window_end": "2008-03-19T22:47:59Z",
            "window_start": "2008-03-19T22:47:59Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7346,
                "configuration": {
                    "id": 11,
                    "launch_library_id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5735,
                "launch_library_id": null,
                "name": "DirecTV 11",
                "description": "American geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}