STARLINK-11588 - AOE轨道数据

18小时前 2025-07-26T07:13:29+0000 2025-07-26T07:13:29+0000
STARLINK-11588
1 63319U 25057N   25207.30103198  .00153159  00000-0  11732-2 0  9992
2 63319  42.9994 189.0267 0001471 254.4971 105.5734 15.70881265 21448
2天前 2025-07-25T00:42:17+0000 2025-07-25T00:42:17+0000
STARLINK-11588
1 63319U 25057N   25206.02936838  .00257951  00000-0  19411-2 0  9992
2 63319  43.0003 196.6920 0002140 250.7133 109.3504 15.70973451 21248
2天前 2025-07-24T09:26:41+0000 2025-07-24T09:26:41+0000
STARLINK-11588
1 63319U 25057N   25205.39352898  .00190949  00000-0  14556-2 0  9997
2 63319  43.0006 200.5255 0002830 276.5824  83.4722 15.70872005 21276

              
import requests

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

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

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

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