STARLINK-3866 - AOE轨道数据

1天前 2025-07-26T13:52:57+0000 2025-07-26T13:52:57+0000
STARLINK-3866
1 52500U 22049BB  25207.57844283  .00000156  00000-0  27906-4 0  9996
2 52500  53.2193 334.1749 0001287  95.4560 264.6579 15.08834128178392
2天前 2025-07-25T12:26:47+0000 2025-07-25T12:26:47+0000
STARLINK-3866
1 52500U 22049BB  25206.51860056 -.00000731  00000-0 -27877-4 0  9993
2 52500  53.2189 338.9321 0001283  87.4353 272.6786 15.08838005178232
3天前 2025-07-24T15:46:46+0000 2025-07-24T15:46:46+0000
STARLINK-3866
1 52500U 22049BB  25205.65747825 -.00000469  00000-0 -11392-4 0  9998
2 52500  53.2188 342.7955 0001146  94.3923 265.7200 15.08838134178265

              
import requests

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

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

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

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