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/8a186c70-5b9e-4e29-95dd-d2c82873fa8e/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "8a186c70-5b9e-4e29-95dd-d2c82873fa8e",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/8a186c70-5b9e-4e29-95dd-d2c82873fa8e/?format=api",
    "slug": "gaganyaan-abort-test-booster-tv-d1",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Gaganyaan Abort Test Booster | TV-D1",
    "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-05T18:07:09Z",
    "updates": [
        {
            "id": 5475,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Mission completed, module has splashed down.",
            "info_url": "https://www.youtube.com/watch?v=X-Q26cPF9Qw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-21T04:41:44Z"
        },
        {
            "id": 5474,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=X-Q26cPF9Qw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-21T04:32:17Z"
        },
        {
            "id": 5473,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=X-Q26cPF9Qw",
            "created_by": "LL2",
            "created_on": "2023-10-21T04:29:03Z"
        },
        {
            "id": 5472,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Recycled for another attempt today.",
            "info_url": "https://twitter.com/isro/status/1715580002601996288",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-21T04:12:50Z"
        },
        {
            "id": 5470,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.youtube.com/watch?v=BMig6ZpqrIs",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-21T03:19:08Z"
        },
        {
            "id": 5469,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Hold.",
            "info_url": "https://www.youtube.com/watch?v=BMig6ZpqrIs",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-21T03:15:49Z"
        },
        {
            "id": 5468,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch time.",
            "info_url": "https://www.youtube.com/watch?v=BMig6ZpqrIs",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-21T02:54:57Z"
        },
        {
            "id": 5467,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=BMig6ZpqrIs",
            "created_by": "LL2",
            "created_on": "2023-10-21T02:48:24Z"
        },
        {
            "id": 5466,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Holding at T-30 minutes.",
            "info_url": "https://twitter.com/isro/status/1715559655600996416",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-21T02:46:32Z"
        },
        {
            "id": 5465,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated time.",
            "info_url": "https://www.youtube.com/watch?v=BMig6ZpqrIs",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-21T02:07:20Z"
        },
        {
            "id": 5435,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked test time and location.",
            "info_url": "https://twitter.com/r_isro/status/1714162802284245010",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-17T08:39:45Z"
        },
        {
            "id": 5427,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Refined test window.",
            "info_url": "https://twitter.com/isro/status/1713842101597966797",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-16T09:14:16Z"
        },
        {
            "id": 5419,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59245.msg2531668#msg2531668",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-14T16:03:04Z"
        },
        {
            "id": 5389,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 21.",
            "info_url": "https://twitter.com/ISROSpaceflight/status/1712368236510195775",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-12T08:40:21Z"
        },
        {
            "id": 5216,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting October 26",
            "info_url": "https://youtu.be/O3JHBYyitXQ",
            "created_by": "Nosu",
            "created_on": "2023-09-21T19:20:34Z"
        },
        {
            "id": 5078,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2nd half of October.",
            "info_url": "https://www.thehindu.com/news/national/kerala/preparations-on-for-gaganyaan-crew-escape-system-test-vssc-director-s-unnikrishnan-nair/article67270758.ece",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-09-05T16:06:46Z"
        }
    ],
    "net": "2023-10-21T04:30:00Z",
    "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "window_end": "2023-10-21T04:30:00Z",
    "window_start": "2023-10-21T01:30:00Z",
    "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",
        "featured": true,
        "type": "Government",
        "country_code": "IND",
        "abbrev": "ISRO",
        "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
        "administrator": "Chairman: V. Narayanan",
        "founding_year": "1969",
        "launchers": "PSLV | GSLV",
        "spacecraft": "Gaganyaan",
        "launch_library_url": null,
        "total_launch_count": 94,
        "consecutive_successful_launches": 16,
        "successful_launches": 81,
        "failed_launches": 13,
        "pending_launches": 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"
    },
    "rocket": {
        "id": 7973,
        "configuration": {
            "id": 497,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/497/?format=api",
            "name": "Gaganyaan Abort Test Booster",
            "active": true,
            "reusable": false,
            "description": "",
            "family": "",
            "full_name": "Gaganyaan Abort Test Booster",
            "manufacturer": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "featured": true,
                "type": "Government",
                "country_code": "IND",
                "abbrev": "ISRO",
                "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
                "administrator": "Chairman: V. Narayanan",
                "founding_year": "1969",
                "launchers": "PSLV | GSLV",
                "spacecraft": "Gaganyaan",
                "launch_library_url": null,
                "total_launch_count": 94,
                "consecutive_successful_launches": 16,
                "successful_launches": 81,
                "failed_launches": 13,
                "pending_launches": 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"
            },
            "program": [
                {
                    "id": 21,
                    "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                            "name": "Indian Space Research Organization",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.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"
                    }
                }
            ],
            "variant": "L40",
            "alias": "",
            "min_stage": 1,
            "max_stage": 1,
            "length": null,
            "diameter": null,
            "maiden_flight": "2023-10-21",
            "launch_cost": null,
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": 760,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan_abort_image_20231021132156.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/TV-D1",
            "total_launch_count": 1,
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 1,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": {
            "id": 814,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/814/?format=api",
            "mission_end": "2023-10-21T04:39:00Z",
            "destination": "Ocean",
            "launch_crew": [],
            "onboard_crew": [],
            "landing_crew": [],
            "spacecraft": {
                "id": 573,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/573/?format=api",
                "name": "Gaganyaan TV-D1",
                "serial_number": null,
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT9M",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Capsule used during the inflight abort test.",
                "spacecraft_config": {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/29/?format=api",
                    "name": "Gaganyaan",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 1031,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1031/?format=api",
                        "name": "Hindustan Aeronautics Limited",
                        "featured": false,
                        "type": "Government",
                        "country_code": "IND",
                        "abbrev": "HAL",
                        "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.",
                        "administrator": "Chairman: R. Madhavan",
                        "founding_year": "1940",
                        "launchers": "",
                        "spacecraft": "Gaganyaan",
                        "parent": null,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan2520aeronautics2520limited_logo_20220205093649.png"
                    },
                    "in_use": true,
                    "capability": "The spacecraft is being designed to carry three people, and a planned upgraded version will be equipped with rendezvous and docking capability.",
                    "history": "This Hindustan Aeronautics Limited manufactured crew module had its first uncrewed experimental flight on 18 December 2014 as part of a suborbital test flight of the GSLV Mark III rocket.",
                    "details": "Gaganyaan is an Indian crewed orbital spacecraft intended to be the formative spacecraft of the Indian Human Spaceflight Programme.",
                    "maiden_flight": "2023-10-21",
                    "height": 3.58,
                    "diameter": 3.5,
                    "human_rated": true,
                    "crew_capacity": 3,
                    "payload_capacity": null,
                    "payload_return_capacity": null,
                    "flight_life": "Up to seven days in orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg",
                    "nation_url": null,
                    "wiki_link": "https://en.wikipedia.org/wiki/Gaganyaan",
                    "info_link": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan"
                }
            },
            "landing": {
                "id": 1229,
                "attempt": true,
                "success": true,
                "description": "Capsule has splashed down in the Indian Ocean.",
                "downrange_distance": null,
                "location": {
                    "id": 32,
                    "name": "Indian Ocean",
                    "abbrev": "IND",
                    "description": "Indian Ocean",
                    "location": null,
                    "successful_landings": 6
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PCL",
                    "description": "Unpowered landing using parachute(s)."
                }
            },
            "docking_events": []
        }
    },
    "mission": {
        "id": 6491,
        "name": "TV-D1",
        "description": "TV-D1, the first development flight from the Gaganyaan program, will be launched up until 11 km from sea level, where an in-flight abort scenario will be initiated, and the capsule should flight until 15–16 km. The mission should test the separation from the rocket and its trajectory until a safe distance and parachute deployment",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
        },
        "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": 94,
                "consecutive_successful_launches": 16,
                "successful_launches": 81,
                "failed_launches": 13,
                "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": 98,
            "total_landing_count": 0
        },
        "country_code": "IND",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_50_20200803143457.jpg",
        "total_launch_count": 61,
        "orbital_launch_attempt_count": 60
    },
    "infoURLs": [
        {
            "priority": 10,
            "source": "en.wikipedia.org",
            "title": "TV-D1 - Wikipedia",
            "description": "Test Vehicle Abort Mission-1[2] (TV-D1[2] ) will be a high altitude abort test as part of the Gaganyaan program, set to be held on 21 October 2023 at around 8:00 a.m IST.[4] On the launch date, the liftoff was delayed to 8:45 a.m owing to weather issues. However just before the launch at T-5s, the l...",
            "feature_image": null,
            "url": "https://en.wikipedia.org/wiki/TV-D1",
            "type": null,
            "language": null
        }
    ],
    "vidURLs": [
        {
            "priority": 9,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "LIVE -Gaganyaan TV-D1 Mission - Test flight from Satish Dhawan Space Centre (SDSC) SHAR, Sriharikota",
            "description": "Gaganyaan TV-D1 is “In-flight Abort Demonstration of Crew Escape System (CES)” at Mach number 1.2 with the newly developed Test Vehicle followed by Crew Modu...",
            "feature_image": "https://i.ytimg.com/vi/X-Q26cPF9Qw/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=X-Q26cPF9Qw",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Gaganyaan TV-D1 Mission - Test flight from Satish Dhawan Space Centre (SDSC) SHAR, Sriharikota",
            "description": "Gaganyaan TV-D1 is “In-flight Abort Demonstration of Crew Escape System (CES)” at Mach number 1.2 with the newly developed Test Vehicle followed by Crew Modu...",
            "feature_image": "https://i.ytimg.com/vi/BMig6ZpqrIs/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=BMig6ZpqrIs",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan2520a_image_20231021132054.jpeg",
    "infographic": null,
    "program": [
        {
            "id": 21,
            "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                    "name": "Indian Space Research Organization",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.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": 92,
    "pad_launch_attempt_count": 57,
    "agency_launch_attempt_count": 88,
    "orbital_launch_attempt_count_year": 0,
    "location_launch_attempt_count_year": 8,
    "pad_launch_attempt_count_year": 4,
    "agency_launch_attempt_count_year": 8,
    "pad_turnaround": "P83DT3H29M",
    "mission_patches": [],
    "type": "detailed"
}