GET /2.2.0/config/orbit/?format=api
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",
    "previous": null,
    "results": [
        {
            "id": 21,
            "name": "Asteroid",
            "abbrev": "Asteroid"
        },
        {
            "id": 0,
            "name": "Elliptical Orbit",
            "abbrev": "Elliptical"
        },
        {
            "id": 26,
            "name": "Enhanced Geostationary Transfer Orbit",
            "abbrev": "Enhanced-GTO"
        },
        {
            "id": 1,
            "name": "Geostationary Orbit",
            "abbrev": "Direct-GEO"
        },
        {
            "id": 2,
            "name": "Geostationary Transfer Orbit",
            "abbrev": "GTO"
        },
        {
            "id": 3,
            "name": "Geosynchronous Orbit",
            "abbrev": "GSO"
        },
        {
            "id": 4,
            "name": "Geosynchronous Transfer Orbit",
            "abbrev": "GSTO"
        },
        {
            "id": 5,
            "name": "Heliocentric L1",
            "abbrev": "L1-point"
        },
        {
            "id": 6,
            "name": "Heliocentric N/A",
            "abbrev": "Helio-N/A"
        },
        {
            "id": 7,
            "name": "High Earth Orbit",
            "abbrev": "HEO"
        }
    ]
}