STARLINK-5958 - AOE轨道数据

2天前 2025-07-24T03:00:00+0000 2025-07-24T03:00:00+0000
STARLINK-5958
1 56921U 23083AX  25205.12500000  .00000000  00000-0  25899-3 0 00000
2 56921 043.0035 230.7325 0001598 256.6104 273.6655 15.02519912000000
6天前 2025-07-19T23:00:00+0000 2025-07-19T23:00:00+0000
STARLINK-5958
1 56921U 23083AX  25200.95833333  .00000000  00000-0  35522-4 0 00000
2 56921 043.0024 253.3756 0001515 257.3827 028.9997 15.02536846000000
16天前 2025-07-10T03:00:00+0000 2025-07-10T03:00:00+0000
STARLINK-5958
1 56921U 23083AX  25191.12500000  .00000000  00000-0 -90289-5 0 00000
2 56921 043.0034 306.8089 0001348 241.3560 074.1816 15.02538542000000

              
import requests

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

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

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

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