GET /2.2.0/config/orbit/?format=api&offset=10&ordering=-abbrev
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=-abbrev",
    "previous": "https://lldev.thespacedevs.com/2.2.0/config/orbit/?format=api&limit=10&ordering=-abbrev",
    "results": [
        {
            "id": 23,
            "name": "Mars flyby",
            "abbrev": "Mars flyby"
        },
        {
            "id": 19,
            "name": "Mars Orbit",
            "abbrev": "Mars"
        },
        {
            "id": 10,
            "name": "Lunar Impactor",
            "abbrev": "Lunar Impactor"
        },
        {
            "id": 9,
            "name": "Lunar flyby",
            "abbrev": "Lunar flyby"
        },
        {
            "id": 11,
            "name": "Lunar Orbit",
            "abbrev": "LO"
        },
        {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        },
        {
            "id": 16,
            "name": "Sun-Earth L2",
            "abbrev": "L2"
        },
        {
            "id": 5,
            "name": "Heliocentric L1",
            "abbrev": "L1-point"
        },
        {
            "id": 27,
            "name": "Jupiter Orbit",
            "abbrev": "Jupiter Orbit"
        },
        {
            "id": 7,
            "name": "High Earth Orbit",
            "abbrev": "HEO"
        }
    ]
}