STARLINK-11264 - AOE轨道数据

3天前 2025-07-22T19:00:00+0000 2025-07-22T19:00:00+0000
STARLINK-11264
1 60906U 24154D   25203.79166667  .00000000  00000-0  93722-5 0 00000
2 60906 053.1589 184.8413 0001177 079.9546 250.7019 15.69790664000000
6天前 2025-07-20T04:00:00+0000 2025-07-20T04:00:00+0000
STARLINK-11264
1 60906U 24154D   25201.16666667  .00000000  00000-0  82468-6 0 00000
2 60906 053.1597 197.7829 0000476 068.4493 179.9596 15.69779913000000

              
import requests

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

params = {
    'catId': 60906,
    'channel': 'KY',
    'format': 'TLE'
}

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

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