STARLINK-5650 - AOE轨道数据

15小时前 2025-07-27T10:00:00+0000 2025-07-27T10:00:00+0000
STARLINK-5650
1 55475U 23015AC  25208.41666667  .00000000  00000-0  62253-4 0 00000
2 55475 043.0026 109.7128 0001389 239.6726 032.3075 15.02536291000000
4天前 2025-07-23T10:00:00+0000 2025-07-23T10:00:00+0000
STARLINK-5650
1 55475U 23015AC  25204.41666667  .00000000  00000-0  57581-5 0 00000
2 55475 043.0038 131.4463 0000031 169.2227 041.4078 15.02539127000000
5天前 2025-07-22T13:00:00+0000 2025-07-22T13:00:00+0000
STARLINK-5650
1 55475U 23015AC  25203.54166667  .00000000  00000-0 -54773-5 0 00000
2 55475 043.0036 136.2017 0000399 245.8069 266.3934 15.02556978000000

              
import requests

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

params = {
    'catId': 55475,
    'channel': 'KY',
    'format': 'TLE'
}

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

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