STARLINK-4650 - AOE轨道数据

2小时前 2025-07-26T06:00:01+0000 2025-07-26T06:00:01+0000
STARLINK-4650
1 53611U 22104Z   25207.25001157  .00346412  00000-0  13844-2 0  9994
2 53611  53.1726  82.6399 0004182 209.9162 229.4925 15.85107481162106
20小时前 2025-07-25T12:00:01+0000 2025-07-25T12:00:01+0000
STARLINK-4650
1 53611U 22104Z   25206.50001157  .00428372  00000-0  17416-2 0  9996
2 53611  53.1735  86.4180 0004159 202.1595 275.7741 15.84543723  5710
1天前 2025-07-24T22:00:02+0000 2025-07-24T22:00:02+0000
STARLINK-4650
1 53611U 22104Z   25205.91668981  .00357507  00000-0  14947-2 0  9991
2 53611  53.1734  89.3571 0003808 193.9182 195.0155 15.84135459  5620

              
import requests

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

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

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

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