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=7400&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=7410&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7390&ordering=-name",
    "results": [
        {
            "id": "1184552a-8f49-4ea8-ab0d-1b8cacfb84b6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1184552a-8f49-4ea8-ab0d-1b8cacfb84b6/?format=api",
            "launch_library_id": null,
            "slug": "ariane-42p-m-sat-1",
            "name": "Ariane 42P | M-SAT 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1996-04-20T22:36:00Z",
            "window_end": "1996-04-20T22:36:00Z",
            "window_start": "1996-04-20T22:36: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": 6722,
                "configuration": {
                    "id": 224,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/224/?format=api",
                    "name": "Ariane 42P",
                    "family": "Ariane",
                    "full_name": "Ariane 42P",
                    "variant": "42P"
                }
            },
            "mission": {
                "id": 5112,
                "launch_library_id": null,
                "name": "M-SAT 1",
                "description": "North 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/ariane42p_at_el_image_20240310184548.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "0a8aae50-34bd-45a3-a8c7-cee458851d74",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a8aae50-34bd-45a3-a8c7-cee458851d74/?format=api",
            "launch_library_id": null,
            "slug": "ariane-42p-insat-2e",
            "name": "Ariane 42P | Insat 2E",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-04-02T22:03:00Z",
            "window_end": "1999-04-02T22:03:00Z",
            "window_start": "1999-04-02T22:03: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": 6909,
                "configuration": {
                    "id": 224,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/224/?format=api",
                    "name": "Ariane 42P",
                    "family": "Ariane",
                    "full_name": "Ariane 42P",
                    "variant": "42P"
                }
            },
            "mission": {
                "id": 5299,
                "launch_library_id": null,
                "name": "Insat 2E",
                "description": "Insat-2E of the Insat-2 series of satellites built by ISRO, is a multi-purpose satellites for telecommunication, television broadcasting and meteriological services.",
                "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/ariane42p_at_el_image_20240310184548.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "91e73ebe-228a-4e88-8817-a7df4e6c65f0",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/91e73ebe-228a-4e88-8817-a7df4e6c65f0/?format=api",
            "launch_library_id": null,
            "slug": "ariane-42p-hot-bird-4",
            "name": "Ariane 42P | Hot Bird 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1998-02-27T22:38:00Z",
            "window_end": "1998-02-27T22:38:00Z",
            "window_start": "1998-02-27T22:38: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": 6842,
                "configuration": {
                    "id": 224,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/224/?format=api",
                    "name": "Ariane 42P",
                    "family": "Ariane",
                    "full_name": "Ariane 42P",
                    "variant": "42P"
                }
            },
            "mission": {
                "id": 5232,
                "launch_library_id": null,
                "name": "Hot Bird 4",
                "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/ariane42p_at_el_image_20240310184548.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "d6361cc2-82d9-4c03-9939-4c3111cbc921",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d6361cc2-82d9-4c03-9939-4c3111cbc921/?format=api",
            "launch_library_id": null,
            "slug": "ariane-42p-galaxy-7",
            "name": "Ariane 42P | Galaxy 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1992-10-28T00:15:00Z",
            "window_end": "1992-10-28T00:15:00Z",
            "window_start": "1992-10-28T00:15: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": 6475,
                "configuration": {
                    "id": 224,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/224/?format=api",
                    "name": "Ariane 42P",
                    "family": "Ariane",
                    "full_name": "Ariane 42P",
                    "variant": "42P"
                }
            },
            "mission": {
                "id": 4865,
                "launch_library_id": null,
                "name": "Galaxy 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/ariane42p_at_el_image_20240310184548.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "65ae6cab-d00d-4141-aa87-dd9123c72ef0",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/65ae6cab-d00d-4141-aa87-dd9123c72ef0/?format=api",
            "launch_library_id": null,
            "slug": "ariane-42p-galaxy-4h",
            "name": "Ariane 42P | Galaxy 4H",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1993-06-25T00:18:00Z",
            "window_end": "1993-06-25T00:18:00Z",
            "window_start": "1993-06-25T00:18: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": 6527,
                "configuration": {
                    "id": 224,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/224/?format=api",
                    "name": "Ariane 42P",
                    "family": "Ariane",
                    "full_name": "Ariane 42P",
                    "variant": "42P"
                }
            },
            "mission": {
                "id": 4917,
                "launch_library_id": null,
                "name": "Galaxy 4H",
                "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/ariane42p_at_el_image_20240310184548.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "1a7749ab-c8ce-4d5b-b747-3f592b0eb080",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1a7749ab-c8ce-4d5b-b747-3f592b0eb080/?format=api",
            "launch_library_id": null,
            "slug": "ariane-42p-echostar-ii",
            "name": "Ariane 42P | Echostar II",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1996-09-11T00:00:59Z",
            "window_end": "1996-09-11T00:00:59Z",
            "window_start": "1996-09-11T00:00:59Z",
            "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": 6749,
                "configuration": {
                    "id": 224,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/224/?format=api",
                    "name": "Ariane 42P",
                    "family": "Ariane",
                    "full_name": "Ariane 42P",
                    "variant": "42P"
                }
            },
            "mission": {
                "id": 5139,
                "launch_library_id": null,
                "name": "Echostar II",
                "description": "American geostationary communications spacecraft",
                "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/ariane42p_at_el_image_20240310184548.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "c0b504f1-37d5-43d4-9df8-7e6f4c445e9b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c0b504f1-37d5-43d4-9df8-7e6f4c445e9b/?format=api",
            "launch_library_id": null,
            "slug": "ariane-42p-directv-3",
            "name": "Ariane 42P | DirecTV 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1995-06-10T00:24:00Z",
            "window_end": "1995-06-10T00:24:00Z",
            "window_start": "1995-06-10T00:24: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": 6666,
                "configuration": {
                    "id": 224,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/224/?format=api",
                    "name": "Ariane 42P",
                    "family": "Ariane",
                    "full_name": "Ariane 42P",
                    "variant": "42P"
                }
            },
            "mission": {
                "id": 5056,
                "launch_library_id": null,
                "name": "DirecTV 3",
                "description": "DirecTV 2 is a high-powered satellites built by Hughes Space and Communications Company (HSC) which began bringing true direct broadcast satellite (DBS) service to homes throughout North America in 1994.",
                "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/ariane42p_at_el_image_20240310184548.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "a01e8e23-3294-4a3e-bde7-8bd03ae0d08a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a01e8e23-3294-4a3e-bde7-8bd03ae0d08a/?format=api",
            "launch_library_id": null,
            "slug": "ariane-42p-astra-1d",
            "name": "Ariane 42P | Astra 1D",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1994-11-01T00:37:00Z",
            "window_end": "1994-11-01T00:37:00Z",
            "window_start": "1994-11-01T00:37: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": 6622,
                "configuration": {
                    "id": 224,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/224/?format=api",
                    "name": "Ariane 42P",
                    "family": "Ariane",
                    "full_name": "Ariane 42P",
                    "variant": "42P"
                }
            },
            "mission": {
                "id": 5012,
                "launch_library_id": null,
                "name": "Astra 1D",
                "description": "Second Hughes spacecraft ordered by SES",
                "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/ariane42p_at_el_image_20240310184548.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "adedd454-89f8-471c-bdd5-571a36956ce1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/adedd454-89f8-471c-bdd5-571a36956ce1/?format=api",
            "launch_library_id": null,
            "slug": "ariane-42l-telstar-402r",
            "name": "Ariane 42L | Telstar 402R",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1995-09-24T00:06:00Z",
            "window_end": "1995-09-24T00:06:00Z",
            "window_start": "1995-09-24T00:06: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": 6682,
                "configuration": {
                    "id": 223,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/223/?format=api",
                    "name": "Ariane 42L",
                    "family": "Ariane",
                    "full_name": "Ariane 42L",
                    "variant": "42L"
                }
            },
            "mission": {
                "id": 5072,
                "launch_library_id": null,
                "name": "Telstar 402R",
                "description": "The Telstar 4 series was the successor to AT&T's Telstar 3 series. The spacecraft were built on Lockheed Martin's AS-7000 bus and featured 24 C-band and 16 Ku-band transponders.",
                "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_42l_at_e_image_20240401083718.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "78d2cd7d-350f-4bf1-8aeb-6b02aaaad352",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/78d2cd7d-350f-4bf1-8aeb-6b02aaaad352/?format=api",
            "launch_library_id": null,
            "slug": "ariane-42l-telstar-402",
            "name": "Ariane 42L | Telstar 402",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1994-09-09T00:29:44Z",
            "window_end": "1994-09-09T00:29:44Z",
            "window_start": "1994-09-09T00:29: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": 6613,
                "configuration": {
                    "id": 223,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/223/?format=api",
                    "name": "Ariane 42L",
                    "family": "Ariane",
                    "full_name": "Ariane 42L",
                    "variant": "42L"
                }
            },
            "mission": {
                "id": 5003,
                "launch_library_id": null,
                "name": "Telstar 402",
                "description": "The Telstar 4 series was the successor to AT&T's Telstar 3 series. The spacecraft were built on Lockheed Martin's AS-7000 bus and featured 24 C-band and 16 Ku-band transponders.",
                "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_42l_at_e_image_20240401083718.png",
            "infographic": null,
            "program": []
        }
    ]
}