ONEWEB-0205 - AOE轨道数据

17小时前 2025-07-27T02:45:19+0000 2025-07-27T02:45:19+0000
ONEWEB-0205
1 48226U 21031S   25208.11480806 -.00000108  00000-0 -32623-3 0  9994
2 48226  87.9064 354.3775 0001593  95.1848 264.9463 13.14501361205573
22小时前 2025-07-26T21:16:30+0000 2025-07-26T21:16:30+0000
ONEWEB-0205
1 48226U 21031S   25207.88645426 -.00000140  00000-0 -41305-3 0  9991
2 48226  87.9063 354.4228 0001585  95.0972 265.0339 13.14501404205532
1天前 2025-07-25T23:21:11+0000 2025-07-25T23:21:11+0000
ONEWEB-0205
1 48226U 21031S   25206.97303951 -.00000260  00000-0 -73682-3 0  9990
2 48226  87.9061 354.6040 0001590  94.5874 265.5438 13.14501350205428

              
import requests

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

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

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

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