STARLINK-5045 - AOE轨道数据

1天前 2025-07-26T15:19:40+0000 2025-07-26T15:19:40+0000
STARLINK-5045
1 53900U 22119Q   25207.63866204  .00000086  00000-0  23468-4 0  9994
2 53900  53.2173 258.5471 0001038  83.6991 276.4119 15.08834604157563
2天前 2025-07-25T10:42:44+0000 2025-07-25T10:42:44+0000
STARLINK-5045
1 53900U 22119Q   25206.44633775 -.00000010  00000-0  17470-4 0  9991
2 53900  53.2165 263.8985 0000944  82.4603 277.6496 15.08838360157389
3天前 2025-07-24T10:51:57+0000 2025-07-24T10:51:57+0000
STARLINK-5045
1 53900U 22119Q   25205.45273762 -.00000273  00000-0  90230-6 0  9995
2 53900  53.2165 268.3587 0000918  83.3199 276.7898 15.08837986157231

              
import requests

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

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

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

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