STARLINK-30481 - AOE轨道数据

9小时前 2025-07-27T10:00:00+0000 2025-07-27T10:00:00+0000
STARLINK-30481
1 57899U 23146J   25208.41666667  .00000000  00000-0  25899-3 0 00000
2 57899 043.0029 097.3793 0000223 012.0768 210.0935 15.02529079000000
7天前 2025-07-20T11:00:00+0000 2025-07-20T11:00:00+0000
STARLINK-30481
1 57899U 23146J   25201.45833333  .00000000  00000-0  42151-4 0 00000
2 57899 043.0035 135.1935 0000714 258.6907 081.6958 15.02534905000000

              
import requests

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

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

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

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