STARLINK-31422 - AOE轨道数据

19小时前 2025-07-27T01:49:37+0000 2025-07-27T01:49:37+0000
STARLINK-31422
1 59354U 24060G   25208.07611751  .00001488  00000-0  63584-4 0  9994
2 59354  43.0034  94.3926 0001173 292.0429  68.0298 15.27582625 75542
1天前 2025-07-26T17:58:50+0000 2025-07-26T17:58:50+0000
STARLINK-31422
1 59354U 24060G   25207.74919134  .00004465  00000-0  17178-3 0  9998
2 59354  43.0036  96.2384 0001260 299.1146  60.9580 15.27557467 75499
2天前 2025-07-25T10:35:43+0000 2025-07-25T10:35:43+0000
STARLINK-31422
1 59354U 24060G   25206.44146817 -.00000089  00000-0  63090-5 0  9999
2 59354  43.0041 103.6247 0001251 288.2904  71.7812 15.27568798 75292

              
import requests

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

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

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

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