QIANFAN-81 - AOE轨道数据

1天前 2025-07-26T03:00:00+0000 2025-07-26T03:00:00+0000
QIANFAN-81
1 63167U 25046J   25207.12500000  .00000000  00000-0  14172-3 0 00000
2 63167 088.9862 334.2534 0015746 158.2270 323.4044 13.50957874000000
40天前 2025-06-17T23:00:00+0000 2025-06-17T23:00:00+0000
QIANFAN-81
1 63167U 25046J   25168.95833333  .00000000  00000-0  45105-4 0 00000
2 63167 088.9825 338.1843 0013032 282.8812 278.9364 13.55113481000000
50天前 2025-06-07T09:00:00+0000 2025-06-07T09:00:00+0000
QIANFAN-81
1 63167U 25046J   25158.37500000  .00000000  00000-0 -27225-4 0 00000
2 63167 088.9809 339.2837 0014195 321.1391 096.4209 13.60086990000000

              
import requests

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

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

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

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