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

{
    "count": 7491,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7480&ordering=id",
    "results": [
        {
            "id": "ffe1ba5c-ef04-4cc3-8746-f9abd7da2211",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ffe1ba5c-ef04-4cc3-8746-f9abd7da2211/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-11k65-strela-2-5",
            "name": "Kosmos 11K65 | Strela-2 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1968-08-27T11:29:00Z",
            "window_end": "1968-08-27T11:29:00Z",
            "window_start": "1968-08-27T11:29:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3816,
                "configuration": {
                    "id": 328,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/328/?format=api",
                    "name": "Kosmos 11K65",
                    "family": "Kosmos",
                    "full_name": "Kosmos 11K65",
                    "variant": "11K65"
                }
            },
            "mission": {
                "id": 2234,
                "launch_library_id": null,
                "name": "Strela-2 5",
                "description": "The Strela-2 satellites were prototypes of the second component of the Strela store-dump communication system. It consisted of larger single satellites.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 164,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/164/?format=api",
                "agency_id": null,
                "name": "41/15",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=45.976,63.666806",
                "latitude": "45.976",
                "longitude": "63.666806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_164_20200803143415.jpg",
                "total_launch_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}