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=40&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=50&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=30&ordering=name",
    "results": [
        {
            "id": "52ea5557-1be1-4748-9ec0-b59f96e51e6a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/52ea5557-1be1-4748-9ec0-b59f96e51e6a/?format=api",
            "launch_library_id": null,
            "slug": "ariane-1-spot-1-viking",
            "name": "Ariane 1 | SPOT 1 & Viking",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1986-02-22T01:44:35Z",
            "window_end": "1986-02-22T01:44:35Z",
            "window_start": "1986-02-22T01:44:35Z",
            "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": 5839,
                "configuration": {
                    "id": 219,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/219/?format=api",
                    "name": "Ariane 1",
                    "family": "Ariane",
                    "full_name": "Ariane 1",
                    "variant": "1"
                }
            },
            "mission": {
                "id": 4237,
                "launch_library_id": null,
                "name": "SPOT 1 & Viking",
                "description": "SPOT 1 is a French Earth observation satellite. Viking is Sweden's first satellite.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "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_34_20200803143527.jpg",
                "total_launch_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_1_in_fli_image_20240314094301.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "01b2d898-988c-4d20-8de6-96110da1b2ca",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/01b2d898-988c-4d20-8de6-96110da1b2ca/?format=api",
            "launch_library_id": null,
            "slug": "ariane-2-intelsat-513",
            "name": "Ariane 2 | Intelsat 513",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1988-05-17T23:58:00Z",
            "window_end": "1988-05-17T23:58:00Z",
            "window_start": "1988-05-17T23:58: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": 6067,
                "configuration": {
                    "id": 220,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/220/?format=api",
                    "name": "Ariane 2",
                    "family": "Ariane",
                    "full_name": "Ariane 2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4457,
                "launch_library_id": null,
                "name": "Intelsat 513",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "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_34_20200803143527.jpg",
                "total_launch_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_2_liftof_image_20240314094631.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "2eb9887b-4e07-4110-8f2a-a6116a079e99",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/2eb9887b-4e07-4110-8f2a-a6116a079e99/?format=api",
            "launch_library_id": null,
            "slug": "ariane-2-intelsat-514",
            "name": "Ariane 2 | Intelsat 514",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1986-05-31T00:53:03Z",
            "window_end": "1986-05-31T00:53:03Z",
            "window_start": "1986-05-31T00:53:03Z",
            "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": 5861,
                "configuration": {
                    "id": 220,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/220/?format=api",
                    "name": "Ariane 2",
                    "family": "Ariane",
                    "full_name": "Ariane 2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4258,
                "launch_library_id": null,
                "name": "Intelsat 514",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "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_34_20200803143527.jpg",
                "total_launch_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_2_liftof_image_20240314094631.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ce419d7e-acdf-42c4-bb08-e7a5dc4f7cdd",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ce419d7e-acdf-42c4-bb08-e7a5dc4f7cdd/?format=api",
            "launch_library_id": null,
            "slug": "ariane-2-intelsat-515",
            "name": "Ariane 2 | Intelsat 515",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1989-01-27T01:21:00Z",
            "window_end": "1989-01-27T01:21:00Z",
            "window_start": "1989-01-27T01:21: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": 6145,
                "configuration": {
                    "id": 220,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/220/?format=api",
                    "name": "Ariane 2",
                    "family": "Ariane",
                    "full_name": "Ariane 2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4535,
                "launch_library_id": null,
                "name": "Intelsat 515",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "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_34_20200803143527.jpg",
                "total_launch_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_2_liftof_image_20240314094631.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "818d37b3-0508-449f-975f-ce914b5b701a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/818d37b3-0508-449f-975f-ce914b5b701a/?format=api",
            "launch_library_id": null,
            "slug": "ariane-2-tdf-1",
            "name": "Ariane 2 | TDF 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1988-10-28T02:17:00Z",
            "window_end": "1988-10-28T02:17:00Z",
            "window_start": "1988-10-28T02: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": 6123,
                "configuration": {
                    "id": 220,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/220/?format=api",
                    "name": "Ariane 2",
                    "family": "Ariane",
                    "full_name": "Ariane 2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4513,
                "launch_library_id": null,
                "name": "TDF 1",
                "description": "French direct broadcasting satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "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_34_20200803143527.jpg",
                "total_launch_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_2_liftof_image_20240314094631.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "e605c29d-5ef8-4b35-b86d-5dfd72db0539",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e605c29d-5ef8-4b35-b86d-5dfd72db0539/?format=api",
            "launch_library_id": null,
            "slug": "ariane-2-tele-x",
            "name": "Ariane 2 | Tele-X",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1989-04-02T02:28:00Z",
            "window_end": "1989-04-02T02:28:00Z",
            "window_start": "1989-04-02T02:28: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": 6163,
                "configuration": {
                    "id": 220,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/220/?format=api",
                    "name": "Ariane 2",
                    "family": "Ariane",
                    "full_name": "Ariane 2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4553,
                "launch_library_id": null,
                "name": "Tele-X",
                "description": "Swedish geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "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_34_20200803143527.jpg",
                "total_launch_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_2_liftof_image_20240314094631.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "67fa17bf-c6c5-44fe-8c41-5abcf2263e5f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/67fa17bf-c6c5-44fe-8c41-5abcf2263e5f/?format=api",
            "launch_library_id": null,
            "slug": "ariane-2-tv-sat-1",
            "name": "Ariane 2 | TV-Sat 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1987-11-21T02:19:00Z",
            "window_end": "1987-11-21T02:19:00Z",
            "window_start": "1987-11-21T02:19: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": 6015,
                "configuration": {
                    "id": 220,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/220/?format=api",
                    "name": "Ariane 2",
                    "family": "Ariane",
                    "full_name": "Ariane 2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4406,
                "launch_library_id": null,
                "name": "TV-Sat 1",
                "description": "German 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_2_liftof_image_20240314094631.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b04f2a57-6500-4dca-87cf-328ca3a3b052",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b04f2a57-6500-4dca-87cf-328ca3a3b052/?format=api",
            "launch_library_id": null,
            "slug": "ariane-3-arabsat-1a-brasilsat-a1",
            "name": "Ariane 3 | Arabsat 1A & Brasilsat A1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1985-02-08T23:22:00Z",
            "window_end": "1985-02-08T23:22:00Z",
            "window_start": "1985-02-08T23: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": 5723,
                "configuration": {
                    "id": 221,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/221/?format=api",
                    "name": "Ariane 3",
                    "family": "Ariane",
                    "full_name": "Ariane 3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 4124,
                "launch_library_id": null,
                "name": "Arabsat 1A & Brasilsat A1",
                "description": "Geostationary communications satellites",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "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_34_20200803143527.jpg",
                "total_launch_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_3_liftof_image_20240314095002.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fcf573d2-0329-4c14-b9ae-6c965e605d27",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fcf573d2-0329-4c14-b9ae-6c965e605d27/?format=api",
            "launch_library_id": null,
            "slug": "ariane-3-aussat-a3-ecs-4",
            "name": "Ariane 3 | Aussat A3 & ECS 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1987-09-16T00:45:28Z",
            "window_end": "1987-09-16T00:45:28Z",
            "window_start": "1987-09-16T00:45:28Z",
            "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": 6000,
                "configuration": {
                    "id": 221,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/221/?format=api",
                    "name": "Ariane 3",
                    "family": "Ariane",
                    "full_name": "Ariane 3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 4391,
                "launch_library_id": null,
                "name": "Aussat A3 & ECS 4",
                "description": "Geostationary communications satellites",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "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_34_20200803143527.jpg",
                "total_launch_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_3_liftof_image_20240314095002.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b81b571c-eab4-4802-afa3-f0af386c5a64",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b81b571c-eab4-4802-afa3-f0af386c5a64/?format=api",
            "launch_library_id": null,
            "slug": "ariane-3-ecs-2-telecom-1a",
            "name": "Ariane 3 | ECS 2 & Télécom 1A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1984-08-04T13:32:54Z",
            "window_end": "1984-08-04T13:32:54Z",
            "window_start": "1984-08-04T13:32:54Z",
            "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": 5665,
                "configuration": {
                    "id": 221,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/221/?format=api",
                    "name": "Ariane 3",
                    "family": "Ariane",
                    "full_name": "Ariane 3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 4067,
                "launch_library_id": null,
                "name": "ECS 2 & Télécom 1A",
                "description": "Geostationary communications satellites",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "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_34_20200803143527.jpg",
                "total_launch_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_3_liftof_image_20240314095002.jpg",
            "infographic": null,
            "program": []
        }
    ]
}