ONEWEB-0595 - AOE轨道数据

9小时前 2025-07-26T05:34:17+0000 2025-07-26T05:34:17+0000
ONEWEB-0595
1 54661U 22166V   25207.23213544  .00000102  00000-0  21457-3 0  9994
2 54661  87.9272 309.0018 0001874  94.8390 265.2958 13.21825842128940
1天前 2025-07-25T07:46:14+0000 2025-07-25T07:46:14+0000
ONEWEB-0595
1 54661U 22166V   25206.32377838  .00000057  00000-0  10549-3 0  9999
2 54661  87.9274 309.1827 0001874  94.7665 265.3683 13.21825742128355
1天前 2025-07-24T19:03:13+0000 2025-07-24T19:03:13+0000
ONEWEB-0595
1 54661U 22166V   25205.79390314  .00000007  00000-0 -14078-4 0  9991
2 54661  87.9274 309.2881 0001871  94.6366 265.4982 13.21825976128284

              
import requests

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

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

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

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