STARLINK-3302 - AOE轨道数据

10小时前 2025-07-26T01:39:01+0000 2025-07-26T01:39:01+0000
STARLINK-3302
1 50842U 22001AR  25207.06876447  .00000120  00000-0  25648-4 0  9994
2 50842  53.2183 116.4612 0001460  88.2816 271.8343 15.08837490197334
1天前 2025-07-25T11:20:33+0000 2025-07-25T11:20:33+0000
STARLINK-3302
1 50842U 22001AR  25206.47260395 -.00000244  00000-0  27587-5 0  9990
2 50842  53.2188 119.1377 0001512  88.3188 271.7977 15.08838225195953
1天前 2025-07-24T22:37:28+0000 2025-07-24T22:37:28+0000
STARLINK-3302
1 50842U 22001AR  25205.94268644 -.00000751  00000-0 -29128-4 0  9992
2 50842  53.2186 121.5164 0001451  88.3060 271.8098 15.08834022195870

              
import requests

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

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

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

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