STARLINK-31724 - AOE轨道数据

19小时前 2025-07-27T04:01:25+0000 2025-07-27T04:01:25+0000
STARLINK-31724
1 59554U 24074W   25208.16764970  .00001668  00000-0  70134-4 0  9992
2 59554  43.0015 141.1131 0001008 246.5483 113.5262 15.27580542 73005
1天前 2025-07-26T20:10:39+0000 2025-07-26T20:10:39+0000
STARLINK-31724
1 59554U 24074W   25207.84072393  .00000741  00000-0  36462-4 0  9994
2 59554  43.0005 142.9576 0001032 248.6364 111.4377 15.27572748 72950
2天前 2025-07-25T06:30:53+0000 2025-07-25T06:30:53+0000
STARLINK-31724
1 59554U 24074W   25206.27145166 -.00001186  00000-0 -33605-4 0  9991
2 59554  43.0004 151.8196 0000927 249.6852 110.3900 15.27572056 71648

              
import requests

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

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

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

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