STARLINK-2624 - AOE轨道数据

20小时前 2025-07-25T11:28:46+0000 2025-07-25T11:28:46+0000
STARLINK-2624
1 48358U 21038F   25206.47831345  .00001872  00000-0  14467-3 0  9995
2 48358  53.0563 301.6132 0001337  81.4543 278.6597 15.06371929232775
1天前 2025-07-24T13:11:13+0000 2025-07-24T13:11:13+0000
STARLINK-2624
1 48358U 21038F   25205.54945255 -.00002146  00000-0 -12527-3 0  9990
2 48358  53.0560 305.7809 0001183  90.4881 269.6244 15.06389021232638
2天前 2025-07-23T13:18:05+0000 2025-07-23T13:18:05+0000
STARLINK-2624
1 48358U 21038F   25204.55422180  .00002894  00000-0  21306-3 0  9990
2 48358  53.0565 310.2486 0001259  71.4535 288.6591 15.06410794233071

              
import requests

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

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

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

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