STARLINK-5926 - AOE轨道数据

15小时前 2025-07-26T21:48:29+0000 2025-07-26T21:48:29+0000
STARLINK-5926
1 55944U 23037AG  25207.90867001  .00000832  00000-0  77507-4 0  9992
2 55944  69.9997 133.5983 0003049 268.8339  91.2471 14.98324034130506
2天前 2025-07-25T05:45:08+0000 2025-07-25T05:45:08+0000
STARLINK-5926
1 55944U 23037AG  25206.23967141 -.00000778  00000-0 -57371-4 0  9991
2 55944  69.9997 137.8061 0003078 270.6528  89.4278 14.98332833129916
2天前 2025-07-24T21:44:27+0000 2025-07-24T21:44:27+0000
STARLINK-5926
1 55944U 23037AG  25205.90587325 -.00000976  00000-0 -74038-4 0  9995
2 55944  69.9996 138.6475 0003143 272.5901  87.4898 14.98331416129868

              
import requests

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

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

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

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