STARLINK-5838 - AOE轨道数据

1天前 2025-07-26T19:10:10+0000 2025-07-26T19:10:10+0000
STARLINK-5838
1 57073U 23088AB  25207.79873136 -.00001821  00000-0 -11982-3 0  9991
2 57073  43.0033 242.4309 0001227 266.3593  93.7109 15.02528322115553
2天前 2025-07-25T03:16:58+0000 2025-07-25T03:16:58+0000
STARLINK-5838
1 57073U 23088AB  25206.13678065  .00000652  00000-0  63301-4 0  9994
2 57073  43.0048 251.4606 0001554 272.4255  87.6410 15.02539967115380
3天前 2025-07-24T12:55:25+0000 2025-07-24T12:55:25+0000
STARLINK-5838
1 57073U 23088AB  25205.53848678 -.00000391  00000-0 -13875-4 0  9999
2 57073  43.0040 254.7117 0001518 271.4292  88.6376 15.02535628115219

              
import requests

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

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

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

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