GET /2.2.0/config/orbit/?format=api&ordering=-abbrev
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=-abbrev",
    "previous": null,
    "results": [
        {
            "id": 22,
            "name": "Venus flyby",
            "abbrev": "Venus flyby"
        },
        {
            "id": 20,
            "name": "Venus Orbit",
            "abbrev": "Venus"
        },
        {
            "id": 18,
            "name": "Supersynchronous Transfer Orbit",
            "abbrev": "Super-GTO"
        },
        {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
        },
        {
            "id": 17,
            "name": "Sun-Synchronous Orbit",
            "abbrev": "SSO"
        },
        {
            "id": 14,
            "name": "Solar Escape Trajectory",
            "abbrev": "Solar Esc."
        },
        {
            "id": 13,
            "name": "Polar Orbit",
            "abbrev": "PO"
        },
        {
            "id": 25,
            "name": "Unknown",
            "abbrev": "N/A"
        },
        {
            "id": 24,
            "name": "Mercury flyby",
            "abbrev": "Mercury flyby"
        },
        {
            "id": 12,
            "name": "Medium Earth Orbit",
            "abbrev": "MEO"
        }
    ]
}