STARLINK-2426 - AOE轨道数据

10小时前 2025-07-27T05:39:15+0000 2025-07-27T05:39:15+0000
STARLINK-2426
1 47836U 21018BB  25208.23558790 -.00000572  00000-0 -19516-4 0  9998
2 47836  53.0541 183.8101 0001212  62.4976 297.6136 15.06399050242279
18小时前 2025-07-26T21:41:33+0000 2025-07-26T21:41:33+0000
STARLINK-2426
1 47836U 21018BB  25207.90385690 -.00001329  00000-0 -70339-4 0  9999
2 47836  53.0529 185.2978 0001211  59.1572 300.9536 15.06396737242560
2天前 2025-07-25T05:53:03+0000 2025-07-25T05:53:03+0000
STARLINK-2426
1 47836U 21018BB  25206.24517538  .00001155  00000-0  96388-4 0  9990
2 47836  53.0538 192.7455 0001064  55.5279 304.5811 15.06409694242319

              
import requests

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

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

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

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