STARLINK-4128 - AOE轨道数据

20小时前 2025-07-25T07:24:08+0000 2025-07-25T07:24:08+0000
STARLINK-4128
1 53249U 22086H   25206.30842082  .00000813  00000-0  69156-4 0  9996
2 53249  53.2166 134.8856 0001432  86.3652 273.7504 15.08832483166758
1天前 2025-07-24T20:16:26+0000 2025-07-24T20:16:26+0000
STARLINK-4128
1 53249U 22086H   25205.84474370 -.00000507  00000-0 -13758-4 0  9994
2 53249  53.2166 136.9673 0001406  85.2370 274.8782 15.08829633166487
2天前 2025-07-23T22:01:01+0000 2025-07-23T22:01:01+0000
STARLINK-4128
1 53249U 22086H   25204.91737377  .00000760  00000-0  65845-4 0  9993
2 53249  53.2166 141.1300 0001390  82.2330 277.8819 15.08838350166544

              
import requests

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

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

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

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