STARLINK-31488 - AOE轨道数据

1天前 2025-07-26T21:04:25+0000 2025-07-26T21:04:25+0000
STARLINK-31488
1 59009U 24036M   25207.87806710 -.00001548  00000-0 -40121-4 0  9993
2 59009  53.1608  46.7748 0001440  85.3869 274.7297 15.30204444 80768
2天前 2025-07-25T18:25:32+0000 2025-07-25T18:25:32+0000
STARLINK-31488
1 59009U 24036M   25206.76773021 -.00002021  00000-0 -56173-4 0  9999
2 59009  53.1603  51.9318 0001536  82.7711 277.3465 15.30178930 80594
3天前 2025-07-24T20:28:44+0000 2025-07-24T20:28:44+0000
STARLINK-31488
1 59009U 24036M   25205.85329230  .00002831  00000-0  10762-3 0  9997
2 59009  53.1604  56.1782 0001374  95.8192 264.2965 15.30214081 80447

              
import requests

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

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

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

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