STARLINK-11342 - AOE轨道数据

16小时前 2025-07-25T12:16:15+0000 2025-07-25T12:16:15+0000
STARLINK-11342
1 61580U 24187G   25206.51128478 -.00000707  00000-0 -98543-6 0  9994
2 61580  53.1588 335.8455 0000794 316.5655  43.5300 15.69703407 45125
1天前 2025-07-24T19:27:44+0000 2025-07-24T19:27:44+0000
STARLINK-11342
1 61580U 24187G   25205.81092631 -.00001573  00000-0 -81360-5 0  9997
2 61580  53.1590 339.2971 0000481  29.6730 330.4315 15.69704588 45011
2天前 2025-07-23T17:29:05+0000 2025-07-23T17:29:05+0000
STARLINK-11342
1 61580U 24187G   25204.72853509  .00000983  00000-0  12962-4 0  9998
2 61580  53.1586 344.6338 0000239  41.4046 318.6989 15.69708785 44844

              
import requests

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

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

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

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