STARLINK-30267 - AOE轨道数据

13小时前 2025-07-26T07:15:18+0000 2025-07-26T07:15:18+0000
STARLINK-30267
1 57663U 23124A   25207.30229262  .00000899  00000-0  42493-4 0  9993
2 57663  53.1591 178.5775 0001292  95.3690 264.7458 15.30189709108760
1天前 2025-07-25T07:44:30+0000 2025-07-25T07:44:30+0000
STARLINK-30267
1 57663U 23124A   25206.32257008  .00000422  00000-0  26390-4 0  9993
2 57663  53.1588 183.1293 0001238  89.3047 270.8096 15.30190574108759
2天前 2025-07-24T16:03:58+0000 2025-07-24T16:03:58+0000
STARLINK-30267
1 57663U 23124A   25205.66942613 -.00000702  00000-0 -11598-4 0  9999
2 57663  53.1593 186.1641 0001263  89.3544 270.7601 15.30187521108653

              
import requests

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

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

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

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