STARLINK-5165 - AOE轨道数据

16小时前 2025-07-26T20:52:13+0000 2025-07-26T20:52:13+0000
STARLINK-5165
1 54081U 22136AG  25207.86960062  .00002048  00000-0  14669-3 0  9998
2 54081  53.2181 267.8205 0001037  79.8072 280.3037 15.08851192153376
2天前 2025-07-25T11:29:09+0000 2025-07-25T11:29:09+0000
STARLINK-5165
1 54081U 22136AG  25206.47857478 -.00000944  00000-0 -41263-4 0  9996
2 54081  53.2177 274.0662 0001086  88.1136 271.9981 15.08838481153163
3天前 2025-07-24T11:38:22+0000 2025-07-24T11:38:22+0000
STARLINK-5165
1 54081U 22136AG  25205.48497245 -.00000442  00000-0 -96630-5 0  9990
2 54081  53.2176 278.5255 0001078  88.7986 271.3129 15.08840519152532

              
import requests

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

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

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

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