STARLINK-30980 - AOE轨道数据

2天前 2025-07-24T03:00:00+0000 2025-07-24T03:00:00+0000
STARLINK-30980
1 58476U 23186D   25205.12500000  .00000000  00000-0  25318-4 0 00000
2 58476 043.0012 229.6036 0001631 265.6826 224.1257 15.02537370000000
3天前 2025-07-22T23:00:00+0000 2025-07-22T23:00:00+0000
STARLINK-30980
1 58476U 23186D   25203.95833333  .00000000  00000-0  12922-4 0 00000
2 58476 043.0013 235.9435 0001638 264.5718 027.3358 15.02536910000000
11天前 2025-07-15T03:00:00+0000 2025-07-15T03:00:00+0000
STARLINK-30980
1 58476U 23186D   25196.12500000  .00000000  00000-0 -11647-5 0 00000
2 58476 043.0031 278.5105 0000285 185.1347 166.6027 15.02543410000000

              
import requests

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

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

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

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