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/?format=api&offset=230&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 555,
  "next": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=240&ordering=-name",
  "previous": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=220&ordering=-name",
  "results": [
    {
      "id": "20d5676e-111b-40e3-8923-b218c3665ca2",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/20d5676e-111b-40e3-8923-b218c3665ca2/?format=api",
      "slug": "gslv-mk-ii-irnss-1l-nvs-03",
      "name": "GSLV Mk II | IRNSS-1L (NVS-03)",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2026-01-18T00:52:18Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "type": "Government"
      },
      "rocket": {
        "id": 8637,
        "configuration": {
          "id": 168,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/168/?format=api",
          "name": "GSLV Mk II",
          "family": "GSLV",
          "full_name": "GSLV Mk. II",
          "variant": ""
        }
      },
      "mission": {
        "id": 7229,
        "name": "IRNSS-1L (NVS-03)",
        "description": "This is a replacement satellite for the Indian Regional Navigation Satellite System. The constellation will provide India with an alternative to GPS and will be used for military and civilian use. Located at a geosynchronous orbit, the system will be operated by the Indian government.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/82/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre Second Launch Pad",
        "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
        "latitude": "13.7199",
        "longitude": "80.2304",
        "location": {
          "id": 14,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "timezone_name": "Asia/Kolkata",
          "total_launch_count": 103,
          "total_landing_count": 0
        },
        "country_code": "IND",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
        "total_launch_count": 32,
        "orbital_launch_attempt_count": 31
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk252_image_20240101090337.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7448,
      "location_launch_attempt_count": 116,
      "pad_launch_attempt_count": 40,
      "agency_launch_attempt_count": 111,
      "orbital_launch_attempt_count_year": 275,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 13,
      "type": "normal"
    },
    {
      "id": "0cf92611-82a8-4095-a0b4-dda2e74b1fff",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/0cf92611-82a8-4095-a0b4-dda2e74b1fff/?format=api",
      "slug": "gslv-mk-ii-gsat-32",
      "name": "GSLV Mk II | GSAT-32",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2026-03-17T14:00:16Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "type": "Government"
      },
      "rocket": {
        "id": 2660,
        "configuration": {
          "id": 168,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/168/?format=api",
          "name": "GSLV Mk II",
          "family": "GSLV",
          "full_name": "GSLV Mk. II",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/82/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre Second Launch Pad",
        "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
        "latitude": "13.7199",
        "longitude": "80.2304",
        "location": {
          "id": 14,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "timezone_name": "Asia/Kolkata",
          "total_launch_count": 103,
          "total_landing_count": 0
        },
        "country_code": "IND",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
        "total_launch_count": 32,
        "orbital_launch_attempt_count": 31
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520ii_image_20190825171642.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7448,
      "location_launch_attempt_count": 116,
      "pad_launch_attempt_count": 40,
      "agency_launch_attempt_count": 111,
      "orbital_launch_attempt_count_year": 275,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 13,
      "type": "normal"
    },
    {
      "id": "17d0ec68-f466-4916-9dc5-16123eda6484",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/17d0ec68-f466-4916-9dc5-16123eda6484/?format=api",
      "slug": "gslv-mk-ii-gisat-1a-eos-05",
      "name": "GSLV Mk II | GISAT-1A (EOS-05)",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2026-03-17T13:51:21Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "type": "Government"
      },
      "rocket": {
        "id": 2413,
        "configuration": {
          "id": 168,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/168/?format=api",
          "name": "GSLV Mk II",
          "family": "GSLV",
          "full_name": "GSLV Mk. II",
          "variant": ""
        }
      },
      "mission": {
        "id": 6523,
        "name": "GISAT-1A (EOS-05)",
        "description": "GISAT-1A (GEO Imaging Satellite) is an Indian earth observing satellite operating from geostationary orbit to facilitate continuous observation of Indian sub-continent, quick monitoring of natural hazards and disaster.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "agencies": [
          {
            "id": 31,
            "url": "https://lldev.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": 99,
            "consecutive_successful_launches": 0,
            "successful_launches": 84,
            "failed_launches": 15,
            "pending_launches": 17,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "info_url": "https://www.isro.gov.in/",
            "wiki_url": "https://en.wikipedia.org/wiki/Indian_Space_Research_Organization",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
            "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_nation_20230624125733.jpg"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/82/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre Second Launch Pad",
        "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
        "latitude": "13.7199",
        "longitude": "80.2304",
        "location": {
          "id": 14,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "timezone_name": "Asia/Kolkata",
          "total_launch_count": 103,
          "total_landing_count": 0
        },
        "country_code": "IND",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
        "total_launch_count": 32,
        "orbital_launch_attempt_count": 31
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520ii_image_20190825171642.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7448,
      "location_launch_attempt_count": 116,
      "pad_launch_attempt_count": 40,
      "agency_launch_attempt_count": 111,
      "orbital_launch_attempt_count_year": 275,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 13,
      "type": "normal"
    },
    {
      "id": "220e6d9f-33dc-4533-8a48-535ba4c559e2",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/220e6d9f-33dc-4533-8a48-535ba4c559e2/?format=api",
      "slug": "gslv-idrss-2",
      "name": "GSLV | IDRSS-2",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2025-09-14T23:53:31Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "type": "Government"
      },
      "rocket": {
        "id": 2617,
        "configuration": {
          "id": 168,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/168/?format=api",
          "name": "GSLV Mk II",
          "family": "GSLV",
          "full_name": "GSLV Mk. II",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/82/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre Second Launch Pad",
        "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
        "latitude": "13.7199",
        "longitude": "80.2304",
        "location": {
          "id": 14,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "timezone_name": "Asia/Kolkata",
          "total_launch_count": 103,
          "total_landing_count": 0
        },
        "country_code": "IND",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
        "total_launch_count": 32,
        "orbital_launch_attempt_count": 31
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520ii_image_20190825171642.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7448,
      "location_launch_attempt_count": 116,
      "pad_launch_attempt_count": 40,
      "agency_launch_attempt_count": 111,
      "orbital_launch_attempt_count_year": 275,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 13,
      "type": "normal"
    },
    {
      "id": "c101b9da-2165-4d7b-aa9e-12a965ef8cd2",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/c101b9da-2165-4d7b-aa9e-12a965ef8cd2/?format=api",
      "slug": "gslv-idrss-1",
      "name": "GSLV | IDRSS-1",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2025-09-14T23:53:17Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "type": "Government"
      },
      "rocket": {
        "id": 2616,
        "configuration": {
          "id": 168,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/168/?format=api",
          "name": "GSLV Mk II",
          "family": "GSLV",
          "full_name": "GSLV Mk. II",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/82/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre Second Launch Pad",
        "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
        "latitude": "13.7199",
        "longitude": "80.2304",
        "location": {
          "id": 14,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "timezone_name": "Asia/Kolkata",
          "total_launch_count": 103,
          "total_landing_count": 0
        },
        "country_code": "IND",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
        "total_launch_count": 32,
        "orbital_launch_attempt_count": 31
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520ii_image_20190825171642.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7448,
      "location_launch_attempt_count": 116,
      "pad_launch_attempt_count": 40,
      "agency_launch_attempt_count": 111,
      "orbital_launch_attempt_count_year": 275,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 13,
      "type": "normal"
    },
    {
      "id": "4ca86de3-2ff8-4fd3-a22c-35b7fc618610",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/4ca86de3-2ff8-4fd3-a22c-35b7fc618610/?format=api",
      "slug": "gravity-2-demo-flight",
      "name": "Gravity-2 | Demo Flight",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2025-12-01T16:45:00Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1080,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1080/?format=api",
        "name": "Orienspace Technology",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8826,
        "configuration": {
          "id": 544,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/544/?format=api",
          "name": "Gravity-2",
          "family": "",
          "full_name": "Gravity-2",
          "variant": ""
        }
      },
      "mission": {
        "id": 7417,
        "name": "Demo Flight",
        "description": "First test launch of OrienSpace’s Gravity-2 rocket.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 25,
          "name": "Unknown",
          "abbrev": "N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 212,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/212/?format=api",
        "agency_id": 88,
        "name": "Unknown launch location",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=36.676794,121.235103",
        "latitude": "36.676794",
        "longitude": "121.235103",
        "location": {
          "id": 185,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/185/?format=api",
          "name": "Haiyang Oriental Spaceport",
          "country_code": "CHN",
          "description": "Chinese orbital launch vehicle launches supporting sea port located at Haiyang, Shandong Province, with dedicated piers and rocket/payload processing facilities for Chinese launch vehicles’ sea launches, and (as part of its expansion project) land based launch pads on artificial islands for various test vehicles and launch vehicles of private and government launch services providers.\r\n\r\nIn operation as a remote base of Taiyuan Satellite Launch Center since 2019.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 25,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_haiyang_spaceport_20230827174240.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7448,
      "location_launch_attempt_count": 27,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 275,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "57d675d1-9a50-4c62-bee0-915c8c26befe",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/57d675d1-9a50-4c62-bee0-915c8c26befe/?format=api",
      "slug": "gravity-1-3-satellites",
      "name": "Gravity-1 | 3 satellites",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2026-01-16T13:08:19Z",
      "net": "2025-10-11T02:20:00Z",
      "window_end": "2025-10-11T02:32:00Z",
      "window_start": "2025-10-11T02:10:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1080,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1080/?format=api",
        "name": "Orienspace Technology",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8759,
        "configuration": {
          "id": 503,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/503/?format=api",
          "name": "Gravity-1",
          "family": "",
          "full_name": "Gravity-1",
          "variant": "Gravity-1"
        }
      },
      "mission": {
        "id": 7350,
        "name": "3 satellites",
        "description": "Carried 3 satellites to sun-synchronous orbit, including the Earth observation satellite Jilin-1 Wideband-02B-07. Details TBD.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 89,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/89/?format=api",
        "agency_id": 88,
        "name": "Haiyang offshore launch location",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=36.631333,121.198361",
        "latitude": "36.631333",
        "longitude": "121.198361",
        "location": {
          "id": 185,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/185/?format=api",
          "name": "Haiyang Oriental Spaceport",
          "country_code": "CHN",
          "description": "Chinese orbital launch vehicle launches supporting sea port located at Haiyang, Shandong Province, with dedicated piers and rocket/payload processing facilities for Chinese launch vehicles’ sea launches, and (as part of its expansion project) land based launch pads on artificial islands for various test vehicles and launch vehicles of private and government launch services providers.\r\n\r\nIn operation as a remote base of Taiyuan Satellite Launch Center since 2019.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 25,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_89_20200803143242.jpg",
        "total_launch_count": 9,
        "orbital_launch_attempt_count": 9
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gravity-12520_image_20240112065126.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7081,
      "location_launch_attempt_count": 20,
      "pad_launch_attempt_count": 7,
      "agency_launch_attempt_count": 2,
      "orbital_launch_attempt_count_year": 232,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "05864985-e660-4723-b489-32a78d4b53fc",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/05864985-e660-4723-b489-32a78d4b53fc/?format=api",
      "slug": "gaganyaan-abort-test-booster-tv-d2",
      "name": "Gaganyaan Abort Test Booster | TV-D2",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2026-03-25T04:39:03Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "type": "Government"
      },
      "rocket": {
        "id": 8084,
        "configuration": {
          "id": 497,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/497/?format=api",
          "name": "Gaganyaan Abort Test Booster",
          "family": "",
          "full_name": "Gaganyaan Abort Test Booster",
          "variant": "L40"
        }
      },
      "mission": {
        "id": 6638,
        "name": "TV-D2",
        "description": "The second inflight abort test of the Gaganyaan program.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [
          {
            "id": 31,
            "url": "https://lldev.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": 99,
            "consecutive_successful_launches": 0,
            "successful_launches": 84,
            "failed_launches": 15,
            "pending_launches": 17,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "info_url": "https://www.isro.gov.in/",
            "wiki_url": "https://en.wikipedia.org/wiki/Indian_Space_Research_Organization",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
            "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_nation_20230624125733.jpg"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 50,
        "url": "https://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "timezone_name": "Asia/Kolkata",
          "total_launch_count": 103,
          "total_landing_count": 0
        },
        "country_code": "IND",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_50_20200803143457.jpg",
        "total_launch_count": 63,
        "orbital_launch_attempt_count": 62
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_abort_image_20231021132156.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.2.0/program/21/?format=api",
          "name": "Gaganyaan",
          "description": "Gaganyaan is India's first human spaceflight program.",
          "agencies": [
            {
              "id": 31,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/31/?format=api",
              "name": "Indian Space Research Organization",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_program_20220120151540.jpg",
          "start_date": "2018-08-15T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan",
          "wiki_url": "https://en.wikipedia.org/wiki/Gaganyaan",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 116,
      "pad_launch_attempt_count": 68,
      "agency_launch_attempt_count": 111,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 13,
      "type": "normal"
    },
    {
      "id": "3f6de963-7197-48aa-a49f-6c944cbf85e9",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/3f6de963-7197-48aa-a49f-6c944cbf85e9/?format=api",
      "slug": "firefly-alpha-stairway-to-seven",
      "name": "Firefly Alpha | Stairway to Seven",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2026-03-14T03:27:57Z",
      "net": "2026-03-12T00:50:00Z",
      "window_end": "2026-03-12T02:50:00Z",
      "window_start": "2026-03-12T00:50:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 265,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/265/?format=api",
        "name": "Firefly Aerospace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8795,
        "configuration": {
          "id": 179,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/179/?format=api",
          "name": "Firefly Alpha",
          "family": "Firefly Alpha",
          "full_name": "Firefly Alpha",
          "variant": ""
        }
      },
      "mission": {
        "id": 7386,
        "name": "Stairway to Seven",
        "description": "Firefly Alpha's Flight 7 is a test flight and return-To-Flight for the launch vehicle after its April 2025 launch failure. It will test and validate key systems ahead of Firefly’s Block II configuration upgrade on Flight 8 that’s designed to enhance reliability and manufacturability across the vehicle.\r\n\r\nFlight 7 is the last flown in Alpha’s current configuration and will test multiple Block II subsystems, including the in-house avionics and thermal improvements, to gain flight heritage and validate lessons learned ahead of the full configuration upgrade on Flight 8.\r\n\r\nThis launch also delivered a demonstrator payload for Lockheed Martin.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 39,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 875,
          "total_landing_count": 33
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99,
        "orbital_launch_attempt_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_l_image_20240605174156.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7223,
      "location_launch_attempt_count": 867,
      "pad_launch_attempt_count": 99,
      "agency_launch_attempt_count": 7,
      "orbital_launch_attempt_count_year": 50,
      "location_launch_attempt_count_year": 15,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "d6dd6900-332e-4e9e-89b8-dfa4ba285822",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/d6dd6900-332e-4e9e-89b8-dfa4ba285822/?format=api",
      "slug": "firefly-alpha-flta006-message-in-a-booster",
      "name": "Firefly Alpha | FLTA006 (Message in a Booster)",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2025-04-29T18:12:36Z",
      "net": "2025-04-29T13:37:00Z",
      "window_end": "2025-04-29T14:29:00Z",
      "window_start": "2025-04-29T13:37:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": 90,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "Problem during stage separation and second stage ignition caused disintegration of the separated 1st stage and the loss of the Lightning engine nozzle extension on the 2nd stage, substantially reducing the engine’s thrust. 2nd stage reached 320 km in altitude but did not reach orbital velocity, eventually impacted the Pacific Ocean north of Antarctica.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 265,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/265/?format=api",
        "name": "Firefly Aerospace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8418,
        "configuration": {
          "id": 179,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/179/?format=api",
          "name": "Firefly Alpha",
          "family": "Firefly Alpha",
          "full_name": "Firefly Alpha",
          "variant": ""
        }
      },
      "mission": {
        "id": 7007,
        "name": "FLTA006 (Message in a Booster)",
        "description": "Sixth flight of the Firefly Alpha small satellite launcher, launching the demonstration mission for Lockheed Martin's new LM400 satellite bus, which will carry a communications payload. The satellite bus is customizable to support different missions, including remote sensing, communications, imagery and radar Earth observations. It can also support different kinds of orbits and launch configurations.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 39,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 875,
          "total_landing_count": 33
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99,
        "orbital_launch_attempt_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_l_image_20240605174156.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 6942,
      "location_launch_attempt_count": 804,
      "pad_launch_attempt_count": 98,
      "agency_launch_attempt_count": 6,
      "orbital_launch_attempt_count_year": 93,
      "location_launch_attempt_count_year": 18,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    }
  ]
}