STARLINK-31134 - AOE轨道数据

7小时前 2025-07-27T05:15:54+0000 2025-07-27T05:15:54+0000
STARLINK-31134
1 58621U 23203D   25208.21937301  .00007848  00000-0  29420-3 0  9992
2 58621  42.9986 260.8600 0001696 270.6447  89.4210 15.27601777 90248
1天前 2025-07-26T10:26:02+0000 2025-07-26T10:26:02+0000
STARLINK-31134
1 58621U 23203D   25207.43474431  .00012783  00000-0  47294-3 0  9998
2 58621  43.0001 265.2932 0001574 267.6002  92.4669 15.27601724 90124
2天前 2025-07-25T10:53:42+0000 2025-07-25T10:53:42+0000
STARLINK-31134
1 58621U 23203D   25206.45395381  .00001290  00000-0  56420-4 0  9998
2 58621  43.0012 270.8330 0001482 270.7528  89.3154 15.27570100 89974

              
import requests

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

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

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

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