API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/<id>/ 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=7200
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7206,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7190",
    "results": [
        {
            "id": "a6420d1c-681c-46be-8d22-87c4b4586bee",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a6420d1c-681c-46be-8d22-87c4b4586bee/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-mtg-i3",
            "name": "Ariane 64 | MTG-I3",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2033-03-31T00:00:00Z",
            "window_end": "2033-03-31T00:00:00Z",
            "window_start": "2033-03-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 7711,
                "configuration": {
                    "id": 116,
                    "launch_library_id": 165,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/116/?format=api",
                    "name": "Ariane 64",
                    "family": "Ariane 6",
                    "full_name": "Ariane 64",
                    "variant": "64"
                }
            },
            "mission": {
                "id": 6229,
                "launch_library_id": null,
                "name": "MTG-I3",
                "description": "Fourth of EUMETSAT's third generation of weather satellite.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
                    "total_launch_count": 320,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_67_20200803143559.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "9c13e218-3b75-4d32-b984-68e974affb87",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9c13e218-3b75-4d32-b984-68e974affb87/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-mtg-s2",
            "name": "Ariane 64 | MTG-S2",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2035-06-30T00:00:00Z",
            "window_end": "2035-06-30T00:00:00Z",
            "window_start": "2035-06-30T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 7712,
                "configuration": {
                    "id": 116,
                    "launch_library_id": 165,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/116/?format=api",
                    "name": "Ariane 64",
                    "family": "Ariane 6",
                    "full_name": "Ariane 64",
                    "variant": "64"
                }
            },
            "mission": {
                "id": 6230,
                "launch_library_id": null,
                "name": "MTG-S2",
                "description": "Fifth of EUMETSAT's third generation of weather satellite.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
                    "total_launch_count": 320,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_67_20200803143559.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "7bc92e2c-0faa-4b4f-ad11-c18252a1332c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7bc92e2c-0faa-4b4f-ad11-c18252a1332c/?format=api",
            "launch_library_id": null,
            "slug": "ariane-6-laser-interferometer-space-antenna-lisa",
            "name": "Ariane 6 | Laser Interferometer Space Antenna (LISA)",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2035-12-31T00:00:00Z",
            "window_end": "2035-12-31T00:00:00Z",
            "window_start": "2035-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 8181,
                "configuration": {
                    "id": 506,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/506/?format=api",
                    "name": "Ariane 6",
                    "family": "Ariane 6",
                    "full_name": "Ariane 6",
                    "variant": "N/A"
                }
            },
            "mission": {
                "id": 6748,
                "launch_library_id": null,
                "name": "Laser Interferometer Space Antenna (LISA)",
                "description": "Heliocentric constellation of three laser-equipped spacecraft forming an equilateral triangle with a side distance of 2.5 million km. Its goal is to detect and study gravitational waves.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 6,
                    "name": "Heliocentric N/A",
                    "abbrev": "Helio-N/A"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
                    "total_launch_count": 320,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_67_20200803143559.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f2043f7f-3c12-4511-8869-823f298498c4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f2043f7f-3c12-4511-8869-823f298498c4/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-mtg-i4",
            "name": "Ariane 64 | MTG-I4",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2036-09-30T00:00:00Z",
            "window_end": "2036-09-30T00:00:00Z",
            "window_start": "2036-09-30T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 7713,
                "configuration": {
                    "id": 116,
                    "launch_library_id": 165,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/116/?format=api",
                    "name": "Ariane 64",
                    "family": "Ariane 6",
                    "full_name": "Ariane 64",
                    "variant": "64"
                }
            },
            "mission": {
                "id": 6231,
                "launch_library_id": null,
                "name": "MTG-I4",
                "description": "Sixth of EUMETSAT's third generation of weather satellite.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
                    "total_launch_count": 320,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_67_20200803143559.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "7bae1d97-d479-4d4e-98b6-289202f99397",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7bae1d97-d479-4d4e-98b6-289202f99397/?format=api",
            "launch_library_id": null,
            "slug": "ariane-62-metop-sg-a3",
            "name": "Ariane 62 | Metop-SG A3",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2038-12-31T00:00:00Z",
            "window_end": "2038-12-31T00:00:00Z",
            "window_start": "2038-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 7709,
                "configuration": {
                    "id": 121,
                    "launch_library_id": 164,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/121/?format=api",
                    "name": "Ariane 62",
                    "family": "Ariane 6",
                    "full_name": "Ariane 62",
                    "variant": "62"
                }
            },
            "mission": {
                "id": 6227,
                "launch_library_id": null,
                "name": "Metop-SG A3",
                "description": "Fifth of EUMETSAT's second generation of Metop weather satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
                    "total_launch_count": 320,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_67_20200803143559.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane252062_image_20190224012339.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/22/?format=api",
                    "name": "Copernicus",
                    "description": "Copernicus is the European Union's Earth observation programme coordinated and managed for the European Commission by the European Union Agency for the Space Programme in partnership with the European Space Agency (ESA), the EU Member States. It aims at achieving a global, continuous, autonomous, high quality, wide range Earth observation capacity. Providing accurate, timely and easily accessible information to, among other things, improve the management of the environment, understand and mitigate the effects of climate change, and ensure civil security.",
                    "agencies": [
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 1043,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1043/?format=api",
                            "name": "European Union Agency for the Space Programme",
                            "type": "Multinational"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/copernicus_program_20221129162831.png",
                    "start_date": "2014-04-03T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.copernicus.eu",
                    "wiki_url": "https://en.wikipedia.org/wiki/Copernicus_Programme"
                }
            ]
        },
        {
            "id": "36706be0-2633-4b1f-a036-5da1e19c6872",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/36706be0-2633-4b1f-a036-5da1e19c6872/?format=api",
            "launch_library_id": null,
            "slug": "ariane-62-metop-sg-b3",
            "name": "Ariane 62 | Metop-SG B3",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2039-12-31T00:00:00Z",
            "window_end": "2039-12-31T00:00:00Z",
            "window_start": "2039-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 7710,
                "configuration": {
                    "id": 121,
                    "launch_library_id": 164,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/121/?format=api",
                    "name": "Ariane 62",
                    "family": "Ariane 6",
                    "full_name": "Ariane 62",
                    "variant": "62"
                }
            },
            "mission": {
                "id": 6228,
                "launch_library_id": null,
                "name": "Metop-SG B3",
                "description": "Sixth of EUMETSAT's second generation of Metop weather satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
                    "total_launch_count": 320,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_67_20200803143559.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane252062_image_20190224012339.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}