STARLINK-3723 - AOE轨道数据

1天前 2025-07-26T21:56:30+0000 2025-07-26T21:56:30+0000
STARLINK-3723
1 52138U 22029BC  25207.91424128  .00000550  00000-0  52615-4 0  9994
2 52138  53.2193   2.6666 0001241  83.9298 276.1836 15.08838014186856
2天前 2025-07-25T17:19:34+0000 2025-07-25T17:19:34+0000
STARLINK-3723
1 52138U 22029BC  25206.72192172 -.00000775  00000-0 -30581-4 0  9992
2 52138  53.2191   8.0194 0001215  84.8549 275.2582 15.08840294186671
3天前 2025-07-24T17:28:47+0000 2025-07-24T17:28:47+0000
STARLINK-3723
1 52138U 22029BC  25205.72832313 -.00000638  00000-0 -21995-4 0  9996
2 52138  53.2190  12.4801 0001222  85.9310 274.1822 15.08836850186522

              
import requests

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

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

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

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