ONEWEB-0721 - AOE轨道数据

1天前 2025-07-26T08:00:00+0000 2025-07-26T08:00:00+0000
ONEWEB-0721
1 56725U 23068R   25207.33333333  .00000000  00000-0  11204-3 0 00000
2 56725 086.6831 189.3626 0002121 093.0834 196.5266 13.22440715000000
3天前 2025-07-24T16:00:00+0000 2025-07-24T16:00:00+0000
ONEWEB-0721
1 56725U 23068R   25205.66666667  .00000000  00000-0 -61045-4 0 00000
2 56725 086.6830 189.8937 0002034 093.3610 186.1187 13.22439915000000
140天前 2025-03-08T22:00:00+0000 2025-03-08T22:00:00+0000
ONEWEB-0721
1 56725U          25067.91666667  .00000000  00000-0  26064-3 0 00000
2 56725 086.6738 233.7690 0001653 105.4547 311.4434 13.22426587000000

              
import requests

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

params = {
    'catId': 56725,
    'channel': 'KY',
    'format': 'TLE'
}

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

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