STARLINK-32359 - AOE轨道数据

2天前 2025-07-23T22:00:00+0000 2025-07-23T22:00:00+0000
STARLINK-32359
1 61957U 24209U   25204.91666667  .00000000  00000-0  25899-3 0 00000
2 61957 053.1572 125.1115 0000749 083.6698 132.3480 15.30172912000000
12天前 2025-07-14T09:00:00+0000 2025-07-14T09:00:00+0000
STARLINK-32359
1 61957U 24209U   25195.37500000  .00000000  00000-0  72361-3 0 00000
2 61957 053.1585 169.4335 0001370 079.6699 104.8593 15.30151258000000
13天前 2025-07-13T15:00:00+0000 2025-07-13T15:00:00+0000
STARLINK-32359
1 61957U 24209U   25194.62500000  .00000000  00000-0  62074-3 0 00000
2 61957 053.1579 172.9169 0000809 090.7160 280.0138 15.30120210000000

              
import requests

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

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

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

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