STARLINK-3642 - AOE轨道数据

19小时前 2025-07-25T18:32:26+0000 2025-07-25T18:32:26+0000
STARLINK-3642
1 51989U 22025AK  25206.77252342  .00000356  00000-0  40466-4 0  9998
2 51989  53.2196 337.7908 0001277  95.6846 264.4291 15.08838771187903
1天前 2025-07-24T15:30:53+0000 2025-07-24T15:30:53+0000
STARLINK-3642
1 51989U 22025AK  25205.64644367 -.00000317  00000-0 -18510-5 0  9990
2 51989  53.2190 342.8467 0001074  91.8844 268.2271 15.08838156186631
2天前 2025-07-23T17:15:28+0000 2025-07-23T17:15:28+0000
STARLINK-3642
1 51989U 22025AK  25204.71907695  .00001445  00000-0  10886-3 0  9990
2 51989  53.2190 347.0095 0001084  85.8524 274.2592 15.08846835186494

              
import requests

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

params = {
    'catId': 51989,
    'channel': 'INTERNATIONAL',
    'format': 'TLE'
}

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

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