STARLINK-6195 - AOE轨道数据

1天前 2025-07-25T07:50:35+0000 2025-07-25T07:50:35+0000
STARLINK-6195
1 56902U 23083AC  25206.32679464 -.00000512  00000-0 -22821-4 0  9993
2 56902  43.0022 224.6763 0001315 280.5881  79.4813 15.02536484116814
2天前 2025-07-24T03:07:29+0000 2025-07-24T03:07:29+0000
STARLINK-6195
1 56902U 23083AC  25205.13019606 -.00000508  00000-0 -22505-4 0  9991
2 56902  43.0024 231.1786 0001364 281.0780  78.9908 15.02532741116633
2天前 2025-07-23T19:08:50+0000 2025-07-23T19:08:50+0000
STARLINK-6195
1 56902U 23083AC  25204.79780363  .00000000  00000-0  15092-4 0  9995
2 56902  43.0023 232.9845 0001403 282.9324  77.1362 15.02535875117496

              
import requests

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

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

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

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