STARLINK-32388 - AOE轨道数据

12小时前 2025-07-26T10:52:41+0000 2025-07-26T10:52:41+0000
STARLINK-32388
1 62144U 24224F   25207.45325108  .00018612  00000-0  68407-3 0  9991
2 62144  43.0005   3.2479 0000759 247.2117 112.8654 15.27584444 37798
1天前 2025-07-25T11:20:20+0000 2025-07-25T11:20:20+0000
STARLINK-32388
1 62144U 24224F   25206.47245198  .00019219  00000-0  70619-3 0  9994
2 62144  42.9994   8.7865 0000596 230.7673 129.3126 15.27576321 37641
2天前 2025-07-24T18:04:36+0000 2025-07-24T18:04:36+0000
STARLINK-32388
1 62144U 24224F   25205.75319481  .00020020  00000-0  73508-3 0  9993
2 62144  42.9976  12.8465 0001025 245.8008 114.2737 15.27578441 37534

              
import requests

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

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

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

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