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=name
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=name",
    "results": [
        {
            "id": "b9d13dc2-3e87-4fa7-be01-32b2cb546595",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/b9d13dc2-3e87-4fa7-be01-32b2cb546595/?format=api",
            "launch_library_id": null,
            "slug": "zhuque-2e-guangchuan-01-02",
            "name": "Zhuque-2E | Guangchuan-01 & 02",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-11-27T02:00:00Z",
            "window_end": "2024-11-27T03:09:00Z",
            "window_start": "2024-11-27T01:51:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 259,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/259/?format=api",
                "name": "LandSpace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8419,
                "configuration": {
                    "id": 519,
                    "launch_library_id": null,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/519/?format=api",
                    "name": "Zhuque-2E",
                    "family": "Zhuque",
                    "full_name": "Zhuque-2E",
                    "variant": "2E"
                }
            },
            "mission": {
                "id": 7008,
                "launch_library_id": null,
                "name": "Guangchuan-01 & 02",
                "description": "2 satellites for testing and demonstrating LEO communication satellite constellation technologies.\r\n\r\nFirst flight of the enhanced Zhuque-2.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 9,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/9/?format=api",
                "agency_id": 259,
                "name": "Launch Area 96",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
                "map_url": "https://www.google.com/maps?q=40.91491,100.245488",
                "latitude": "40.91491",
                "longitude": "100.245488",
                "location": {
                    "id": 17,
                    "url": "https://lldev.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 250,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_9_20200803143341.jpg",
                "total_launch_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhuque-2e_lifto_image_20241209143716.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}