STARLINK-2753 - AOE轨道数据

8小时前 2025-07-25T17:44:18+0000 2025-07-25T17:44:18+0000
STARLINK-2753
1 48696U 21044BL  25206.73909808 -.00000367  00000-0 -57603-5 0  9997
2 48696  53.0553  30.4898 0001355  88.6017 271.5127 15.06387353230766
1天前 2025-07-24T22:37:49+0000 2025-07-24T22:37:49+0000
STARLINK-2753
1 48696U 21044BL  25205.94292651  .00004784  00000-0  33984-3 0  9999
2 48696  53.0551  34.0634 0001336  88.6829 271.4313 15.06398410229807
2天前 2025-07-23T22:44:43+0000 2025-07-23T22:44:43+0000
STARLINK-2753
1 48696U 21044BL  25204.94771857 -.00002579  00000-0 -15432-3 0  9998
2 48696  53.0558  38.5310 0001237  91.1218 268.9913 15.06403766229656

              
import requests

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

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

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

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