GET /2.2.0/config/orbit/?format=api&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 28,
    "next": "https://ll.thespacedevs.com/2.2.0/config/orbit/?format=api&limit=10&offset=10&ordering=-name",
    "previous": null,
    "results": [
        {
            "id": 20,
            "name": "Venus Orbit",
            "abbrev": "Venus"
        },
        {
            "id": 22,
            "name": "Venus flyby",
            "abbrev": "Venus flyby"
        },
        {
            "id": 25,
            "name": "Unknown",
            "abbrev": "N/A"
        },
        {
            "id": 18,
            "name": "Supersynchronous Transfer Orbit",
            "abbrev": "Super-GTO"
        },
        {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        },
        {
            "id": 16,
            "name": "Sun-Earth L2",
            "abbrev": "L2"
        },
        {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
        },
        {
            "id": 14,
            "name": "Solar Escape Trajectory",
            "abbrev": "Solar Esc."
        },
        {
            "id": 13,
            "name": "Polar Orbit",
            "abbrev": "PO"
        },
        {
            "id": 24,
            "name": "Mercury flyby",
            "abbrev": "Mercury flyby"
        }
    ]
}