STARLINK-32495 - AOE轨道数据

1天前 2025-07-26T10:00:00+0000 2025-07-26T10:00:00+0000
STARLINK-32495
1 62052U 24216W   25207.41666667  .00000000  00000-0  83758-3 0 00000
2 62052 043.0052 100.9114 0000013 183.7319 134.8928 15.27493511000000
10天前 2025-07-17T19:00:00+0000 2025-07-17T19:00:00+0000
STARLINK-32495
1 62052U 24216W   25198.79166667  .00000000  00000-0  25899-3 0 00000
2 62052 043.0041 149.6193 0005335 087.1743 264.4862 15.27560621000000
12天前 2025-07-15T04:00:00+0000 2025-07-15T04:00:00+0000
STARLINK-32495
1 62052U 24216W   25196.16666667  .00000000  00000-0  25899-3 0 00000
2 62052 042.9962 164.4532 0002452 304.1513 355.0224 15.27556847000000

              
import requests

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

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

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

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