STARLINK-2465 - AOE轨道数据

17小时前 2025-07-26T22:30:39+0000 2025-07-26T22:30:39+0000
STARLINK-2465
1 48124U 21027AJ  25207.93795080  .00006260  00000-0  43879-3 0  9996
2 48124  53.0550  95.0610 0001217  92.4307 267.6821 15.06398544238523
1天前 2025-07-25T22:37:33+0000 2025-07-25T22:37:33+0000
STARLINK-2465
1 48124U 21027AJ  25206.94274617 -.00002490  00000-0 -14834-3 0  9996
2 48124  53.0562  99.5284 0001442  92.9747 267.1407 15.06397580238372
2天前 2025-07-24T22:44:28+0000 2025-07-24T22:44:28+0000
STARLINK-2465
1 48124U 21027AJ  25205.94754451 -.00002872  00000-0 -17407-3 0  9997
2 48124  53.0567 103.9946 0001518  99.4043 260.7117 15.06388635238229

              
import requests

headers = {
    'Authorization': 'Bearer YOUR_API_TOKEN'
}

params = {
    'catId': 48124,
    'channel': 'INTERNATIONAL',
    'format': 'TLE'
}

response = requests.get('https://spacemapper.cn/cgi/orbital/aoe/list',
headers=headers, params=params)

print(response.text)
          
3D轨道图
2D轨道图
查看目标详情