STARLINK-31648 - AOE轨道数据

2天前 2025-07-25T17:00:00+0000 2025-07-25T17:00:00+0000
STARLINK-31648
1 59266U 24050N   25206.70833333  .00000000  00000-0  25390-4 0 00000
2 59266 053.1578 155.2431 0001526 088.3293 052.9662 15.30203038000000
6天前 2025-07-21T17:00:00+0000 2025-07-21T17:00:00+0000
STARLINK-31648
1 59266U 24050N   25202.70833333  .00000000  00000-0  30815-5 0 00000
2 59266 053.1593 173.8233 0001650 090.7878 323.4335 15.30210486000000
12天前 2025-07-15T20:00:00+0000 2025-07-15T20:00:00+0000
STARLINK-31648
1 59266U 24050N   25196.83333333  .00000000  00000-0  57047-4 0 00000
2 59266 053.1574 201.1109 0002051 084.0283 348.5508 15.30193647000000

              
import requests

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

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

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

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