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

{
    "count": 29,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.3.0/config/orbits/?format=api&limit=10&offset=10&ordering=-id",
    "results": [
        {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 7,
            "name": "High Earth Orbit",
            "abbrev": "HEO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 6,
            "name": "Heliocentric N/A",
            "abbrev": "Helio-N/A",
            "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": 4,
            "name": "Geosynchronous Transfer Orbit",
            "abbrev": "GSTO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 3,
            "name": "Geosynchronous Orbit",
            "abbrev": "GSO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 2,
            "name": "Geostationary Transfer Orbit",
            "abbrev": "GTO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 1,
            "name": "Geostationary Orbit",
            "abbrev": "Direct-GEO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 0,
            "name": "Elliptical Orbit",
            "abbrev": "Elliptical",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        }
    ]
}