STARLINK-5426 - AOE轨道数据

18小时前 2025-07-25T11:08:32+0000 2025-07-25T11:08:32+0000
STARLINK-5426
1 54802U 22175AW  25206.46425794 -.00000364  00000-0 -47707-5 0  9997
2 54802  53.2175 288.6338 0001162  90.9863 269.1262 15.08838145144232
1天前 2025-07-24T16:03:55+0000 2025-07-24T16:03:55+0000
STARLINK-5426
1 54802U 22175AW  25205.66938082 -.00000752  00000-0 -29189-4 0  9991
2 54802  53.2171 292.2026 0001172  91.6942 268.4184 15.08830059144118
2天前 2025-07-23T13:02:20+0000 2025-07-23T13:02:20+0000
STARLINK-5426
1 54802U 22175AW  25204.54328529  .00000809  00000-0  68887-4 0  9995
2 54802  53.2180 297.2571 0001242  94.3683 265.7451 15.08841922143946

              
import requests

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

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

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

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