STARLINK-31012 - AOE轨道数据

2天前 2025-07-24T09:00:00+0000 2025-07-24T09:00:00+0000
STARLINK-31012
1 58531U 23192A   25205.37500000  .00000000  00000-0  51893-4 0 00000
2 58531 053.1629 043.1391 0002610 091.8134 169.9080 15.30208036000000
32天前 2025-06-23T12:00:00+0000 2025-06-23T12:00:00+0000
STARLINK-31012
1 58531U 23192A   25174.50000000  .00000000  00000-0  23059-4 0 00000
2 58531 053.1588 186.5498 0000988 054.5022 311.1793 15.30199849000000
33天前 2025-06-22T16:00:00+0000 2025-06-22T16:00:00+0000
STARLINK-31012
1 58531U 23192A   25173.66666667  .00000000  00000-0 -37568-4 0 00000
2 58531 053.1584 190.4202 0001016 052.6483 039.8422 15.30202314000000

              
import requests

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

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

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

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