QIANFAN-74 - AOE轨道数据

3天前 2025-07-23T20:00:00+0000 2025-07-23T20:00:00+0000
QIANFAN-74
1 63160U 25046B   25204.83333333  .00000000  00000-0  14696-3 0 00000
2 63160 088.9865 334.5285 0001993 103.4356 279.0793 13.50959691000000
13天前 2025-07-13T20:00:00+0000 2025-07-13T20:00:00+0000
QIANFAN-74
1 63160U 25046B   25194.83333333  .00000000  00000-0  11741-3 0 00000
2 63160 088.9808 335.5574 0007652 188.9337 188.4028 13.50988887000000
15天前 2025-07-11T02:00:00+0000 2025-07-11T02:00:00+0000
QIANFAN-74
1 63160U 25046B   25192.08333333  .00000000  00000-0  92921-4 0 00000
2 63160 088.9820 335.8418 0013122 204.8148 125.8023 13.50910089000000

              
import requests

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

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

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

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