STARLINK-32433 - AOE轨道数据

2天前 2025-07-25T18:00:00+0000 2025-07-25T18:00:00+0000
STARLINK-32433
1 61852U 24202H   25206.75000000  .00000000  00000-0  77205-5 0 00000
2 61852 043.0009 079.3202 0001064 245.2411 119.2668 15.27600792000000
8天前 2025-07-19T17:00:00+0000 2025-07-19T17:00:00+0000
STARLINK-32433
1 61852U 24202H   25200.70833333  .00000000  00000-0 -13934-4 0 00000
2 61852 043.0025 113.4399 0000368 091.9823 128.6818 15.27681468000000
20天前 2025-07-06T21:00:00+0000 2025-07-06T21:00:00+0000
STARLINK-32433
1 61852U 24202H   25187.87500000  .00000000  00000-0  14123-3 0 00000
2 61852 043.0033 185.9191 0006376 082.9574 040.9139 15.27628322000000

              
import requests

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

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

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

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