STARLINK-32557 - AOE轨道数据

17小时前 2025-07-26T08:19:14+0000 2025-07-26T08:19:14+0000
STARLINK-32557
1 62127U 24222P   25207.34669444  .00015038  00000-0  55487-3 0  9995
2 62127  42.9978 323.8392 0000924 254.1860 105.8890 15.27580286 38309
1天前 2025-07-25T16:37:40+0000 2025-07-25T16:37:40+0000
STARLINK-32557
1 62127U 24222P   25206.69282426  .00027430  00000-0  10024-2 0  9999
2 62127  43.0035 327.5337 0002093 268.2969  91.7643 15.27585901 38207
2天前 2025-07-24T17:05:18+0000 2025-07-24T17:05:18+0000
STARLINK-32557
1 62127U 24222P   25205.71201962  .00034696  00000-0  12641-2 0  9996
2 62127  42.9999 333.0704 0001592 256.5698 103.4976 15.27588183 38054

              
import requests

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

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

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

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