STARLINK-5893 - AOE轨道数据

18小时前 2025-07-27T03:06:53+0000 2025-07-27T03:06:53+0000
STARLINK-5893
1 55952U 23037AQ  25208.12977488  .00000100  00000-0  16164-4 0  9997
2 55952  69.9999 113.2901 0002995 269.4497  90.6319 14.98322341131024
23小时前 2025-07-26T22:18:29+0000 2025-07-26T22:18:29+0000
STARLINK-5893
1 55952U 23037AQ  25207.92949734 -.00000402  00000-0 -25866-4 0  9993
2 55952  69.9999 113.7950 0003007 269.2653  90.8161 14.98318097130658
2天前 2025-07-25T11:03:30+0000 2025-07-25T11:03:30+0000
STARLINK-5893
1 55952U 23037AQ  25206.46075910 -.00000441  00000-0 -29171-4 0  9993
2 55952  70.0000 117.4977 0003033 267.0829  92.9983 14.98332662130776

              
import requests

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

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

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

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