STARLINK-4605 - AOE轨道数据

1天前 2025-07-25T17:00:00+0000 2025-07-25T17:00:00+0000
STARLINK-4605
1 53616U 22104AE  25206.70833333  .00000000  00000-0  58821-4 0 00000
2 53616 053.2165 162.9590 0001332 079.9454 073.8830 15.08866023000000
13天前 2025-07-13T20:00:00+0000 2025-07-13T20:00:00+0000
STARLINK-4605
1 53616U 22104AE  25194.83333333  .00000000  00000-0 -98839-5 0 00000
2 53616 053.2165 216.2665 0000999 075.2481 340.6215 15.08845102000000
68天前 2025-05-20T10:00:00+0000 2025-05-20T10:00:00+0000
STARLINK-4605
1 53616U 22104AE  25140.41666667  .00000000  00000-0 -20308-5 0 00000
2 53616 053.2182 100.5460 0001552 079.4835 153.9504 15.08839306000000

              
import requests

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

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

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

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