STARLINK-30564 - AOE轨道数据

9小时前 2025-07-25T23:50:17+0000 2025-07-25T23:50:17+0000
STARLINK-30564
1 58043U 23156R   25206.99325579  .00014376  00000-0  49668-3 0  9998
2 58043  53.1575  51.4743 0000808 104.0194 256.0896 15.30192273101604
1天前 2025-07-24T19:37:20+0000 2025-07-24T19:37:20+0000
STARLINK-30564
1 58043U 23156R   25205.81759195  .00089728  00000-0  30043-2 0  9992
2 58043  53.1574  56.9358 0001239 108.5496 251.5639 15.30210177101427
2天前 2025-07-23T20:06:32+0000 2025-07-23T20:06:32+0000
STARLINK-30564
1 58043U 23156R   25204.83786668 -.00056114  00000-0 -18986-2 0  9995
2 58043  53.1569  61.4857 0000957  71.6549 288.4556 15.30168412101275

              
import requests

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

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

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

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