STARLINK-5866 - AOE轨道数据

1天前 2025-07-26T00:04:54+0000 2025-07-26T00:04:54+0000
STARLINK-5866
1 57233U 23094R   25207.00340188 -.00004604  00000-0 -32580-3 0  9995
2 57233  43.0028 181.8074 0000806  65.1794 294.9132 15.02557238113209
2天前 2025-07-25T00:08:58+0000 2025-07-25T00:08:58+0000
STARLINK-5866
1 57233U 23094R   25206.00623067 -.00000559  00000-0 -26275-4 0  9994
2 57233  43.0029 187.2260 0001281 280.2369  79.8329 15.02538636113055
2天前 2025-07-24T16:10:20+0000 2025-07-24T16:10:20+0000
STARLINK-5866
1 57233U 23094R   25205.67384090  .00000021  00000-0  16601-4 0  9990
2 57233  43.0026 189.0318 0001351 282.6552  77.4139 15.02537859112827

              
import requests

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

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

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

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