STARLINK-32604 - AOE轨道数据

23小时前 2025-07-25T04:08:17+0000 2025-07-25T04:08:17+0000
STARLINK-32604
1 62070U 24217P   25206.17241422  .00026387  00000-0  89993-3 0  9996
2 62070  53.1594 170.9606 0001332  95.1806 264.9346 15.30197630 38584
1天前 2025-07-24T21:52:04+0000 2025-07-24T21:52:04+0000
STARLINK-32604
1 62070U 24217P   25205.91115587  .00031006  00000-0  10544-2 0  9998
2 62070  53.1595 172.1742 0001504  91.7631 268.3542 15.30206328 38546
2天前 2025-07-23T22:21:15+0000 2025-07-23T22:21:15+0000
STARLINK-32604
1 62070U 24217P   25204.93142796  .00034965  00000-0  11866-2 0  9996
2 62070  53.1586 176.7243 0001059  76.1646 283.9472 15.30214159 38399

              
import requests

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

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

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

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