STARLINK-4311 - AOE轨道数据

11小时前 2025-07-27T01:33:59+0000 2025-07-27T01:33:59+0000
STARLINK-4311
1 53062U 22077V   25208.06527064  .00000714  00000-0  60204-4 0  9999
2 53062  97.6579  29.0956 0002275 106.9279 253.2195 15.01259319167649
14小时前 2025-07-26T22:22:02+0000 2025-07-26T22:22:02+0000
STARLINK-4311
1 53062U 22077V   25207.93196512  .00000771  00000-0  64581-4 0  9999
2 53062  97.6579  28.9641 0002275 107.5869 252.5604 15.01260256167043
1天前 2025-07-25T22:22:20+0000 2025-07-25T22:22:20+0000
STARLINK-4311
1 53062U 22077V   25206.93217981  .00000368  00000-0  33286-4 0  9992
2 53062  97.6578  27.9785 0002412 110.5016 249.6467 15.01260410166899

              
import requests

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

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

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

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