STARLINK-2092 - AOE轨道数据

13小时前 2025-07-26T20:20:36+0000 2025-07-26T20:20:36+0000
STARLINK-2092
1 47373U 21005AA  25207.84763449 -.00002014  00000-0 -11634-3 0  9990
2 47373  53.0564 355.4615 0001297  96.4169 263.6968 15.06404866249007
1天前 2025-07-25T17:16:26+0000 2025-07-25T17:16:26+0000
STARLINK-2092
1 47373U 21005AA  25206.71974335 -.00001699  00000-0 -95240-4 0  9997
2 47373  53.0566   0.5240 0001224  85.2470 274.8658 15.06393762248834
2天前 2025-07-24T17:23:19+0000 2025-07-24T17:23:19+0000
STARLINK-2092
1 47373U 21005AA  25205.72452014  .00001789  00000-0  13891-3 0  9991
2 47373  53.0572   4.9930 0001268  90.8796 269.2338 15.06416617248687

              
import requests

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

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

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

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