STARLINK-32395 - AOE轨道数据

22小时前 2025-07-25T08:10:34+0000 2025-07-25T08:10:34+0000
STARLINK-32395
1 61679U 24193U   25206.34067340 -.00000092  00000-0  90141-5 0  9992
2 61679  53.1607  67.3611 0001444  86.9258 273.1908 15.30191508 42906
1天前 2025-07-24T21:12:12+0000 2025-07-24T21:12:12+0000
STARLINK-32395
1 61679U 24193U   25205.88347620 -.00000807  00000-0 -15126-4 0  9996
2 61679  53.1604  69.4851 0001431  82.9459 277.1704 15.30183361 41643
2天前 2025-07-23T21:41:24+0000 2025-07-23T21:41:24+0000
STARLINK-32395
1 61679U 24193U   25204.90374690  .00000179  00000-0  18182-4 0  9990
2 61679  53.1604  74.0345 0001395  83.4385 276.6775 15.30190431 41497

              
import requests

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

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

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

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