STARLINK-5226 - AOE轨道数据

18小时前 2025-07-25T12:15:27+0000 2025-07-25T12:15:27+0000
STARLINK-5226
1 54056U 22136F   25206.51072743  .00000189  00000-0  29947-4 0  9991
2 54056  53.2172 283.5542 0001109  87.9920 272.1199 15.08841952153033
1天前 2025-07-24T15:35:27+0000 2025-07-24T15:35:27+0000
STARLINK-5226
1 54056U 22136F   25205.64961275 -.00000461  00000-0 -10878-4 0  9999
2 54056  53.2172 287.4198 0001133  89.0311 271.0811 15.08833618152901
2天前 2025-07-23T12:33:52+0000 2025-07-23T12:33:52+0000
STARLINK-5226
1 54056U 22136F   25204.52352381 -.00000111  00000-0  11130-4 0  9990
2 54056  53.2175 292.4751 0001188  89.9767 270.1362 15.08844470152256

              
import requests

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

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

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

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