STARLINK-31771 - AOE轨道数据

2天前 2025-07-26T01:00:00+0000 2025-07-26T01:00:00+0000
STARLINK-31771
1 59620U 24080V   25207.04166667  .00000000  00000-0  46522-3 0 00000
2 59620 042.9981 238.2320 0000265 353.2956 073.8776 15.28497558000000
14天前 2025-07-13T08:00:00+0000 2025-07-13T08:00:00+0000
STARLINK-31771
1 59620U 24080V   25194.33333333  .00000000  00000-0  88662-3 0 00000
2 59620 043.0010 310.0893 0001670 307.8394 316.3141 15.28095982000000
21天前 2025-07-06T17:00:00+0000 2025-07-06T17:00:00+0000
STARLINK-31771
1 59620U 24080V   25187.70833333  .00000000  00000-0  48267-3 0 00000
2 59620 043.0039 347.5184 0002257 275.8181 225.9804 15.27773427000000

              
import requests

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

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

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

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