STARLINK-32366 - AOE轨道数据

1天前 2025-07-24T08:00:00+0000 2025-07-24T08:00:00+0000
STARLINK-32366
1 61551U 24184V   25205.33333333  .00000000  00000-0 -35727-4 0 00000
2 61551 053.1606 354.9045 0000875 032.6096 228.8119 15.30211358000000
43天前 2025-06-12T07:00:00+0000 2025-06-12T07:00:00+0000
STARLINK-32366
1 61551U 24184V   25163.29166667  .00000000  00000-0  96463-5 0 00000
2 61551 053.1597 190.1793 0000702 075.5143 301.9208 15.30214755000000

              
import requests

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

params = {
    'catId': 61551,
    'channel': 'KY',
    'format': 'TLE'
}

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

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