STARLINK-3128 - AOE轨道数据

6小时前 2025-07-26T03:05:08+0000 2025-07-26T03:05:08+0000
STARLINK-3128
1 49441U 21104AK  25207.12856643  .00003144  00000-0  21554-3 0  9993
2 49441  53.2163 146.1939 0001078  77.5851 282.5262 15.08837089205795
1天前 2025-07-25T03:14:21+0000 2025-07-25T03:14:21+0000
STARLINK-3128
1 49441U 21104AK  25206.13496151 -.00000533  00000-0 -15399-4 0  9999
2 49441  53.2158 150.6545 0000990  79.5375 280.5729 15.08837212204565
1天前 2025-07-24T20:52:48+0000 2025-07-24T20:52:48+0000
STARLINK-3128
1 49441U 21104AK  25205.87000369 -.00001256  00000-0 -60850-4 0  9996
2 49441  53.2162 151.8441 0000935  78.2484 281.8613 15.08837404204529

              
import requests

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

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

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

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