STARLINK-2592 - AOE轨道数据

17小时前 2025-07-26T05:02:22+0000 2025-07-26T05:02:22+0000
STARLINK-2592
1 48408U 21038BH  25207.20997475 -.00000152  00000-0  87022-5 0  9990
2 48408  53.0543 278.3278 0001182  89.0560 271.0565 15.06395395233755
1天前 2025-07-25T11:31:25+0000 2025-07-25T11:31:25+0000
STARLINK-2592
1 48408U 21038BH  25206.48015336  .00003280  00000-0  23904-3 0  9997
2 48408  53.0555 281.6052 0001260  98.9307 261.1824 15.06393353233053
2天前 2025-07-24T11:38:21+0000 2025-07-24T11:38:21+0000
STARLINK-2592
1 48408U 21038BH  25205.48495979  .00000455  00000-0  49426-4 0  9990
2 48408  53.0544 286.0733 0001255  90.1114 270.0019 15.06392424232906

              
import requests

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

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

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

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