STARLINK-5679 - AOE轨道数据

10小时前 2025-07-26T23:51:41+0000 2025-07-26T23:51:41+0000
STARLINK-5679
1 55467U 23015U   25207.99422657  .00000406  00000-0  45120-4 0  9994
2 55467  43.0035 112.3482 0001028 258.4118 101.6608 15.02536731136808
1天前 2025-07-25T19:08:35+0000 2025-07-25T19:08:35+0000
STARLINK-5679
1 55467U 23015U   25206.79762475  .00000690  00000-0  66143-4 0  9999
2 55467  43.0021 118.8510 0000969 258.9804 101.0929 15.02533032136627
3天前 2025-07-24T03:15:23+0000 2025-07-24T03:15:23+0000
STARLINK-5679
1 55467U 23015U   25205.13567894 -.00000129  00000-0  55472-5 0  9996
2 55467  43.0044 127.8807 0000909 271.2092  88.8646 15.02536427136373

              
import requests

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

params = {
    'catId': 55467,
    'channel': 'INTERNATIONAL',
    'format': 'TLE'
}

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

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