STARLINK-31588 - AOE轨道数据

1天前 2025-07-26T20:22:46+0000 2025-07-26T20:22:46+0000
STARLINK-31588
1 59335U 24057R   25207.84914013  .00001148  00000-0  51228-4 0  9995
2 59335  43.0003  22.1636 0001146 293.5957  66.4774 15.27573372 75300
2天前 2025-07-25T12:59:38+0000 2025-07-25T12:59:38+0000
STARLINK-31588
1 59335U 24057R   25206.54141020 -.00000454  00000-0 -69648-5 0  9998
2 59335  43.0003  29.5477 0001038 291.9991  68.0750 15.27582006 76288
3天前 2025-07-24T21:18:05+0000 2025-07-24T21:18:05+0000
STARLINK-31588
1 59335U 24057R   25205.88756197 -.00002329  00000-0 -75184-4 0  9995
2 59335  42.9980  33.2410 0001012 294.1346  65.9400 15.27560323 75005

              
import requests

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

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

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

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