STARLINK-30832 - AOE轨道数据

1天前 2025-07-24T22:00:00+0000 2025-07-24T22:00:00+0000
STARLINK-30832
1 58354U 23177D   25205.91666667  .00000000  00000-0  36510-4 0 00000
2 58354 043.0027 149.0858 0000118 152.4916 246.0906 15.02550914000000
10天前 2025-07-15T21:00:00+0000 2025-07-15T21:00:00+0000
STARLINK-30832
1 58354U 23177D   25196.87500000  .00000000  00000-0 -29406-4 0 00000
2 58354 043.0031 198.2139 0005926 088.4337 306.4634 15.02540619000000
12天前 2025-07-14T02:00:00+0000 2025-07-14T02:00:00+0000
STARLINK-30832
1 58354U 23177D   25195.08333333  .00000000  00000-0  11142-4 0 00000
2 58354 043.0015 207.9484 0001368 262.4233 150.0194 15.02544729000000

              
import requests

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

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

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

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