QIANFAN-88 - AOE轨道数据

3天前 2025-07-22T20:00:00+0000 2025-07-22T20:00:00+0000
QIANFAN-88
1 63174U 25046R   25203.83333333  .00000000  00000-0  13019-3 0 00000
2 63174 088.9863 334.5665 0012629 179.2801 242.7296 13.50955138000000
11天前 2025-07-14T20:00:00+0000 2025-07-14T20:00:00+0000
QIANFAN-88
1 63174U 25046R   25195.83333333  .00000000  00000-0  11201-3 0 00000
2 63174 088.9846 335.3879 0011707 202.4874 215.1439 13.50953918000000
49天前 2025-06-07T10:00:00+0000 2025-06-07T10:00:00+0000
QIANFAN-88
1 63174U 25046R   25158.41666667  .00000000  00000-0  73592-4 0 00000
2 63174 088.9821 339.2344 0010505 329.2612 092.2822 13.47991756000000

              
import requests

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

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

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

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