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

{
    "count": 7488,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7340&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7320&ordering=-name",
    "results": [
        {
            "id": "8c8e2873-9bbd-4a2c-8fc7-4610782b33a7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/8c8e2873-9bbd-4a2c-8fc7-4610782b33a7/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-telecom-2b-inmarsat-2-f4",
            "name": "Ariane 44L | Télécom 2B & Inmarsat-2 F4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1992-04-15T23:25:27Z",
            "window_end": "1992-04-15T23:25:27Z",
            "window_start": "1992-04-15T23:25:27Z",
            "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": 6433,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 4823,
                "launch_library_id": null,
                "name": "Télécom 2B & Inmarsat-2 F4",
                "description": "Télécom 2B and Inmarsat-2 F4 are French and International communications satellites operating in GEO.",
                "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_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f5790c5e-ee52-4e75-b6ab-a2b89149f067",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f5790c5e-ee52-4e75-b6ab-a2b89149f067/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-telecom-2a",
            "name": "Ariane 44L | Telecom 2A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1991-12-16T23:19:48Z",
            "window_end": "1991-12-16T23:19:48Z",
            "window_start": "1991-12-16T23:19:48Z",
            "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": 6411,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 4801,
                "launch_library_id": null,
                "name": "Telecom 2A",
                "description": "French 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_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "a1335e51-5bfd-4324-a6b2-e83432c0f1a7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a1335e51-5bfd-4324-a6b2-e83432c0f1a7/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-tdf-2-dfs-kopernikus-2",
            "name": "Ariane 44L | TDF 2 & DFS-Kopernikus 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1990-07-24T22:25:00Z",
            "window_end": "1990-07-24T22:25:00Z",
            "window_start": "1990-07-24T22:25: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": 6290,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 4680,
                "launch_library_id": null,
                "name": "TDF 2 & DFS-Kopernikus 2",
                "description": "French and German direct broadcasting 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_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "dce0b178-8fc2-45d5-a2fc-594ca3e052ad",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/dce0b178-8fc2-45d5-a2fc-594ca3e052ad/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-superbird-b-bs-2x",
            "name": "Ariane 44L | Superbird B & BS 2x",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1990-02-22T23:17:00Z",
            "window_end": "1990-02-22T23:17:00Z",
            "window_start": "1990-02-22T23: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": 6246,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 4636,
                "launch_library_id": null,
                "name": "Superbird B & BS 2x",
                "description": "Japanese 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_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "3fc5879b-6321-4311-892e-baf4c201cc0a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3fc5879b-6321-4311-892e-baf4c201cc0a/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-superbird-b1-arabsat-1c",
            "name": "Ariane 44L | Superbird B1 & Arabsat 1C",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1992-02-26T23:58:10Z",
            "window_end": "1992-02-26T23:58:10Z",
            "window_start": "1992-02-26T23:58:10Z",
            "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": 6424,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 4814,
                "launch_library_id": null,
                "name": "Superbird B1 & Arabsat 1C",
                "description": "Superbird B1 and Arabsat 1C are Japanese and Saudi Arabian 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_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fc73029b-7f1a-4ef2-aea2-f0717660b8f9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fc73029b-7f1a-4ef2-aea2-f0717660b8f9/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-superbird-a-dfs-kopernikus-1",
            "name": "Ariane 44L | Superbird A & DFS-Kopernikus 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1989-06-05T22:37:18Z",
            "window_end": "1989-06-05T22:37:18Z",
            "window_start": "1989-06-05T22:37:18Z",
            "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": 6176,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 4566,
                "launch_library_id": null,
                "name": "Superbird A & DFS-Kopernikus 1",
                "description": "Direct broadcasting geostationary 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_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "852f556c-8a56-4cc2-b253-8f289ba67571",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/852f556c-8a56-4cc2-b253-8f289ba67571/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-solidaridad-2-thaicom-2",
            "name": "Ariane 44L | Solidaridad 2 & Thaicom 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1994-10-08T01:07:00Z",
            "window_end": "1994-10-08T01:07:00Z",
            "window_start": "1994-10-08T01:07: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": 6617,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5007,
                "launch_library_id": null,
                "name": "Solidaridad 2 & Thaicom 2",
                "description": "Mexican and Thai communications satellites operating in geostationary orbit.",
                "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_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "56c82b58-2651-4f89-bf21-93d9fdd84063",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/56c82b58-2651-4f89-bf21-93d9fdd84063/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-sirius-2-indostar-1",
            "name": "Ariane 44L | Sirius 2 & Indostar 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1997-11-12T21:48:00Z",
            "window_end": "1997-11-12T21:48:00Z",
            "window_start": "1997-11-12T21:48: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": 6819,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5209,
                "launch_library_id": null,
                "name": "Sirius 2 & Indostar 1",
                "description": "Sirius 2 and Indostar 1 are Swedish and Indonesian 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_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0415b7cb-09a9-4d6c-b0a6-2af7a93674e4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0415b7cb-09a9-4d6c-b0a6-2af7a93674e4/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-sicral-1",
            "name": "Ariane 44L | SICRAL 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2001-02-07T23:05:10Z",
            "window_end": "2001-02-07T23:05:10Z",
            "window_start": "2001-02-07T23:05:10Z",
            "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": 7033,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5422,
                "launch_library_id": null,
                "name": "SICRAL 1",
                "description": "Sicral 1 is Italy’s satellite system for military communications.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 3,
                    "name": "Geosynchronous Orbit",
                    "abbrev": "GSO"
                }
            },
            "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_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "88adc803-4126-471d-8be6-41e8c6b4cbe7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/88adc803-4126-471d-8be6-41e8c6b4cbe7/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-sbs-6-galaxy-6",
            "name": "Ariane 44L | SBS 6 & Galaxy 6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1990-10-12T22:58:18Z",
            "window_end": "1990-10-12T22:58:18Z",
            "window_start": "1990-10-12T22:58:18Z",
            "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": 6316,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 4706,
                "launch_library_id": null,
                "name": "SBS 6 & Galaxy 6",
                "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_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        }
    ]
}