STARLINK-3680 - AOE轨道数据

7小时前 2025-07-27T07:00:00+0000 2025-07-27T07:00:00+0000
STARLINK-3680
1 51969U 22025P   25208.29166667  .00000000  00000-0  57569-4 0 00000
2 51969 053.0549 319.0827 0001472 054.4717 147.1054 15.06399022000000
3天前 2025-07-24T03:00:00+0000 2025-07-24T03:00:00+0000
STARLINK-3680
1 51969U 22025P   25205.12500000  .00000000  00000-0  35631-4 0 00000
2 51969 053.0560 333.3020 0001514 088.6776 210.4595 15.06400723000000
32天前 2025-06-24T17:00:00+0000 2025-06-24T17:00:00+0000
STARLINK-3680
1 51969U 22025P   25175.70833333  .00000000  00000-0  46801-4 0 00000
2 51969 053.0585 105.3561 0001427 107.7993 055.7516 15.06393146000000

              
import requests

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

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

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

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