STARLINK-5538 - AOE轨道数据

17小时前 2025-07-27T09:00:00+0000 2025-07-27T09:00:00+0000
STARLINK-5538
1 56357U 23058AS  25208.37500000  .00000000  00000-0  98349-4 0 00000
2 56357 097.6552 209.4877 0003237 050.7311 166.0109 15.01263806000000
2天前 2025-07-25T11:00:00+0000 2025-07-25T11:00:00+0000
STARLINK-5538
1 56357U 23058AS  25206.45833333  .00000000  00000-0  91412-5 0 00000
2 56357 097.6547 207.5986 0003260 048.5299 255.9893 15.01261845000000
3天前 2025-07-24T11:00:00+0000 2025-07-24T11:00:00+0000
STARLINK-5538
1 56357U 23058AS  25205.45833333  .00000000  00000-0 -11992-5 0 00000
2 56357 097.6543 206.6143 0003423 050.9071 252.4773 15.01263840000000

              
import requests

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

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

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

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