Number of results

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

Example - /config/orbits/?limit=2

Format

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

Help

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

GET /2.3.0/config/orbits/?format=api&offset=10&ordering=abbrev
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 29,
    "next": "https://ll.thespacedevs.com/2.3.0/config/orbits/?format=api&limit=10&offset=20&ordering=abbrev",
    "previous": "https://ll.thespacedevs.com/2.3.0/config/orbits/?format=api&limit=10&ordering=abbrev",
    "results": [
        {
            "id": 27,
            "name": "Jupiter Orbit",
            "abbrev": "Jupiter Orbit",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 5,
            "name": "Heliocentric L1",
            "abbrev": "L1-point",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 16,
            "name": "Sun-Earth L2",
            "abbrev": "L2",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 11,
            "name": "Lunar Orbit",
            "abbrev": "LO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 9,
            "name": "Lunar flyby",
            "abbrev": "Lunar flyby",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 10,
            "name": "Lunar Impactor",
            "abbrev": "Lunar Impactor",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 19,
            "name": "Mars Orbit",
            "abbrev": "Mars",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 23,
            "name": "Mars flyby",
            "abbrev": "Mars flyby",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 12,
            "name": "Medium Earth Orbit",
            "abbrev": "MEO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        }
    ]
}