STARLINK-5177 - AOE轨道数据

15小时前 2025-07-26T20:46:56+0000 2025-07-26T20:46:56+0000
STARLINK-5177
1 54090U 22136AR  25207.86593130  .00000065  00000-0  22179-4 0  9999
2 54090  53.2173 267.7936 0001030  80.9084 279.2025 15.08836195153365
2天前 2025-07-25T11:23:51+0000 2025-07-25T11:23:51+0000
STARLINK-5177
1 54090U 22136AR  25206.47489030 -.00001054  00000-0 -48176-4 0  9994
2 54090  53.2174 274.0376 0001050  84.2584 275.8528 15.08838290152681
3天前 2025-07-24T11:33:03+0000 2025-07-24T11:33:03+0000
STARLINK-5177
1 54090U 22136AR  25205.48128595  .00000185  00000-0  29691-4 0  9993
2 54090  53.2180 278.4993 0001084  84.2858 275.8258 15.08840369152536

              
import requests

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

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

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

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