STARLINK-31502 - AOE轨道数据

21小时前 2025-07-26T00:45:50+0000 2025-07-26T00:45:50+0000
STARLINK-31502
1 59301U 24056F   25207.03183248  .00024235  00000-0  89059-3 0  9990
2 59301  42.9987  63.5083 0001962 238.7176 121.3484 15.27457295 76313
1天前 2025-07-25T07:30:07+0000 2025-07-25T07:30:07+0000
STARLINK-31502
1 59301U 24056F   25206.31258507 -.00000805  00000-0 -19751-4 0  9993
2 59301  43.0057  67.5680 0000772 268.9401  91.1362 15.27570200 76203
1天前 2025-07-24T23:39:21+0000 2025-07-24T23:39:21+0000
STARLINK-31502
1 59301U 24056F   25205.98566075 -.00004468  00000-0 -15302-3 0  9993
2 59301  42.9940  69.4171 0000684 275.8305  84.2469 15.27569139 76154

              
import requests

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

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

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

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