API endpoint that returns previous Launch objects.

GET: Return a list of previous Launches

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'launcher_config__id',

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency and mission name. EXAMPLE - ?search=SpaceX

GET /2.0.0/launch/previous/?format=api&offset=290&ordering=net
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 291,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.0.0/launch/previous/?format=api&limit=10&offset=280&ordering=net",
    "results": [
        {
            "id": "b8eec19b-3974-4468-a15a-180e5af5071a",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/b8eec19b-3974-4468-a15a-180e5af5071a/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-21afregat-m-kosmos-unknown-payload",
            "name": "Soyuz 2.1a/Fregat-M | Kosmos (Unknown Payload)",
            "status": {
                "id": 1,
                "name": "Go"
            },
            "net": "2025-05-23T07:00:00Z",
            "window_end": "2025-05-23T09:00:00Z",
            "window_start": "2025-05-23T07:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 193,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 8618,
                "configuration": {
                    "id": 45,
                    "launch_library_id": 83,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/45/?format=api",
                    "name": "Soyuz 2.1a/Fregat-M",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1a Fregat-M",
                    "variant": "Fregat-M"
                }
            },
            "mission": {
                "id": 7210,
                "launch_library_id": null,
                "name": "Kosmos (Unknown Payload)",
                "description": "Unknown classified payload for the Russian military.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 25,
                    "name": "Unknown",
                    "abbrev": "N/A"
                }
            },
            "pad": {
                "id": 48,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/48/?format=api",
                "agency_id": 163,
                "name": "Unknown Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.925556,40.577778",
                "latitude": "62.925556",
                "longitude": "40.577778",
                "location": {
                    "id": 6,
                    "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_48_20200803143459.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1a_image_20190726062341.png",
            "infographic": null,
            "program": []
        }
    ]
}