STARLINK-31280 - AOE轨道数据

14小时前 2025-07-25T18:00:00+0000 2025-07-25T18:00:00+0000
STARLINK-31280
1 58843U 24017T   25206.75000000  .00000000  00000-0  42973-4 0 00000
2 58843 053.1590 178.6000 0001417 093.2156 077.0456 15.30197067000000
9天前 2025-07-16T23:00:00+0000 2025-07-16T23:00:00+0000
STARLINK-31280
1 58843U 24017T   25197.95833333  .00000000  00000-0 -56963-5 0 00000
2 58843 053.1595 219.4360 0001053 097.2713 215.3419 15.30208305000000
11天前 2025-07-14T18:00:00+0000 2025-07-14T18:00:00+0000
STARLINK-31280
1 58843U 24017T   25195.75000000  .00000000  00000-0 -38512-4 0 00000
2 58843 053.1593 229.6975 0001154 091.6977 289.0909 15.30215503000000

              
import requests

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

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

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

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