STARLINK-4758 - AOE轨道数据

1天前 2025-07-26T15:33:02+0000 2025-07-26T15:33:02+0000
STARLINK-4758
1 53820U 22114C   25207.64793898  .00000732  00000-0  64086-4 0  9998
2 53820  53.2164 239.0839 0000855  94.3159 265.7930 15.08820202158705
2天前 2025-07-25T09:20:41+0000 2025-07-25T09:20:41+0000
STARLINK-4758
1 53820U 22114C   25206.38936725 -.00003298  00000-0 -18928-3 0  9991
2 53820  53.2162 244.7334 0000850  90.8422 269.2668 15.08836645157978
3天前 2025-07-24T09:29:54+0000 2025-07-24T09:29:54+0000
STARLINK-4758
1 53820U 22114C   25205.39576696 -.00002229  00000-0 -12203-3 0  9991
2 53820  53.2170 249.1943 0000951  93.1293 266.9808 15.08828385158362

              
import requests

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

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

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

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