STARLINK-2742 - AOE轨道数据

19小时前 2025-07-27T00:58:35+0000 2025-07-27T00:58:35+0000
STARLINK-2742
1 48688U 21044BC  25208.04067948  .00001296  00000-0  10591-3 0  9997
2 48688  53.0561 359.5951 0001457  90.2437 269.8719 15.06402078231309
22小时前 2025-07-26T21:47:30+0000 2025-07-26T21:47:30+0000
STARLINK-2742
1 48688U 21044BC  25207.90798602  .00001352  00000-0  10965-3 0  9997
2 48688  53.0560   0.1906 0001445  90.0590 270.0565 15.06401929230443
2天前 2025-07-25T17:07:48+0000 2025-07-25T17:07:48+0000
STARLINK-2742
1 48688U 21044BC  25206.71374590 -.00000855  00000-0 -38545-4 0  9995
2 48688  53.0554   5.5551 0001228  97.6487 262.4641 15.06396922231108

              
import requests

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

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

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

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