STARLINK-2224 - AOE轨道数据

19小时前 2025-07-25T18:16:08+0000 2025-07-25T18:16:08+0000
STARLINK-2224
1 48573U 21041W   25206.76120439  .00000474  00000-0  50755-4 0  9993
2 48573  53.0550  70.3344 0001620 103.0005 257.1165 15.06393629230990
1天前 2025-07-24T21:34:06+0000 2025-07-24T21:34:06+0000
STARLINK-2224
1 48573U 21041W   25205.89868477  .00001291  00000-0  10549-3 0  9991
2 48573  53.0549  74.2107 0001466  94.2701 265.8455 15.06413097230866
2天前 2025-07-23T21:41:02+0000 2025-07-23T21:41:02+0000
STARLINK-2224
1 48573U 21041W   25204.90349685  .00000615  00000-0  60161-4 0  9992
2 48573  53.0554  78.6759 0001505  91.2615 268.8546 15.06397916230717

              
import requests

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

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

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

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