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=50&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=60&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=40&ordering=name",
    "results": [
        {
            "id": "08253959-9e10-41cf-9ce3-2235c60a954c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/08253959-9e10-41cf-9ce3-2235c60a954c/?format=api",
            "launch_library_id": null,
            "slug": "ariane-3-ecs-3-spacenet-3",
            "name": "Ariane 3 | ECS 3 & Spacenet 3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1985-09-12T23:26:00Z",
            "window_end": "1985-09-12T23:26:00Z",
            "window_start": "1985-09-12T23:26: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": 5783,
                "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": 4182,
                "launch_library_id": null,
                "name": "ECS 3 & Spacenet 3",
                "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": "e40c2efb-e0c6-4d00-9e73-eee95ed0813c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e40c2efb-e0c6-4d00-9e73-eee95ed0813c/?format=api",
            "launch_library_id": null,
            "slug": "ariane-3-gstar-1-telecom-1b",
            "name": "Ariane 3 | Gstar 1 & Télécom 1B",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1985-05-08T01:15:38Z",
            "window_end": "1985-05-08T01:15:38Z",
            "window_start": "1985-05-08T01:15:38Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 5742,
                "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": 4142,
                "launch_library_id": null,
                "name": "Gstar 1 & Télécom 1B",
                "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": "d1bfbe8a-06a7-4e30-a1cc-a6754b77f335",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d1bfbe8a-06a7-4e30-a1cc-a6754b77f335/?format=api",
            "launch_library_id": null,
            "slug": "ariane-3-gstar-2-brasilsat-a2",
            "name": "Ariane 3 | Gstar 2 & Brasilsat A2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1986-03-28T23:30:00Z",
            "window_end": "1986-03-28T23:30:00Z",
            "window_start": "1986-03-28T23:30: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": 5845,
                "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": 4243,
                "launch_library_id": null,
                "name": "Gstar 2 & Brasilsat A2",
                "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_3_liftof_image_20240314095002.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "49cf2445-5df5-46ee-a34c-2a9023750982",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/49cf2445-5df5-46ee-a34c-2a9023750982/?format=api",
            "launch_library_id": null,
            "slug": "ariane-3-gstar-3-sbs-5",
            "name": "Ariane 3 | GStar 3 & SBS 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1988-09-08T23:00:00Z",
            "window_end": "1988-09-08T23:00:00Z",
            "window_start": "1988-09-08T23:00: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": 6108,
                "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": 4498,
                "launch_library_id": null,
                "name": "GStar 3 & SBS 5",
                "description": "GStar 3 and SBS 5 were 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_3_liftof_image_20240314095002.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "23249b81-38c3-4c17-874d-c877b6117fd4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/23249b81-38c3-4c17-874d-c877b6117fd4/?format=api",
            "launch_library_id": null,
            "slug": "ariane-3-insat-1c-ecs5",
            "name": "Ariane 3 | Insat 1C & ECS5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1988-07-21T23:12:00Z",
            "window_end": "1988-07-21T23:12:00Z",
            "window_start": "1988-07-21T23:12: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": 6090,
                "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": 4480,
                "launch_library_id": null,
                "name": "Insat 1C & ECS5",
                "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": "8f427f6b-af91-49fa-8003-5ed62592ff2b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/8f427f6b-af91-49fa-8003-5ed62592ff2b/?format=api",
            "launch_library_id": null,
            "slug": "ariane-3-olympus",
            "name": "Ariane 3 | Olympus",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1989-07-12T00:14:00Z",
            "window_end": "1989-07-12T00:14:00Z",
            "window_start": "1989-07-12T00:14: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": 6189,
                "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": 4579,
                "launch_library_id": null,
                "name": "Olympus",
                "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_3_liftof_image_20240314095002.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "447f2936-658f-4089-8775-f5c2c62fd41e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/447f2936-658f-4089-8775-f5c2c62fd41e/?format=api",
            "launch_library_id": null,
            "slug": "ariane-3-spacenet-2-marecs-2",
            "name": "Ariane 3 | Spacenet 2 & Marecs 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1984-11-10T01:14:18Z",
            "window_end": "1984-11-10T01:14:18Z",
            "window_start": "1984-11-10T01:14: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": 5694,
                "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": 4095,
                "launch_library_id": null,
                "name": "Spacenet 2 & Marecs 2",
                "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": "958bc7a3-5c06-4c47-8ccc-b295d07d5242",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/958bc7a3-5c06-4c47-8ccc-b295d07d5242/?format=api",
            "launch_library_id": null,
            "slug": "ariane-3-spacenet-3r-telecom-1c",
            "name": "Ariane 3 | Spacenet 3R & Télécom 1C",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1988-03-11T23:28:00Z",
            "window_end": "1988-03-11T23:28:00Z",
            "window_start": "1988-03-11T23: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": 6047,
                "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": 4438,
                "launch_library_id": null,
                "name": "Spacenet 3R & Télécom 1C",
                "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": "6e25282f-2b54-4930-8d30-da00349dd949",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/6e25282f-2b54-4930-8d30-da00349dd949/?format=api",
            "launch_library_id": null,
            "slug": "ariane-40-ers-1",
            "name": "Ariane 40 | ERS-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1991-07-17T01:46:31Z",
            "window_end": "1991-07-17T01:46:31Z",
            "window_start": "1991-07-17T01:46:31Z",
            "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": 6383,
                "configuration": {
                    "id": 222,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/222/?format=api",
                    "name": "Ariane 40",
                    "family": "Ariane",
                    "full_name": "Ariane 40",
                    "variant": "40"
                }
            },
            "mission": {
                "id": 4773,
                "launch_library_id": null,
                "name": "ERS-1",
                "description": "ERS (European Remote Sensing Satellite) are a family of multi-disciplinary Earth Observation Satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                }
            },
            "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_40_at_el_image_20240401084332.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "bff1a707-4dda-40f3-a400-1c0344696c22",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/bff1a707-4dda-40f3-a400-1c0344696c22/?format=api",
            "launch_library_id": null,
            "slug": "ariane-40-ers-2",
            "name": "Ariane 40 | ERS-2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1995-04-21T01:44:02Z",
            "window_end": "1995-04-21T01:44:02Z",
            "window_start": "1995-04-21T01:44:02Z",
            "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": 6658,
                "configuration": {
                    "id": 222,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/222/?format=api",
                    "name": "Ariane 40",
                    "family": "Ariane",
                    "full_name": "Ariane 40",
                    "variant": "40"
                }
            },
            "mission": {
                "id": 5048,
                "launch_library_id": null,
                "name": "ERS-2",
                "description": "ERS (European Remote Sensing Satellite) are a family of multi-disciplinary Earth Observation Satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "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_40_at_el_image_20240401084332.png",
            "infographic": null,
            "program": []
        }
    ]
}