STARLINK-31979 - AOE轨道数据

17小时前 2025-07-26T19:38:47+0000 2025-07-26T19:38:47+0000
STARLINK-31979
1 59964U 24107V   25207.81859939 -.00000128  00000-0  78052-5 0  9994
2 59964  53.1606  34.7423 0000977  93.1705 266.9407 15.30196520 65105
1天前 2025-07-25T20:08:00+0000 2025-07-25T20:08:00+0000
STARLINK-31979
1 59964U 24107V   25206.83888354 -.00000317  00000-0  14083-5 0  9992
2 59964  53.1598  39.2938 0001031  87.5619 272.5500 15.30185957 64950
2天前 2025-07-24T23:45:18+0000 2025-07-24T23:45:18+0000
STARLINK-31979
1 59964U 24107V   25205.98978605  .00000088  00000-0  15102-4 0  9992
2 59964  53.1602  43.2379 0001027  98.6325 261.4793 15.30193437 64821

              
import requests

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

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

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

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