KINEIS-4E - AOE轨道数据

9小时前 2025-07-26T17:10:17+0000 2025-07-26T17:10:17+0000
KINEIS-4E
1 63300U 25056A   25207.71547325  .00001989  00000-0  32262-3 0  9995
2 63300  97.9869 332.7311 0000798 130.1227 230.0051 14.72283744 19230
1天前 2025-07-25T18:20:09+0000 2025-07-25T18:20:09+0000
KINEIS-4E
1 63300U 25056A   25206.76399424  .00001875  00000-0  30456-3 0  9991
2 63300  97.9866 331.7964 0000774 128.7750 231.3527 14.72279383 19098
2天前 2025-07-24T21:07:53+0000 2025-07-24T21:07:53+0000
KINEIS-4E
1 63300U 25056A   25205.88047573  .00002079  00000-0  33693-3 0  9991
2 63300  97.9864 330.9286 0000736 126.8764 233.2511 14.72276070 18965

              
import requests

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

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

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

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