ONEWEB-0338 - AOE轨道数据

18小时前 2025-07-25T21:48:19+0000 2025-07-25T21:48:19+0000
ONEWEB-0338
1 49204U 21083U   25206.90855006 -.00000058  00000-0 -17361-3 0  9997
2 49204  87.9289 339.4652 0002114  91.1436 268.9940 13.20770739195044
1天前 2025-07-24T22:10:09+0000 2025-07-24T22:10:09+0000
ONEWEB-0338
1 49204U 21083U   25205.92371130  .00000023  00000-0  24562-4 0  9991
2 49204  87.9288 339.6605 0002121  91.7917 268.3459 13.20770697193614
2天前 2025-07-23T22:31:59+0000 2025-07-23T22:31:59+0000
ONEWEB-0338
1 49204U 21083U   25204.93887275  .00000028  00000-0  38106-4 0  9997
2 49204  87.9286 339.8562 0002129  91.4519 268.6858 13.20770488193488

              
import requests

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

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

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

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