STARLINK-2570 - AOE轨道数据

17小时前 2025-07-25T11:47:20+0000 2025-07-25T11:47:20+0000
STARLINK-2570
1 48405U 21038BE  25206.49120751  .00000800  00000-0  72552-4 0  9992
2 48405  53.0545 281.5515 0001096  86.7350 273.3764 15.06403339233652
1天前 2025-07-24T15:05:20+0000 2025-07-24T15:05:20+0000
STARLINK-2570
1 48405U 21038BE  25205.62870646  .00000139  00000-0  28210-4 0  9998
2 48405  53.0545 285.4234 0001076  86.7780 273.3332 15.06394959232936
2天前 2025-07-23T12:01:09+0000 2025-07-23T12:01:09+0000
STARLINK-2570
1 48405U 21038BE  25204.50080369  .00001147  00000-0  95868-4 0  9992
2 48405  53.0548 290.4883 0001176  84.7580 275.3543 15.06402646233358

              
import requests

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

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

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

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