Modes

Levels of detail in the response - normal, detailed

Example - /locations/?mode=detailed

Filters

Parameters - active, country_code, id, name, name__contains, total_landing_count, total_landing_count__gt, total_landing_count__gte, total_landing_count__lt, total_landing_count__lte, total_launch_count, total_launch_count__gt, total_launch_count__gte, total_launch_count__lt, total_launch_count__lte

Example - /locations/?country_code=NZL

Fields searched - country__alpha_3_code, name

Example - /locations/?search=Cape Canaveral

Ordering

Fields - total_landing_count, total_launch_count

Example - /locations/?ordering=-total_launch_count

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /locations/?limit=2

Format

Switch to JSON output - /locations/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/locations/15/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "response_mode": "detailed",
    "id": 15,
    "url": "https://lldev.thespacedevs.com/2.3.0/locations/15/?format=api",
    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
    "celestial_body": {
        "response_mode": "normal",
        "id": 1,
        "name": "Earth",
        "type": {
            "id": 1,
            "name": "Planet"
        },
        "diameter": 12742000.0,
        "mass": 5.972168e+24,
        "gravity": 9.80655,
        "length_of_day": "1 00:00:00",
        "atmosphere": true,
        "image": {
            "id": 2040,
            "name": "Earth (Apollo 17)",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
            "credit": "NASA",
            "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
            },
            "single_use": true,
            "variants": []
        },
        "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
        "wiki_url": "https://en.wikipedia.org/wiki/Earth",
        "total_attempted_launches": 7129,
        "successful_launches": 6587,
        "failed_launches": 542,
        "total_attempted_landings": 1089,
        "successful_landings": 1046,
        "failed_landings": 43
    },
    "active": true,
    "country": {
        "id": 44,
        "name": "Kazakhstan",
        "alpha_2_code": "KZ",
        "alpha_3_code": "KAZ",
        "nationality_name": "Kazakh",
        "nationality_name_composed": "Kazakhstani"
    },
    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
    "image": {
        "id": 2198,
        "name": "Soyuz launch pad at the Baikonur Cosmodrome",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_20240918150530.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_thumbnail_20240918150530.jpeg",
        "credit": "NASA/Bill Ingalls",
        "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": true,
        "variants": []
    },
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
    "longitude": 63.305,
    "latitude": 45.965,
    "timezone_name": "Asia/Qyzylorda",
    "total_launch_count": 1555,
    "total_landing_count": 0,
    "pads": [
        {
            "id": 102,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/102/?format=api",
            "active": true,
            "agencies": [],
            "name": "110/38 (110R)",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.962121,63.310212",
            "latitude": 45.962121,
            "longitude": 63.310212,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_102_20200803143218.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2,
            "fastest_turnaround": "P132DT11H25S"
        },
        {
            "id": 103,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/103/?format=api",
            "active": true,
            "agencies": [],
            "name": "110/37 (110L)",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.964747,63.304744",
            "latitude": 45.964747,
            "longitude": 63.304744,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_103_20200803143220.jpg",
            "total_launch_count": 3,
            "orbital_launch_attempt_count": 3,
            "fastest_turnaround": "P515DT6H56M47S"
        },
        {
            "id": 68,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/68/?format=api",
            "active": true,
            "agencies": [],
            "name": "Unknown Pad",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.92,63.342",
            "latitude": 45.92,
            "longitude": 63.342,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_68_20200803143521.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0,
            "fastest_turnaround": null
        },
        {
            "id": 32,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/32/?format=api",
            "active": true,
            "agencies": [],
            "name": "1/5",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.92,63.342",
            "latitude": 45.92,
            "longitude": 63.342,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
            "total_launch_count": 487,
            "orbital_launch_attempt_count": 487,
            "fastest_turnaround": "PT23H32M33S"
        },
        {
            "id": 129,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/129/?format=api",
            "active": true,
            "agencies": [],
            "name": "175/58",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=46.051,62.984806",
            "latitude": 46.051,
            "longitude": 62.984806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_129_20200803143247.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1,
            "fastest_turnaround": null
        },
        {
            "id": 7,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/7/?format=api",
            "active": true,
            "agencies": [],
            "name": "81/24 (81P)",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
            "latitude": 46.071001,
            "longitude": 62.984999,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
            "total_launch_count": 92,
            "orbital_launch_attempt_count": 92,
            "fastest_turnaround": "P6DT22M31S"
        },
        {
            "id": 131,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/131/?format=api",
            "active": true,
            "agencies": [],
            "name": "45/2",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_45",
            "map_url": "https://www.google.com/maps?q=45.943,63.650806",
            "latitude": 45.943,
            "longitude": 63.650806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_131_20200803143339.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2,
            "fastest_turnaround": "P134DT23H13M58S"
        },
        {
            "id": 12,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/12/?format=api",
            "active": true,
            "agencies": [],
            "name": "109/95",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.95112,63.497095",
            "latitude": 45.95112,
            "longitude": 63.497095,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_12_20200803143322.jpg",
            "total_launch_count": 12,
            "orbital_launch_attempt_count": 12,
            "fastest_turnaround": "P58DT19H27M21S"
        },
        {
            "id": 164,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/164/?format=api",
            "active": true,
            "agencies": [],
            "name": "41/15",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=45.976,63.666806",
            "latitude": 45.976,
            "longitude": 63.666806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_164_20200803143415.jpg",
            "total_launch_count": 12,
            "orbital_launch_attempt_count": 12,
            "fastest_turnaround": "P14DT17H59M"
        },
        {
            "id": 163,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/163/?format=api",
            "active": true,
            "agencies": [],
            "name": "250",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=46.008,63.302806",
            "latitude": 46.008,
            "longitude": 63.302806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_163_20200803143510.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1,
            "fastest_turnaround": null
        },
        {
            "id": 134,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/134/?format=api",
            "active": true,
            "agencies": [],
            "name": "90/20",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
            "map_url": "https://www.google.com/maps?q=46.081,62.929806",
            "latitude": 46.081,
            "longitude": 62.929806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_134_20200803143259.jpg",
            "total_launch_count": 23,
            "orbital_launch_attempt_count": 23,
            "fastest_turnaround": "P5D"
        },
        {
            "id": 2,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/2/?format=api",
            "active": true,
            "agencies": [],
            "name": "45/1",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
            "latitude": 45.943492,
            "longitude": 63.653014,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
            "total_launch_count": 46,
            "orbital_launch_attempt_count": 46,
            "fastest_turnaround": "P18DT2H45M"
        },
        {
            "id": 165,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/165/?format=api",
            "active": true,
            "agencies": [],
            "name": "67/21",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=45.989,63.702806",
            "latitude": 45.989,
            "longitude": 63.702806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_165_20200803143444.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 0,
            "fastest_turnaround": "P50DT22H10M27S"
        },
        {
            "id": 130,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/130/?format=api",
            "active": true,
            "agencies": [],
            "name": "200/40",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
            "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
            "latitude": 46.0336111,
            "longitude": 63.0266949,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_130_20200803143249.jpg",
            "total_launch_count": 64,
            "orbital_launch_attempt_count": 64,
            "fastest_turnaround": "P26DT14H45M"
        },
        {
            "id": 159,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/159/?format=api",
            "active": true,
            "agencies": [],
            "name": "131",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=46.072,62.953806",
            "latitude": 46.072,
            "longitude": 62.953806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_159_20200803143326.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1,
            "fastest_turnaround": null
        },
        {
            "id": 133,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/133/?format=api",
            "active": true,
            "agencies": [],
            "name": "90/19",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
            "map_url": "https://www.google.com/maps?q=46.081,62.929806",
            "latitude": 46.081,
            "longitude": 62.929806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
            "total_launch_count": 16,
            "orbital_launch_attempt_count": 16,
            "fastest_turnaround": "P1DT23H23M15S"
        },
        {
            "id": 132,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/132/?format=api",
            "active": true,
            "agencies": [],
            "name": "90",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
            "map_url": "https://www.google.com/maps?q=46.081,62.929806",
            "latitude": 46.081,
            "longitude": 62.929806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_132_20200803143344.jpg",
            "total_launch_count": 74,
            "orbital_launch_attempt_count": 74,
            "fastest_turnaround": "P1DT23H23M"
        },
        {
            "id": 31,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/31/?format=api",
            "active": true,
            "agencies": [],
            "name": "81/23 (81L)",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
            "latitude": 46.073997,
            "longitude": 62.977999,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_31_20200803143402.jpg",
            "total_launch_count": 104,
            "orbital_launch_attempt_count": 104,
            "fastest_turnaround": "P8DT3H34M56S"
        },
        {
            "id": 15,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/15/?format=api",
            "active": true,
            "agencies": [],
            "name": "200/39 (200L)",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
            "latitude": 46.039984,
            "longitude": 63.032093,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
            "total_launch_count": 167,
            "orbital_launch_attempt_count": 167,
            "fastest_turnaround": "P9DT23H31M50S"
        },
        {
            "id": 161,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/161/?format=api",
            "active": true,
            "agencies": [],
            "name": "162/36",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=46.032,63.064806",
            "latitude": 46.032,
            "longitude": 63.064806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_161_20200803143442.jpg",
            "total_launch_count": 9,
            "orbital_launch_attempt_count": 9,
            "fastest_turnaround": "P21DT23H19M58S"
        },
        {
            "id": 166,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/166/?format=api",
            "active": true,
            "agencies": [],
            "name": "67/22",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=45.99,63.704806",
            "latitude": 45.99,
            "longitude": 63.704806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_166_20200803143503.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 0,
            "fastest_turnaround": null
        },
        {
            "id": 5,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/5/?format=api",
            "active": true,
            "agencies": [],
            "name": "175/59",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=46.052,62.986",
            "latitude": 46.052,
            "longitude": 62.986,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_5_20200803143217.jpg",
            "total_launch_count": 3,
            "orbital_launch_attempt_count": 3,
            "fastest_turnaround": "P539DT11H50M33S"
        },
        {
            "id": 160,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/160/?format=api",
            "active": true,
            "agencies": [],
            "name": "161/35",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=46.034,63.060806",
            "latitude": 46.034,
            "longitude": 63.060806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_160_20200803143414.jpg",
            "total_launch_count": 7,
            "orbital_launch_attempt_count": 7,
            "fastest_turnaround": "P28DT22H44M58S"
        },
        {
            "id": 162,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/162/?format=api",
            "active": true,
            "agencies": [],
            "name": "191/66",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
            "map_url": "https://www.google.com/maps?q=45.97,63.194806",
            "latitude": 45.97,
            "longitude": 63.194806,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_162_20200803143506.jpg",
            "total_launch_count": 4,
            "orbital_launch_attempt_count": 4,
            "fastest_turnaround": "P58DT16H4M32S"
        },
        {
            "id": 20,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/20/?format=api",
            "active": true,
            "agencies": [],
            "name": "31/6",
            "image": {
                "id": 1467,
                "name": "Soyuz 2.1a liftoff from pad 31/6 (Progress MS-25)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1a_image_20231231162517.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192846.jpeg",
                "credit": "Roscosmos",
                "license": {
                    "id": 14,
                    "name": "Roscosmos Image Use Policy",
                    "priority": 3,
                    "link": "https://www.roscosmos.ru/22650/"
                },
                "single_use": true,
                "variants": []
            },
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
            "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
            "latitude": 45.996034,
            "longitude": 63.564003,
            "country": {
                "id": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
            "total_launch_count": 422,
            "orbital_launch_attempt_count": 422,
            "fastest_turnaround": "P1DT23H9M9S"
        }
    ]
}