STARLINK-31652 - AOE轨道数据

18小时前 2025-07-26T03:16:56+0000 2025-07-26T03:16:56+0000
STARLINK-31652
1 59256U 24050C   25207.13675536  .00000816  00000-0  39666-4 0  9999
2 59256  53.1596 153.2173 0001139  83.0919 277.0211 15.30196805 77028
1天前 2025-07-25T06:54:14+0000 2025-07-25T06:54:14+0000
STARLINK-31652
1 59256U 24050C   25206.28766358 -.00000047  00000-0  10553-4 0  9998
2 59256  53.1604 157.1627 0001244  91.8849 268.2294 15.30196947 75737
2天前 2025-07-24T21:29:54+0000 2025-07-24T21:29:54+0000
STARLINK-31652
1 59256U 24050C   25205.89576651  .00001049  00000-0  47542-4 0  9999
2 59256  53.1606 158.9828 0001218  95.3699 264.7440 15.30208225 75674

              
import requests

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

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

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

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