STARLINK-3504 - AOE轨道数据

1天前 2025-07-26T03:00:00+0000 2025-07-26T03:00:00+0000
STARLINK-3504
1 51881U 22022AF  25207.12500000  .00000000  00000-0  23784-4 0 00000
2 51881 053.2168 296.2163 0001173 072.1241 063.6232 15.08850059000000
12天前 2025-07-14T23:00:00+0000 2025-07-14T23:00:00+0000
STARLINK-3504
1 51881U 22022AF  25195.95833333  .00000000  00000-0  16058-5 0 00000
2 51881 053.2176 346.3398 0001289 078.7855 208.6354 15.08844990000000

              
import requests

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

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

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

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