STARLINK-5093 - AOE轨道数据

1天前 2025-07-26T07:00:00+0000 2025-07-26T07:00:00+0000
STARLINK-5093
1 56332U 23058R   25207.29166667  .00000000  00000-0  11820-3 0 00000
2 56332 097.6534 208.2990 0002365 133.0919 113.8202 15.01269437000000
3天前 2025-07-24T07:00:00+0000 2025-07-24T07:00:00+0000
STARLINK-5093
1 56332U 23058R   25205.29166667  .00000000  00000-0 -37250-5 0 00000
2 56332 097.6545 206.3282 0002351 155.4754 088.9547 15.01267580000000
4天前 2025-07-22T18:00:00+0000 2025-07-22T18:00:00+0000
STARLINK-5093
1 56332U 23058R   25203.75000000  .00000000  00000-0  34512-5 0 00000
2 56332 097.6546 204.8086 0002170 153.3265 044.3304 15.01262185000000

              
import requests

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

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

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

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