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

{
    "count": 7487,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7350&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7330&ordering=-name",
    "results": [
        {
            "id": "351a83b3-c2aa-400c-82ba-23a7b4361ed8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/351a83b3-c2aa-400c-82ba-23a7b4361ed8/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44lp-thaicom-3-bsat-1a",
            "name": "Ariane 44LP | Thaicom 3 & BSat 1a",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1997-04-16T23:08:44Z",
            "window_end": "1997-04-16T23:08:44Z",
            "window_start": "1997-04-16T23:08:44Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6775,
                "configuration": {
                    "id": 226,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/226/?format=api",
                    "name": "Ariane 44LP",
                    "family": "Ariane",
                    "full_name": "Ariane 44LP",
                    "variant": "44LP"
                }
            },
            "mission": {
                "id": 5165,
                "launch_library_id": null,
                "name": "Thaicom 3 & BSat 1a",
                "description": "Thaicom 3 and BSat 1a are Thai and Japanese commmunications satellites.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "14014cb5-a328-42f6-b355-d67105be6e17",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/14014cb5-a328-42f6-b355-d67105be6e17/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44lp-telstar-7",
            "name": "Ariane 44LP | Telstar 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-09-25T06:29:00Z",
            "window_end": "1999-09-25T06:29:00Z",
            "window_start": "1999-09-25T06:29:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6943,
                "configuration": {
                    "id": 226,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/226/?format=api",
                    "name": "Ariane 44LP",
                    "family": "Ariane",
                    "full_name": "Ariane 44LP",
                    "variant": "44LP"
                }
            },
            "mission": {
                "id": 5333,
                "launch_library_id": null,
                "name": "Telstar 7",
                "description": "American communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "d38ba11c-793d-45f6-becc-1c6d820a4198",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d38ba11c-793d-45f6-becc-1c6d820a4198/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44lp-superbird-b2",
            "name": "Ariane 44LP | Superbird B2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2000-02-18T01:04:00Z",
            "window_end": "2000-02-18T01:04:00Z",
            "window_start": "2000-02-18T01:04:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6974,
                "configuration": {
                    "id": 226,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/226/?format=api",
                    "name": "Ariane 44LP",
                    "family": "Ariane",
                    "full_name": "Ariane 44LP",
                    "variant": "44LP"
                }
            },
            "mission": {
                "id": 5363,
                "launch_library_id": null,
                "name": "Superbird B2",
                "description": "Japanese communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "eb84e9a8-86a5-49ad-b6e9-8409c93a449c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/eb84e9a8-86a5-49ad-b6e9-8409c93a449c/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44lp-solidaridad-1-meteosat-6",
            "name": "Ariane 44LP | Solidaridad 1 & Meteosat 6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1993-11-20T01:17:00Z",
            "window_end": "1993-11-20T01:17:00Z",
            "window_start": "1993-11-20T01:17:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6559,
                "configuration": {
                    "id": 226,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/226/?format=api",
                    "name": "Ariane 44LP",
                    "family": "Ariane",
                    "full_name": "Ariane 44LP",
                    "variant": "44LP"
                }
            },
            "mission": {
                "id": 4949,
                "launch_library_id": null,
                "name": "Solidaridad 1 & Meteosat 6",
                "description": "When the Mexican government planned the implementation of a second-generation satellite system, it turned again to Hughes Space and Communications Company. The new pair of spacecraft is called Solidaridad, signifying the way satellite telecommunications are uniting the urban and remote parts of the country with one another and the rest of the world. These replace the two Hughes-built Morelos satellites, the first of which was retired in 1994 after nine years' service. The Solidaridad contract was signed in May 1991. The spacecraft are operated by the government agency Telecomunicaciones de Mexico (Telecomm).",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "340ca80d-4d90-4874-854a-2e9eb6f0ac54",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/340ca80d-4d90-4874-854a-2e9eb6f0ac54/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44lp-skynet-4c-eutelsat-2-f1",
            "name": "Ariane 44LP | Skynet 4C & Eutelsat-2 F1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1990-08-30T22:46:00Z",
            "window_end": "1990-08-30T22:46:00Z",
            "window_start": "1990-08-30T22:46:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6305,
                "configuration": {
                    "id": 226,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/226/?format=api",
                    "name": "Ariane 44LP",
                    "family": "Ariane",
                    "full_name": "Ariane 44LP",
                    "variant": "44LP"
                }
            },
            "mission": {
                "id": 4695,
                "launch_library_id": null,
                "name": "Skynet 4C & Eutelsat-2 F1",
                "description": "Geostationary communications satellites",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "5191627d-cfa9-4cb5-a9d2-98a484b03152",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5191627d-cfa9-4cb5-a9d2-98a484b03152/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44lp-skynet-4b-astra-1a",
            "name": "Ariane 44LP | Skynet 4B & Astra 1A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1988-12-11T00:33:38Z",
            "window_end": "1988-12-11T00:33:38Z",
            "window_start": "1988-12-11T00:33:38Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6133,
                "configuration": {
                    "id": 226,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/226/?format=api",
                    "name": "Ariane 44LP",
                    "family": "Ariane",
                    "full_name": "Ariane 44LP",
                    "variant": "44LP"
                }
            },
            "mission": {
                "id": 4523,
                "launch_library_id": null,
                "name": "Skynet 4B & Astra 1A",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "5a76ae5c-5ab1-412f-abcf-aecd8c0bf32f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5a76ae5c-5ab1-412f-abcf-aecd8c0bf32f/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44lp-pas-7",
            "name": "Ariane 44LP | PAS 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1998-09-16T06:31:00Z",
            "window_end": "1998-09-16T06:31:00Z",
            "window_start": "1998-09-16T06:31:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6878,
                "configuration": {
                    "id": 226,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/226/?format=api",
                    "name": "Ariane 44LP",
                    "family": "Ariane",
                    "full_name": "Ariane 44LP",
                    "variant": "44LP"
                }
            },
            "mission": {
                "id": 5268,
                "launch_library_id": null,
                "name": "PAS 7",
                "description": "Three of the most powerful broadcast satellites ever launched that are capable of direct-to-home (DTH) service are providing DTH programming to millions of consumers of PanAmSat. They were designed and built by Space Systems/Loral (SS/L).",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "d06304d2-0372-41d8-b9f9-43b8815b1659",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d06304d2-0372-41d8-b9f9-43b8815b1659/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44lp-orion-2",
            "name": "Ariane 44LP | Orion 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-10-19T06:22:00Z",
            "window_end": "1999-10-19T06:22:00Z",
            "window_start": "1999-10-19T06:22:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6950,
                "configuration": {
                    "id": 226,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/226/?format=api",
                    "name": "Ariane 44LP",
                    "family": "Ariane",
                    "full_name": "Ariane 44LP",
                    "variant": "44LP"
                }
            },
            "mission": {
                "id": 5339,
                "launch_library_id": null,
                "name": "Orion 2",
                "description": "Built by Space Systems/Loral (SS/L), Orion 2 features 36 high-powered Ku-band transponders. It was launched into the orbital slot located at 15 degrees west longitude, where in-orbit testing will be conducted. Loral was in negotiations with Eutelsat, also a satellite services provider, to complete coordination of the Orion 2 satellite with the Eutelsat spacecraft in the region.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "fb96025e-8702-47f2-a4e5-92c25db0bc64",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fb96025e-8702-47f2-a4e5-92c25db0bc64/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44lp-meteosat-3",
            "name": "Ariane 44LP | Meteosat 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1988-06-15T11:19:01Z",
            "window_end": "1988-06-15T11:19:01Z",
            "window_start": "1988-06-15T11:19:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6077,
                "configuration": {
                    "id": 226,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/226/?format=api",
                    "name": "Ariane 44LP",
                    "family": "Ariane",
                    "full_name": "Ariane 44LP",
                    "variant": "44LP"
                }
            },
            "mission": {
                "id": 4467,
                "launch_library_id": null,
                "name": "Meteosat 3",
                "description": "European meteorological satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "e658cdb3-b7f8-427e-8f70-4fd8de6f931f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e658cdb3-b7f8-427e-8f70-4fd8de6f931f/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44lp-jcsat-1-meteosat-4",
            "name": "Ariane 44LP | JCSAT 1 & Meteosat 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1989-03-06T23:29:00Z",
            "window_end": "1989-03-06T23:29:00Z",
            "window_start": "1989-03-06T23:29:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6158,
                "configuration": {
                    "id": 226,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/226/?format=api",
                    "name": "Ariane 44LP",
                    "family": "Ariane",
                    "full_name": "Ariane 44LP",
                    "variant": "44LP"
                }
            },
            "mission": {
                "id": 4548,
                "launch_library_id": null,
                "name": "JCSAT 1 & Meteosat 4",
                "description": "Geostationary communications and meteorology satellites",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "infographic": null,
            "program": []
        }
    ]
}