STARLINK-32520 - AOE轨道数据

11小时前 2025-07-25T15:00:00+0000 2025-07-25T15:00:00+0000
STARLINK-32520
1 62021U 24213P   25206.62500000  .00000000  00000-0  25899-3 0 00000
2 62021 053.1654 143.1436 0000493 093.9864 339.8457 15.30153805000000
17天前 2025-07-08T23:00:00+0000 2025-07-08T23:00:00+0000
STARLINK-32520
1 62021U 24213P   25189.95833333  .00000000  00000-0  49788-3 0 00000
2 62021 053.1577 220.5556 0001332 077.1367 293.8217 15.30190358000000
24天前 2025-07-01T20:00:00+0000 2025-07-01T20:00:00+0000
STARLINK-32520
1 62021U 24213P   25182.83333333  .00000000  00000-0  11993-3 0 00000
2 62021 053.1591 253.6519 0001049 075.0583 264.5722 15.30186127000000

              
import requests

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

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

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

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