STARLINK-5238 - AOE轨道数据

14小时前 2025-07-26T22:19:45+0000 2025-07-26T22:19:45+0000
STARLINK-5238
1 54188U 22141AH  25207.93037624  .00002723  00000-0  18918-3 0  9990
2 54188  53.2178 287.7539 0001290  96.4178 263.6961 15.08823467151916
2天前 2025-07-25T11:21:15+0000 2025-07-25T11:21:15+0000
STARLINK-5238
1 54188U 22141AH  25206.47309092 -.00002616  00000-0 -14639-3 0  9998
2 54188  53.2176 294.2931 0001221  88.1470 271.9662 15.08827021151921
2天前 2025-07-24T14:41:14+0000 2025-07-24T14:41:14+0000
STARLINK-5238
1 54188U 22141AH  25205.61196789 -.00003144  00000-0 -17962-3 0  9999
2 54188  53.2178 298.1608 0001273  93.4129 266.7009 15.08819653151563

              
import requests

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

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

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

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