STARLINK-6312 - AOE轨道数据

10小时前 2025-05-13T11:25:06+0800 2025-05-13T03:25:06+0000
STARLINK-6312
1 56536U 23065AK  25133.14242519  .00000012  00000-0  15985-4 0  9998
2 56536  43.0035  56.5288 0001228 265.6156  94.4546 15.02539565110487
1天前 2025-05-12T11:29:10+0800 2025-05-12T03:29:10+0000
STARLINK-6312
1 56536U 23065AK  25132.14525931 -.00000108  00000-0  70503-5 0  9994
2 56536  43.0037  61.9476 0001210 265.0034  95.0670 15.02543698111116
1天前 2025-05-12T03:30:32+0800 2025-05-11T19:30:32+0000
STARLINK-6312
1 56536U 23065AK  25131.81287256 -.00000002  00000-0  14949-4 0  9996
2 56536  43.0036  63.7540 0001134 267.5027  92.5685 15.02542155110283

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图