STARLINK-31165 - AOE轨道数据

21小时前 2025-07-25T22:29:08+0000 2025-07-25T22:29:08+0000
STARLINK-31165
1 58748U 24005W   25206.93689876  .00000372  00000-0  42649-4 0  9995
2 58748  43.0043  13.6137 0001048 269.9488  90.1234 15.02529803 86310
1天前 2025-07-24T20:57:29+0000 2025-07-24T20:57:29+0000
STARLINK-31165
1 58748U 24005W   25205.87325786 -.00001526  00000-0 -97995-4 0  9992
2 58748  43.0032  19.3919 0001112 272.0067  88.0648 15.02516830 86152
3天前 2025-07-23T19:25:49+0000 2025-07-23T19:25:49+0000
STARLINK-31165
1 58748U 24005W   25204.80958970  .00000517  00000-0  53373-4 0  9990
2 58748  43.0037  25.1714 0001318 269.9653  90.1038 15.02535052 85994

              
import requests

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

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

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

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