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

{
    "count": 7503,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3210&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3190&ordering=-name",
    "results": [
        {
            "id": "784e5c20-afa3-4849-9b4a-f2dd0e7b4b9e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/784e5c20-afa3-4849-9b4a-f2dd0e7b4b9e/?format=api",
            "slug": "pslv-dl-eos-01-risat-2br2",
            "name": "PSLV-DL | EOS-01 (RISAT-2BR2)",
            "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:30Z",
            "net": "2020-11-07T09:41:00Z",
            "window_end": "2020-11-07T09:41:00Z",
            "window_start": "2020-11-07T09:41:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            },
            "rocket": {
                "id": 2802,
                "configuration": {
                    "id": 178,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/178/?format=api",
                    "name": "PSLV-DL",
                    "family": "PSLV",
                    "full_name": "PSLV-DL",
                    "variant": "DL"
                }
            },
            "mission": {
                "id": 998,
                "name": "EOS-01 (RISAT-2BR2)",
                "description": "EOS-1 (previously known as RISAT-2BR2) is an imaging mission of ISRO using an active SAR (Synthetic Aperture Radar) imager to provide continuity of service for RISAT-2.\r\n\r\nThe objective of the RISAT mission is to use the all-weather as well as the day-and-night SAR observation capability in applications such as agriculture, forestry, soil moisture, geology, sea ice, coastal monitoring, object identification, and flood monitoring, but also for military surveillance.\r\n\r\nFlight also carries 9 rideshare payloads, including Lithuanian NanoAvionics R2 satellite - pathfinder for their M6P cubesat platform, 4 KSM satellites of Kleos Space for a maritime geolocation constellation, and 4 Lemur satellites for Spire.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "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": 99,
                    "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": 62,
                "orbital_launch_attempt_count": 61
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv-dl_image_20191201202351.jpeg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/pslv-dl252025_infographic_20201106161528.png",
            "program": [],
            "orbital_launch_attempt_count": 6011,
            "location_launch_attempt_count": 76,
            "pad_launch_attempt_count": 48,
            "agency_launch_attempt_count": 72,
            "orbital_launch_attempt_count_year": 89,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "2a787f32-69db-4f78-b69e-df26e5c2ab88",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2a787f32-69db-4f78-b69e-df26e5c2ab88/?format=api",
            "slug": "pslv-dl-amazonia-1-18-others",
            "name": "PSLV-DL | Amazonia 1 & 18 others",
            "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:26Z",
            "net": "2021-02-28T04:54:00Z",
            "window_end": "2021-02-28T04:54:00Z",
            "window_start": "2021-02-28T04:54:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            },
            "rocket": {
                "id": 2178,
                "configuration": {
                    "id": 178,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/178/?format=api",
                    "name": "PSLV-DL",
                    "family": "PSLV",
                    "full_name": "PSLV-DL",
                    "variant": "DL"
                }
            },
            "mission": {
                "id": 1244,
                "name": "Amazonia & 18 others",
                "description": "Amazonia 1 is a Brazilian optical Earth observation satellite of the National Institute for Space Research (INPE). This satellite will further strengthen the existing structure by providing remote sensing data to users for monitoring deforestation in the Amazon region and analysis of diversified agriculture across the Brazilian territory.\r\n\r\nThe 18 co-passenger satellites include four from IN-SPACe (three UNITYsats from consortium of three Indian academic institutes and One Satish Dhawan Sat from Space Kidz India) and 14 from NSIL.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "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": 99,
                    "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": 62,
                "orbital_launch_attempt_count": 61
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv-dl_image_20191201202351.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6053,
            "location_launch_attempt_count": 78,
            "pad_launch_attempt_count": 50,
            "agency_launch_attempt_count": 74,
            "orbital_launch_attempt_count_year": 16,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "b91a488c-1c12-477c-ab24-cebb7a6b8780",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b91a488c-1c12-477c-ab24-cebb7a6b8780/?format=api",
            "slug": "pslv-ca-teleos-2",
            "name": "PSLV-CA | TeLEOS-2",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-03-05T17:58:52Z",
            "net": "2023-04-22T08:50:00Z",
            "window_end": "2023-04-22T08:50:00Z",
            "window_start": "2023-04-22T08: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": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            },
            "rocket": {
                "id": 7815,
                "configuration": {
                    "id": 43,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/43/?format=api",
                    "name": "PSLV",
                    "family": "PSLV",
                    "full_name": "PSLV-CA",
                    "variant": "CA"
                }
            },
            "mission": {
                "id": 6321,
                "name": "TeLEOS-2",
                "description": "TeLEOS-2 is a Singaporean Earth Observation satellite built by ST Electronics (Satellite Systems). It carries a made-in-Singapore Synthetic Aperture Radar (SAR) capable of providing 1 m resolution data. It will be equipped with a 500 GB onboard recorder for recording the data captured and a high speed 800 Mbps downlink.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "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": 99,
                    "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": 62,
                "orbital_launch_attempt_count": 61
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv-ca252025_image_20240101090852.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6430,
            "location_launch_attempt_count": 87,
            "pad_launch_attempt_count": 55,
            "agency_launch_attempt_count": 83,
            "orbital_launch_attempt_count_year": 62,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "03a60135-c5ce-4c82-845c-e4f7fd2f0299",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/03a60135-c5ce-4c82-845c-e4f7fd2f0299/?format=api",
            "slug": "pslv-ca-teleos-1",
            "name": "PSLV-CA | TeLEOS-1",
            "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:30Z",
            "net": "2015-12-16T12:30:00Z",
            "window_end": "2015-12-16T12:30:00Z",
            "window_start": "2015-12-16T12:30:00Z",
            "net_precision": null,
            "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",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1893,
                "configuration": {
                    "id": 43,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/43/?format=api",
                    "name": "PSLV",
                    "family": "PSLV",
                    "full_name": "PSLV-CA",
                    "variant": "CA"
                }
            },
            "mission": {
                "id": 108,
                "name": "TeLEOS-1",
                "description": "At an altitude of 550km and an inclination of 10-15 degrees, TeLEOS 1 will be Singapore’s first commercial near equatorial orbit satellite. The craft was built by ST Electronics and can image the earth at 1 metre resolutions every 12-16 hours. The satellite weighs 400kg, is powered by 4 solar arrays and has a planned lifetime of 5 years.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "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": 99,
                    "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": 62,
                "orbital_launch_attempt_count": 61
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv_image_20230730102956.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5523,
            "location_launch_attempt_count": 50,
            "pad_launch_attempt_count": 31,
            "agency_launch_attempt_count": 4,
            "orbital_launch_attempt_count_year": 81,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "c31f94ff-446a-4ea5-8c33-2d6f25594935",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/c31f94ff-446a-4ea5-8c33-2d6f25594935/?format=api",
            "slug": "pslv-ca-sstl-s1-novasar-s",
            "name": "PSLV-CA | SSTL-S1 & NovaSAR-S",
            "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",
            "net": "2018-09-16T16:38:00Z",
            "window_end": "2018-09-16T20:15:00Z",
            "window_start": "2018-09-16T16:15:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": "#PSLVC42",
            "launch_service_provider": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            },
            "rocket": {
                "id": 2128,
                "configuration": {
                    "id": 43,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/43/?format=api",
                    "name": "PSLV",
                    "family": "PSLV",
                    "full_name": "PSLV-CA",
                    "variant": "CA"
                }
            },
            "mission": {
                "id": 589,
                "name": "SSTL-S1 & NovaSAR-S",
                "description": "The NovaSAR-S spacecraft carries a radar imaging instrument, and the mission was developed in partnership between the British government and the British satellite manufacturer SSTL. The SSTL-S1 satellite, also built by SSTL, is a high-resolution optical Earth observation satellite identical to three DMC3/TripleSat reconnaissance craft launched in 2015. Beijing-based 21AT will lease imaging capacity on the SSTL-S1 satellite. There are also several secondary payloads.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "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": 99,
                    "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": 62,
                "orbital_launch_attempt_count": 61
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv_image_20230730102956.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5777,
            "location_launch_attempt_count": 66,
            "pad_launch_attempt_count": 43,
            "agency_launch_attempt_count": 62,
            "orbital_launch_attempt_count_year": 71,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "ca2a74d6-eee1-43a4-b102-fdeb50cdfc18",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ca2a74d6-eee1-43a4-b102-fdeb50cdfc18/?format=api",
            "slug": "pslv-ca-spot-7-canx-4-canx-5-aisat-velox-i",
            "name": "PSLV-CA | SPOT-7, CanX-4, CanX-5, AISat, VELOX-I",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-10-30T09:04:55Z",
            "net": "2014-06-30T04:22:00Z",
            "window_end": "2014-06-30T04:22:00Z",
            "window_start": "2014-06-30T04:22:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/190/?format=api",
                "name": "Antrix Corporation Limited",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1764,
                "configuration": {
                    "id": 43,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/43/?format=api",
                    "name": "PSLV",
                    "family": "PSLV",
                    "full_name": "PSLV-CA",
                    "variant": "CA"
                }
            },
            "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": 99,
                    "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": 62,
                "orbital_launch_attempt_count": 61
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv_image_20230730102956.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5384,
            "location_launch_attempt_count": 43,
            "pad_launch_attempt_count": 26,
            "agency_launch_attempt_count": 2,
            "orbital_launch_attempt_count_year": 5384,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "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",
            "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",
            "net": "2012-09-09T04:23:00Z",
            "window_end": "2012-09-09T04:23:00Z",
            "window_start": "2012-09-09T04:23:00Z",
            "net_precision": null,
            "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",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1628,
                "configuration": {
                    "id": 43,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/43/?format=api",
                    "name": "PSLV",
                    "family": "PSLV",
                    "full_name": "PSLV-CA",
                    "variant": "CA"
                }
            },
            "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": 99,
                    "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": 62,
                "orbital_launch_attempt_count": 61
            },
            "webcast_live": false,
            "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,
            "type": "normal"
        },
        {
            "id": "644eaa0e-7c09-4be1-980c-ab5c2a07acce",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/644eaa0e-7c09-4be1-980c-ab5c2a07acce/?format=api",
            "slug": "pslv-ca-spadex-space-docking-experiment",
            "name": "PSLV-CA | SPADEX (Space Docking Experiment)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-12-31T10:18:51Z",
            "net": "2024-12-30T16:30:15Z",
            "window_end": "2024-12-30T16:30:15Z",
            "window_start": "2024-12-30T16:30:15Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            },
            "rocket": {
                "id": 8379,
                "configuration": {
                    "id": 43,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/43/?format=api",
                    "name": "PSLV",
                    "family": "PSLV",
                    "full_name": "PSLV-CA",
                    "variant": "CA"
                }
            },
            "mission": {
                "id": 6960,
                "name": "SPADEX (Space Docking Experiment)",
                "description": "SPADEX (Space Docking Experiment) is an Indian Space Research Organisation (ISRO) technology mission to demonstrate autonomous docking between 2 spacecraft in orbit.\r\n\r\nThe mission will involve two spacecraft (Chaser and Target) rendezvous and docking together, plus testing attitude control of the combined spacecraft under docked conditions. The Chaser and Target spacecraft will then be separated for operating other payload. The mission is critical to develop rendezvous and docking abilities for ISRO’s future human spaceflight and lunar sample return missions.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [
                    {
                        "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": 95,
                        "consecutive_successful_launches": 0,
                        "successful_launches": 81,
                        "failed_launches": 14,
                        "pending_launches": 18,
                        "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"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "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": 99,
                    "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": 62,
                "orbital_launch_attempt_count": 61
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv_image_20230730102956.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6848,
            "location_launch_attempt_count": 97,
            "pad_launch_attempt_count": 61,
            "agency_launch_attempt_count": 93,
            "orbital_launch_attempt_count_year": 259,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "6fda7a6c-9743-424b-adbe-2876f3a141d1",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/6fda7a6c-9743-424b-adbe-2876f3a141d1/?format=api",
            "slug": "pslv-ca-saral",
            "name": "PSLV-CA | SARAL",
            "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:29Z",
            "net": "2013-02-25T12:31:00Z",
            "window_end": "2013-02-25T12:31:00Z",
            "window_start": "2013-02-25T12:31:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            },
            "rocket": {
                "id": 1663,
                "configuration": {
                    "id": 43,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/43/?format=api",
                    "name": "PSLV",
                    "family": "PSLV",
                    "full_name": "PSLV-CA",
                    "variant": "CA"
                }
            },
            "mission": {
                "id": 24,
                "name": "SARAL",
                "description": "SARAL or Satellite with ARgos and ALtiKa is a cooperative altimetry technology mission of Indian Space Research Organisation (ISRO) and CNES (Space Agency of France). SARAL is tasked to perform altimetric measurements designed to study ocean circulation and sea surface elevation.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "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": 99,
                    "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": 62,
                "orbital_launch_attempt_count": 61
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv_image_20230730102956.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5278,
            "location_launch_attempt_count": 38,
            "pad_launch_attempt_count": 22,
            "agency_launch_attempt_count": 37,
            "orbital_launch_attempt_count_year": 10,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "b4057889-d244-4fce-a779-b03d9c7e72f7",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b4057889-d244-4fce-a779-b03d9c7e72f7/?format=api",
            "slug": "pslv-cartosat-2-sre-1",
            "name": "PSLV | Cartosat 2 & SRE 1",
            "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:27Z",
            "net": "2007-01-10T03:54:00Z",
            "window_end": "2007-01-10T03:54:00Z",
            "window_start": "2007-01-10T03:54:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            },
            "rocket": {
                "id": 7303,
                "configuration": {
                    "id": 7,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/7/?format=api",
                    "name": "PSLV",
                    "family": "PSLV",
                    "full_name": "PSLV",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5692,
                "name": "Cartosat 2 & SRE 1",
                "description": "Indian Earth observation and re-entry technology satellites",
                "launch_designator": null,
                "type": "Dedicated Rideshare",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "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": 99,
                    "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": 62,
                "orbital_launch_attempt_count": 61
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv_image_20190508083736.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4818,
            "location_launch_attempt_count": 22,
            "pad_launch_attempt_count": 12,
            "agency_launch_attempt_count": 22,
            "orbital_launch_attempt_count_year": 1,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}