STARLINK-4387 - AOE轨道数据

11小时前 2025-07-26T20:59:18+0000 2025-07-26T20:59:18+0000
STARLINK-4387
1 53490U 22099AB  25207.87451079  .00000491  00000-0  42825-4 0  9999
2 53490  97.6557 328.9302 0002912  85.8808 274.2749 15.01254093162341
2天前 2025-07-25T06:35:47+0000 2025-07-25T06:35:47+0000
STARLINK-4387
1 53490U 22099AB  25206.27485320 -.00000486  00000-0 -33267-4 0  9994
2 53490  97.6563 327.3532 0002696  85.6114 274.5418 15.01257577161854
2天前 2025-07-24T20:59:55+0000 2025-07-24T20:59:55+0000
STARLINK-4387
1 53490U 22099AB  25205.87493826 -.00000692  00000-0 -49304-4 0  9997
2 53490  97.6560 326.9577 0002537  82.5602 277.5910 15.01258503161790

              
import requests

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

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

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

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