ONEWEB-0413 - AOE轨道数据

1天前 2025-07-26T21:39:54+0000 2025-07-26T21:39:54+0000
ONEWEB-0413
1 50490U 21132X   25207.90270412 -.00000014  00000-0 -69358-4 0  9990
2 50490  87.9123  40.0906 0002188  88.9745 271.1638 13.18687429178721
2天前 2025-07-25T12:53:11+0000 2025-07-25T12:53:11+0000
ONEWEB-0413
1 50490U 21132X   25206.53692846  .00000019  00000-0  15589-4 0  9997
2 50490  87.9123  40.3630 0002193  89.5169 270.6214 13.18687552178542
3天前 2025-07-24T22:19:05+0000 2025-07-24T22:19:05+0000
ONEWEB-0413
1 50490U 21132X   25205.92991741  .00000010  00000-0 -61900-5 0  9996
2 50490  87.9124  40.4840 0002197  89.7779 270.3604 13.18687329178463

              
import requests

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

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

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

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