STARLINK-32487 - AOE轨道数据

1天前 2025-07-25T00:00:00+0000 2025-07-25T00:00:00+0000
STARLINK-32487
1 61963U 24210E   25206.00000000  .00000000  00000-0  98196-3 0 00000
2 61963 043.0018 025.7841 0001855 256.5796 216.1025 15.27542380000000
23天前 2025-07-02T10:00:00+0000 2025-07-02T10:00:00+0000
STARLINK-32487
1 61963U 24210E   25183.41666667  .00000000  00000-0  25899-3 0 00000
2 61963 042.9987 153.3296 0000062 350.5907 344.3945 15.27549723000000

              
import requests

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

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

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

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