STARLINK-30971 - AOE轨道数据

10小时前 2025-07-27T10:00:00+0000 2025-07-27T10:00:00+0000
STARLINK-30971
1 58443U 23183G   25208.41666667  .00000000  00000-0 -19811-4 0 00000
2 58443 043.0034 187.2907 0000194 337.1115 201.5129 15.02594739000000
9天前 2025-07-18T02:00:00+0000 2025-07-18T02:00:00+0000
STARLINK-30971
1 58443U 23183G   25199.08333333  .00000000  00000-0  28640-4 0 00000
2 58443 043.0015 238.0045 0001500 261.4384 134.0747 15.02536307000000
10天前 2025-07-17T00:00:00+0000 2025-07-17T00:00:00+0000
STARLINK-30971
1 58443U 23183G   25198.00000000  .00000000  00000-0  12498-4 0 00000
2 58443 043.0004 243.8905 0001757 256.4848 032.3999 15.02535235000000

              
import requests

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

params = {
    'catId': 58443,
    'channel': 'KY',
    'format': 'TLE'
}

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

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