STARLINK-32508 - AOE轨道数据

1天前 2025-07-25T10:20:40+0000 2025-07-25T10:20:40+0000
STARLINK-32508
1 62158U 24224V   25206.43101498  .00017831  00000-0  65578-3 0  9995
2 62158  43.0032   1.5470 0002511 282.4037  77.6534 15.27585720 37721
1天前 2025-07-24T17:04:56+0000 2025-07-24T17:04:56+0000
STARLINK-32508
1 62158U 24224V   25205.71176235  .00025727  00000-0  94129-3 0  9993
2 62158  43.0007   5.6068 0002535 286.8482  73.2092 15.27574131 37612
2天前 2025-07-23T17:32:36+0000 2025-07-23T17:32:36+0000
STARLINK-32508
1 62158U 24224V   25204.73096648  .00039321  00000-0  14282-2 0  9999
2 62158  43.0003  11.1470 0001483 259.7607 100.3077 15.27640346 37466

              
import requests

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

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

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

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