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&ordering=-name
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=10&ordering=-name",
    "previous": null,
    "results": [
        {
            "id": 20,
            "name": "Venus Orbit",
            "abbrev": "Venus",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 22,
            "name": "Venus flyby",
            "abbrev": "Venus flyby",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 25,
            "name": "Unknown",
            "abbrev": "N/A",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 18,
            "name": "Supersynchronous Transfer Orbit",
            "abbrev": "Super-GTO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO",
            "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": 15,
            "name": "Suborbital",
            "abbrev": "Sub",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 14,
            "name": "Solar Escape Trajectory",
            "abbrev": "Solar Esc.",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 13,
            "name": "Polar Orbit",
            "abbrev": "PO",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        },
        {
            "id": 24,
            "name": "Mercury flyby",
            "abbrev": "Mercury flyby",
            "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
            }
        }
    ]
}