STARLINK-30239 - AOE轨道数据

10小时前 2025-07-27T03:09:36+0000 2025-07-27T03:09:36+0000
STARLINK-30239
1 57291U 23096B   25208.13166423  .00001417  00000-0  11992-3 0  9995
2 57291  43.0052   9.1290 0001282 265.5071  94.5625 15.02537083112582
20小时前 2025-07-26T17:35:14+0000 2025-07-26T17:35:14+0000
STARLINK-30239
1 57291U 23096B   25207.73279860  .00000816  00000-0  75507-4 0  9995
2 57291  43.0060  11.2965 0001372 267.8327  92.2358 15.02535539113621
1天前 2025-07-25T22:26:30+0000 2025-07-25T22:26:30+0000
STARLINK-30239
1 57291U 23096B   25206.93506690  .00000140  00000-0  25473-4 0  9997
2 57291  43.0061  15.6310 0001307 269.4209  90.6484 15.02532952112402

              
import requests

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

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

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

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