AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ 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', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

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.2.0/launch/fa60f838-7a6e-49fb-949d-553795aafd6e/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "fa60f838-7a6e-49fb-949d-553795aafd6e",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/fa60f838-7a6e-49fb-949d-553795aafd6e/?format=api",
    "slug": "pslv-ca-spot-6-proiteres",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "PSLV-CA | SPOT 6 & PROITERES",
    "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
    },
    "last_updated": "2023-06-14T03:54:28Z",
    "updates": [],
    "net": "2012-09-09T04:23:00Z",
    "net_precision": null,
    "window_end": "2012-09-09T04:23:00Z",
    "window_start": "2012-09-09T04:23:00Z",
    "probability": -1,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": null,
    "hashtag": null,
    "launch_service_provider": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/190/?format=api",
        "name": "Antrix Corporation Limited",
        "featured": false,
        "type": "Commercial",
        "country_code": "IND",
        "abbrev": "ACL",
        "description": null,
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 4,
        "consecutive_successful_launches": 4,
        "successful_launches": 4,
        "failed_launches": 0,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.antrix.co.in/",
        "wiki_url": "https://en.wikipedia.org/wiki/Antrix_Corporation",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "rocket": {
        "id": 1628,
        "configuration": {
            "id": 43,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/43/?format=api",
            "name": "PSLV",
            "active": true,
            "reusable": false,
            "description": "The PSLV-CA, CA meaning \"Core Alone\", model premiered on 23 April 2007. The CA model does not include the six strap-on boosters used by the PSLV standard variant. The fourth stage of the CA variant has 400 kg less propellant when compared to its standard version. It currently has capability to launch 1,100 kg to a 622 km Sun synchronous orbit.",
            "family": "PSLV",
            "full_name": "PSLV-CA",
            "manufacturer": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "featured": true,
                "type": "Government",
                "country_code": "IND",
                "abbrev": "ISRO",
                "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
                "administrator": "Chairman: V. Narayanan",
                "founding_year": "1969",
                "launchers": "PSLV | GSLV",
                "spacecraft": "Gaganyaan",
                "launch_library_url": null,
                "total_launch_count": 94,
                "consecutive_successful_launches": 16,
                "successful_launches": 81,
                "failed_launches": 13,
                "pending_launches": 19,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "https://www.isro.gov.in/",
                "wiki_url": "http://en.wikipedia.org/wiki/Indian_Space_Research_Organization",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_nation_20230624125733.jpg"
            },
            "program": [],
            "variant": "CA",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 44.0,
            "diameter": 2.8,
            "maiden_flight": "2007-04-23",
            "launch_cost": "16000000",
            "launch_mass": 230,
            "leo_capacity": 3800,
            "gto_capacity": 1200,
            "to_thrust": 4847,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv_image_20230730102956.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Polar_Satellite_Launch_Vehicle",
            "total_launch_count": 18,
            "consecutive_successful_launches": 18,
            "successful_launches": 18,
            "failed_launches": 0,
            "pending_launches": 0,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": null
    },
    "mission": null,
    "pad": {
        "id": 50,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/50/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre First Launch Pad",
        "description": "India has two launch pads at the site. The First Launch Pad, operational since 1993, is used for Polar Satellite Launch Vehicle, Small Satellite Launch Vehicle and formerly used by Geosynchronous Satellite Launch Vehicle.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.733,80.235",
        "latitude": "13.733",
        "longitude": "80.235",
        "location": {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.2.0/location/14/?format=api",
            "name": "Satish Dhawan Space Centre, India",
            "country_code": "IND",
            "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
            "timezone_name": "Asia/Kolkata",
            "total_launch_count": 98,
            "total_landing_count": 0
        },
        "country_code": "IND",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_50_20200803143457.jpg",
        "total_launch_count": 61,
        "orbital_launch_attempt_count": 60
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "YouTube",
            "description": "",
            "feature_image": null,
            "url": "https://www.youtube.com/watch?v=dD7Ka5Bve7w",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv_image_20230730102956.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 5239,
    "location_launch_attempt_count": 37,
    "pad_launch_attempt_count": 21,
    "agency_launch_attempt_count": 1,
    "orbital_launch_attempt_count_year": 5239,
    "location_launch_attempt_count_year": 2,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P136DT4H6M",
    "mission_patches": [],
    "type": "detailed"
}