STARLINK-4267 - AOE轨道数据

13小时前 2025-07-26T20:35:02+0000 2025-07-26T20:35:02+0000
STARLINK-4267
1 52864U 22062AL  25207.85766128  .00000382  00000-0  42046-4 0  9999
2 52864  53.2179 317.9200 0000739  98.5130 261.5946 15.08835461171835
1天前 2025-07-25T17:33:28+0000 2025-07-25T17:33:28+0000
STARLINK-4267
1 52864U 22062AL  25206.73157535 -.00000453  00000-0 -10384-4 0  9992
2 52864  53.2184 322.9755 0001052  89.6413 270.4700 15.08846834172155
2天前 2025-07-24T17:42:41+0000 2025-07-24T17:42:41+0000
STARLINK-4267
1 52864U 22062AL  25205.73797971 -.00000264  00000-0  15257-5 0  9999
2 52864  53.2188 327.4356 0001098  96.2172 263.8946 15.08838950172004

              
import requests

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

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

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

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