STARLINK-5619 - AOE轨道数据

1天前 2025-07-26T23:18:11+0000 2025-07-26T23:18:11+0000
STARLINK-5619
1 55755U 23028Q   25207.97095617  .00000210  00000-0  25364-4 0  9999
2 55755  69.9996  93.4076 0002901 269.0362  91.0465 14.98328881132234
2天前 2025-07-25T10:27:05+0000 2025-07-25T10:27:05+0000
STARLINK-5619
1 55755U 23028Q   25206.43547594  .00000209  00000-0  25350-4 0  9998
2 55755  69.9996  97.2789 0002903 268.9987  91.0840 14.98329660132008
3天前 2025-07-24T21:38:01+0000 2025-07-24T21:38:01+0000
STARLINK-5619
1 55755U 23028Q   25205.90139842  .00000008  00000-0  84921-5 0  9999
2 55755  69.9995  98.6254 0002896 269.1292  90.9535 14.98325955131924

              
import requests

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

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

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

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