STARLINK-3862 - AOE轨道数据

21小时前 2025-07-26T20:13:13+0000 2025-07-26T20:13:13+0000
STARLINK-3862
1 52471U 22049W   25207.84251718  .00000984  00000-0  79925-4 0  9995
2 52471  53.2185 352.9998 0001222  81.8405 278.2726 15.08840854178152
2天前 2025-07-25T09:14:45+0000 2025-07-25T09:14:45+0000
STARLINK-3862
1 52471U 22049W   25206.38524082  .00001010  00000-0  81528-4 0  9993
2 52471  53.2184 359.5420 0001222  88.5545 271.5587 15.08831798177936
3天前 2025-07-24T17:20:53+0000 2025-07-24T17:20:53+0000
STARLINK-3862
1 52471U 22049W   25205.72283952 -.00000746  00000-0 -28778-4 0  9993
2 52471  53.2183   2.5152 0001248  87.4107 272.7028 15.08836779177995

              
import requests

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

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

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

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