STARLINK-30138 - AOE轨道数据

1天前 2025-07-26T07:54:01+0000 2025-07-26T07:54:01+0000
STARLINK-30138
1 57605U 23119D   25207.32918006  .00000231  00000-0  32171-4 0  9998
2 57605  43.0032 231.7438 0001412 276.1068  83.9614 15.02534718109033
2天前 2025-07-25T09:33:49+0000 2025-07-25T09:33:49+0000
STARLINK-30138
1 57605U 23119D   25206.39848935  .00000403  00000-0  44931-4 0  9995
2 57605  43.0028 236.8008 0001466 276.7337  83.3338 15.02535674108893
3天前 2025-07-24T12:49:22+0000 2025-07-24T12:49:22+0000
STARLINK-30138
1 57605U 23119D   25205.53427842 -.00000015  00000-0  13933-4 0  9998
2 57605  43.0028 241.4969 0001487 275.7533  84.3139 15.02537170108760

              
import requests

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

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

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

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