STARLINK-32237 - AOE轨道数据

1天前 2025-07-25T18:00:00+0000 2025-07-25T18:00:00+0000
STARLINK-32237
1 60443U 24144U   25206.75000000  .00000000  00000-0  36691-4 0 00000
2 60443 053.1598 190.9739 0001262 059.1458 079.1488 15.30373401000000
4天前 2025-07-23T03:00:00+0000 2025-07-23T03:00:00+0000
STARLINK-32237
1 60443U 24144U   25204.12500000  .00000000  00000-0 -15380-4 0 00000
2 60443 053.1614 203.1662 0000954 137.4739 292.6885 15.30203373000000
8天前 2025-07-18T15:00:00+0000 2025-07-18T15:00:00+0000
STARLINK-32237
1 60443U 24144U   25199.62500000  .00000000  00000-0  48027-4 0 00000
2 60443 053.1585 224.0681 0001100 066.2421 040.9398 15.30205152000000

              
import requests

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

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

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

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