Number of results

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

Example - /config/landing_locations/?limit=2

Format

Switch to JSON output - /config/landing_locations/?format=json

Help

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

GET /2.3.0/config/landing_locations/?format=api&offset=50&ordering=-latitude
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.3.0/config/landing_locations/?format=api&limit=10&offset=40&ordering=-latitude",
    "results": [
        {
            "id": 36,
            "name": "Nova-C IM-1 landing site",
            "active": false,
            "abbrev": "IM1",
            "description": "Landing site of Intuitive Machine's Nova-C IM-1 lunar lander.",
            "location": {
                "response_mode": "normal",
                "id": 182,
                "url": "https://ll.thespacedevs.com/2.3.0/locations/182/?format=api",
                "name": "Malapert-A",
                "active": true,
                "country": null,
                "description": "Malapert is a lunar impact crater that lies near the south pole of the Moon, named for 17th century astronomer Charles Malapert.",
                "image": {
                    "id": 2238,
                    "name": "Malapert-A imaged by the LRO",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/malapert-a_imag_image_20240920092256.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/malapert-a_imag_image_thumbnail_20240920092256.png",
                    "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": []
                },
                "map_image": null,
                "longitude": 12.9,
                "latitude": -84.9,
                "timezone_name": "",
                "total_launch_count": 0,
                "total_landing_count": 0
            },
            "longitude": 1.44,
            "latitude": -80.13,
            "image": {
                "id": 2238,
                "name": "Malapert-A imaged by the LRO",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/malapert-a_imag_image_20240920092256.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/malapert-a_imag_image_thumbnail_20240920092256.png",
                "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": []
            },
            "successful_landings": 1,
            "attempted_landings": 1,
            "failed_landings": 0,
            "celestial_body": {
                "response_mode": "normal",
                "id": 2,
                "name": "Moon",
                "type": {
                    "id": 2,
                    "name": "Moon"
                },
                "diameter": 3474800.0,
                "mass": 7.342e+22,
                "gravity": 1.622,
                "length_of_day": "27 07:43:12",
                "atmosphere": false,
                "image": {
                    "id": 2041,
                    "name": "Moon (Apollo 11)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_20240402195408.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_thumbnail_20240402195408.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": false,
                    "variants": []
                },
                "description": "The Moon is Earth's only natural satellite.",
                "wiki_url": "https://en.wikipedia.org/wiki/Moon"
            }
        }
    ]
}