STARLINK-30396 - AOE轨道数据

1天前 2025-07-24T22:00:00+0000 2025-07-24T22:00:00+0000
STARLINK-30396
1 57964U 23151A   25205.91666667  .00000000  00000-0  79302-5 0 00000
2 57964 043.0037 136.5280 0000093 156.0673 066.7994 15.02537983000000
3天前 2025-07-22T17:00:00+0000 2025-07-22T17:00:00+0000
STARLINK-30396
1 57964U 23151A   25203.70833333  .00000000  00000-0  15729-4 0 00000
2 57964 043.0044 148.5296 0000964 246.9887 257.0049 15.02538286000000
6天前 2025-07-19T15:00:00+0000 2025-07-19T15:00:00+0000
STARLINK-30396
1 57964U 23151A   25200.62500000  .00000000  00000-0 -27811-5 0 00000
2 57964 043.0026 165.2826 0001121 250.5721 116.1361 15.02538826000000

              
import requests

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

params = {
    'catId': 57964,
    'channel': 'KY',
    'format': 'TLE'
}

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

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