STARLINK-2555 - AOE轨道数据

15小时前 2025-07-25T17:29:42+0000 2025-07-25T17:29:42+0000
STARLINK-2555
1 48291U 21036R   25206.72895554 -.00000432  00000-0 -10145-4 0  9992
2 48291  53.0558  20.4827 0001330  88.8723 271.2418 15.06387288234101
1天前 2025-07-24T22:23:13+0000 2025-07-24T22:23:13+0000
STARLINK-2555
1 48291U 21036R   25205.93278857 -.00001222  00000-0 -63188-4 0  9998
2 48291  53.0556  24.0567 0001298  90.1222 269.9915 15.06385966233985
2天前 2025-07-23T19:19:03+0000 2025-07-23T19:19:03+0000
STARLINK-2555
1 48291U 21036R   25204.80489251  .00002177  00000-0  16505-3 0  9993
2 48291  53.0555  29.1207 0001578  97.3697 262.7472 15.06386693233816

              
import requests

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

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

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

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