STARLINK-5666 - AOE轨道数据

15小时前 2025-07-26T22:56:39+0000 2025-07-26T22:56:39+0000
STARLINK-5666
1 55349U 23013U   25207.95600740 -.00000207  00000-0 -26917-6 0  9994
2 55349  43.0037  86.8664 0001278 266.0097  94.0599 15.02533372137751
2天前 2025-07-25T02:16:16+0000 2025-07-25T02:16:16+0000
STARLINK-5666
1 55349U 23013U   25206.09462659 -.00001111  00000-0 -67148-4 0  9997
2 55349  43.0048  96.9812 0001444 264.9958  95.0719 15.02536205137470
2天前 2025-07-24T18:17:37+0000 2025-07-24T18:17:37+0000
STARLINK-5666
1 55349U 23013U   25205.76223409  .00000112  00000-0  23389-4 0  9995
2 55349  43.0035  98.7872 0001295 263.1851  96.8844 15.02536901137852

              
import requests

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

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

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

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