STARLINK-32384 - AOE轨道数据

1天前 2025-07-25T10:31:46+0000 2025-07-25T10:31:46+0000
STARLINK-32384
1 62146U 24224H   25206.43872659  .00029588  00000-0  10803-2 0  9998
2 62146  42.9997   1.6099 0000988 263.5160  96.5579 15.27583466 37721
1天前 2025-07-24T18:50:12+0000 2025-07-24T18:50:12+0000
STARLINK-32384
1 62146U 24224H   25205.78485586  .00032392  00000-0  11813-2 0  9993
2 62146  43.0011   5.3034 0001573 259.0520 101.0155 15.27584151 37624
2天前 2025-07-23T17:43:41+0000 2025-07-23T17:43:41+0000
STARLINK-32384
1 62146U 24224H   25204.73867166  .00037677  00000-0  13708-2 0  9991
2 62146  43.0005  11.2109 0001514 269.8099  90.2579 15.27601104 37460

              
import requests

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

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

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

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