STARLINK-5006 - AOE轨道数据

14小时前 2025-07-25T11:48:18+0000 2025-07-25T11:48:18+0000
STARLINK-5006
1 55422U 23014AH  25206.49186962 -.00000669  00000-0 -48286-4 0  9993
2 55422  69.9997 297.1587 0003536 269.3709  90.7045 14.98333126136590
1天前 2025-07-24T21:23:05+0000 2025-07-24T21:23:05+0000
STARLINK-5006
1 55422U 23014AH  25205.89103151 -.00000204  00000-0 -92790-5 0  9990
2 55422  69.9998 298.6736 0003530 270.0883  89.9872 14.98328472137440
2天前 2025-07-23T16:32:39+0000 2025-07-23T16:32:39+0000
STARLINK-5006
1 55422U 23014AH  25204.68934299  .00000698  00000-0  66295-4 0  9996
2 55422  70.0003 301.7037 0003419 270.2984  89.7783 14.98340625137263

              
import requests

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

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

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

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