STARLINK-11697 - AOE轨道数据

1天前 2025-07-24T20:00:00+0000 2025-07-24T20:00:00+0000
STARLINK-11697
1 63553U 25075F   25205.83333333  .00000000  00000-0  12431-2 0 00000
2 63553 042.9770 087.0576 0005634 225.7646 184.0832 15.70252680000000

              
import requests

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

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

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

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