STARLINK-31645 - AOE轨道数据

1天前 2025-07-26T13:10:07+0000 2025-07-26T13:10:07+0000
STARLINK-31645
1 59264U 24050L   25207.54869673  .00000241  00000-0  20266-4 0  9998
2 59264  53.1593 151.5162 0001319  95.8319 264.2832 15.30191269 77080
2天前 2025-07-25T05:49:03+0000 2025-07-25T05:49:03+0000
STARLINK-31645
1 59264U 24050L   25206.24240070 -.00000227  00000-0  44576-5 0  9994
2 59264  53.1594 157.5835 0001346  94.1288 265.9866 15.30192239 76881
3天前 2025-07-24T06:18:16+0000 2025-07-24T06:18:16+0000
STARLINK-31645
1 59264U 24050L   25205.26268186 -.00000398  00000-0 -13071-5 0  9999
2 59264  53.1598 162.1353 0001388  93.0331 267.0829 15.30186876 75572

              
import requests

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

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

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

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