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

{
    "count": 431,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=420&ordering=id",
    "results": [
        {
            "id": "ffa8c798-2d33-47cb-8548-f378837e316d",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/ffa8c798-2d33-47cb-8548-f378837e316d/?format=api",
            "launch_library_id": null,
            "slug": "smart-dragon-3-geely-constellation-group-04",
            "name": "Smart Dragon 3 | Geely Constellation Group 04",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-08-08T16:31:00Z",
            "window_end": "2025-08-08T16:44:00Z",
            "window_start": "2025-08-08T16:21:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 272,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api",
                "name": "China Rocket Co. Ltd.",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8676,
                "configuration": {
                    "id": 484,
                    "launch_library_id": null,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/484/?format=api",
                    "name": "Smart Dragon 3",
                    "family": "Smart Dragon",
                    "full_name": "Smart Dragon 3",
                    "variant": ""
                }
            },
            "mission": {
                "id": 7268,
                "launch_library_id": null,
                "name": "Geely Constellation Group 04",
                "description": "11 LEO communications satellites for Chinese car manufacturer Geely Automotive for testing autonomous driving/inter-vehicle communication services. They also carry payloads for ocean observation.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 221,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/221/?format=api",
                "agency_id": 88,
                "name": "Oriental Spaceport mobile launch ship",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=35.391667%2C119.598667",
                "latitude": "35.391667",
                "longitude": "119.598667",
                "location": {
                    "id": 185,
                    "url": "https://lldev.thespacedevs.com/2.0.0/location/185/?format=api",
                    "name": "Haiyang Oriental Spaceport",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
                    "total_launch_count": 21,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_oriental_spaceport_mobile_launch_ship_20240529085416.jpg",
                "total_launch_count": 7
            },
            "webcast_live": false,
            "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
            "infographic": null,
            "program": []
        }
    ]
}