STARLINK-5930 - AOE轨道数据

8小时前 2025-07-26T04:35:24+0000 2025-07-26T04:35:24+0000
STARLINK-5930
1 55928U 23037Q   25207.19124661 -.00000118  00000-0 -21354-5 0  9992
2 55928  70.0002 155.3873 0003052 270.9875  89.0934 14.98323330129900
1天前 2025-07-25T06:09:31+0000 2025-07-25T06:09:31+0000
STARLINK-5930
1 55928U 23037Q   25206.25660394 -.00001174  00000-0 -90632-4 0  9993
2 55928  70.0002 157.7438 0003023 270.6137  89.4676 14.98321236129426
1天前 2025-07-24T22:08:51+0000 2025-07-24T22:08:51+0000
STARLINK-5930
1 55928U 23037Q   25205.92281608 -.00003435  00000-0 -28041-3 0  9999
2 55928  70.0001 158.5851 0002989 271.5401  88.5415 14.98305337129376

              
import requests

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

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

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

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