STARLINK-32457 - AOE轨道数据

21小时前 2025-07-25T08:40:46+0000 2025-07-25T08:40:46+0000
STARLINK-32457
1 61717U 24196L   25206.36163851 -.00000573  00000-0 -72263-5 0  9994
2 61717  53.1598  77.1099 0001259  90.3820 269.7325 15.30190492 42359
1天前 2025-07-24T21:42:24+0000 2025-07-24T21:42:24+0000
STARLINK-32457
1 61717U 24196L   25205.90444426 -.00001497  00000-0 -38423-4 0  9998
2 61717  53.1598  79.2358 0001648  53.3047 306.8105 15.30183090 42289
2天前 2025-07-23T22:11:35+0000 2025-07-23T22:11:35+0000
STARLINK-32457
1 61717U 24196L   25204.92470746  .00000518  00000-0  29603-4 0  9994
2 61717  53.1591  83.7874 0001023  90.1391 269.9727 15.30189825 42138

              
import requests

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

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

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

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