STARLINK-33789 - AOE轨道数据

23小时前 2025-07-27T00:14:50+0000 2025-07-27T00:14:50+0000
STARLINK-33789
1 63657U 25083Z   25208.01029658  .00018723  00000-0  68780-3 0  9996
2 63657  42.9987 199.5884 0001173 269.6242  90.4475 15.27596990 15711
1天前 2025-07-26T16:24:03+0000 2025-07-26T16:24:03+0000
STARLINK-33789
1 63657U 25083Z   25207.68336633  .00012364  00000-0  45799-3 0  9992
2 63657  42.9987 201.4333 0001164 280.8927  79.1794 15.27585426 15538
2天前 2025-07-25T09:00:55+0000 2025-07-25T09:00:55+0000
STARLINK-33789
1 63657U 25083Z   25206.37563294  .00009670  00000-0  36058-3 0  9996
2 63657  42.9976 208.8206 0001361 275.0425  85.0271 15.27569587 15462

              
import requests

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

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

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

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