STARLINK-1185 - AOE轨道数据

20小时前 2025-05-13T03:03:29+0800 2025-05-12T19:03:29+0000
STARLINK-1185
1 45087U 20006AV  25132.79409097  .00001741  00000-0  13575-3 0  9997
2 45087  53.0539 157.3909 0001246  88.8647 271.2484 15.06395975292123
1天前 2025-05-12T03:10:24+0800 2025-05-11T19:10:24+0000
STARLINK-1185
1 45087U 20006AV  25131.79888684 -.00000271  00000-0  67057-6 0  9994
2 45087  53.0542 161.8592 0001262  90.1745 269.9389 15.06396980291526
3天前 2025-05-10T17:44:04+0800 2025-05-10T09:44:04+0000
STARLINK-1185
1 45087U 20006AV  25130.40560449 -.00000387  00000-0 -70624-5 0  9999
2 45087  53.0546 168.1153 0001286  96.1307 263.9828 15.06389542291763

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图