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

{
    "count": 29,
    "next": "https://lldev.thespacedevs.com/2.2.0/config/orbit/?format=api&limit=10&offset=20&ordering=-name",
    "previous": "https://lldev.thespacedevs.com/2.2.0/config/orbit/?format=api&limit=10&ordering=-name",
    "results": [
        {
            "id": 12,
            "name": "Medium Earth Orbit",
            "abbrev": "MEO"
        },
        {
            "id": 19,
            "name": "Mars Orbit",
            "abbrev": "Mars"
        },
        {
            "id": 23,
            "name": "Mars flyby",
            "abbrev": "Mars flyby"
        },
        {
            "id": 11,
            "name": "Lunar Orbit",
            "abbrev": "LO"
        },
        {
            "id": 10,
            "name": "Lunar Impactor",
            "abbrev": "Lunar Impactor"
        },
        {
            "id": 9,
            "name": "Lunar flyby",
            "abbrev": "Lunar flyby"
        },
        {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        },
        {
            "id": 27,
            "name": "Jupiter Orbit",
            "abbrev": "Jupiter Orbit"
        },
        {
            "id": 7,
            "name": "High Earth Orbit",
            "abbrev": "HEO"
        },
        {
            "id": 6,
            "name": "Heliocentric N/A",
            "abbrev": "Helio-N/A"
        }
    ]
}