STARLINK-32499 - AOE轨道数据

6小时前 2025-07-26T18:33:17+0000 2025-07-26T18:33:17+0000
STARLINK-32499
1 61959U 24210A   25207.77311820  .00017953  00000-0  66027-3 0  9993
2 61959  43.0065  15.2819 0001900 278.7977  81.2659 15.27582533 40335
1天前 2025-07-25T12:44:19+0000 2025-07-25T12:44:19+0000
STARLINK-32499
1 61959U 24210A   25206.53077566  .00020898  00000-0  76652-3 0  9999
2 61959  43.0003  22.2945 0001254 276.5174  83.5534 15.27591721 40147
2天前 2025-07-24T19:28:36+0000 2025-07-24T19:28:36+0000
STARLINK-32499
1 61959U 24210A   25205.81152477  .00030142  00000-0  11002-2 0  9994
2 61959  43.0014  26.3563 0001640 274.3748  85.6917 15.27585486 40039

              
import requests

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

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

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

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