STARLINK-2171 - AOE轨道数据

23小时前 2025-07-26T03:44:04+0000 2025-07-26T03:44:04+0000
STARLINK-2171
1 47754U 21017AJ  25207.15560719  .00000463  00000-0  49972-4 0  9996
2 47754  53.0547 148.5715 0001474  94.8703 265.2454 15.06391117242955
1天前 2025-07-25T05:26:30+0000 2025-07-25T05:26:30+0000
STARLINK-2171
1 47754U 21017AJ  25206.22673854  .00000824  00000-0  74210-4 0  9992
2 47754  53.0552 152.7423 0001587  97.7501 262.3668 15.06403969243457
3天前 2025-07-24T02:22:21+0000 2025-07-24T02:22:21+0000
STARLINK-2171
1 47754U 21017AJ  25205.09885255  .00000717  00000-0  67027-4 0  9995
2 47754  53.0555 157.8025 0001647  95.3027 264.8150 15.06383942242649

              
import requests

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

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

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

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