BEIDOU 3M20 - AOE轨道数据

2天前 2025-07-24T02:00:00+0000 2025-07-24T02:00:00+0000
BEIDOU 3M20
1 44865U 19090B   25205.08333333  .00000000  00000-0  10000-7 0 00000
2 44865 056.2676 073.6929 0014264 306.7613 299.9111 01.86231516000000
7天前 2025-07-19T03:00:00+0000 2025-07-19T03:00:00+0000
BEIDOU 3M20
1 44865U 19090B   25200.12500000  .00000000  00000-0  10000-7 0 00000
2 44865 056.2635 073.8577 0014437 306.9786 215.3837 01.86231432000000
9天前 2025-07-17T03:00:00+0000 2025-07-17T03:00:00+0000
BEIDOU 3M20
1 44865U 19090B   25198.12500000  .00000000  00000-0  10000-7 0 00000
2 44865 056.2614 073.9244 0014494 306.8879 314.5751 01.86231298000000

              
import requests

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

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

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

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