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

{
    "count": 551,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=540",
    "results": [
        {
            "id": "8d066e3a-ed12-4997-a5f4-3bc13cf5c8a2",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/8d066e3a-ed12-4997-a5f4-3bc13cf5c8a2/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-sicral-3a",
            "name": "Falcon 9 Block 5 | SICRAL 3A",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2027-02-28T00:00:00Z",
            "window_end": "2027-02-28T00:00:00Z",
            "window_start": "2027-02-28T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8942,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 7537,
                "launch_library_id": null,
                "name": "SICRAL 3A",
                "description": "SICRAL 3A and 3B are next generation communication satellites for the Italian Ministry of Defence, providing UHF and SHF communications services in replacement of SICRAL 2 and adding Ka-band capacities. One of the satellites will provide UHF and SHF band communications, while the other carries a Ka-band payload. These 2 geostationary satellites will provide confidential strategic and tactical communications, to support defense missions both in Italy and abroad, as well as supporting security, public rescue and civil protection services. The new SICRAL 3 system is designed to meet Italian defense communications and interoperability requirements.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 72,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/72/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=28.458,-80.528",
                "latitude": "28.458",
                "longitude": "-80.528",
                "location": {
                    "id": 12,
                    "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1097,
                    "total_landing_count": 71
                },
                "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}