STARLINK-2114 - AOE轨道数据

17小时前 2025-07-26T18:33:50+0000 2025-07-26T18:33:50+0000
STARLINK-2114
1 47393U 21005AW  25207.77349985 -.00000514  00000-0 -15625-4 0  9997
2 47393  53.0550 301.1519 0001312  90.0531 270.0608 15.06395192249752
1天前 2025-07-25T17:05:12+0000 2025-07-25T17:05:12+0000
STARLINK-2114
1 47393U 21005AW  25206.71194502 -.00003868  00000-0 -24098-3 0  9991
2 47393  53.0553 305.9183 0001230  80.9457 279.1672 15.06388313249598
2天前 2025-07-24T14:01:00+0000 2025-07-24T14:01:00+0000
STARLINK-2114
1 47393U 21005AW  25205.58403248  .00004940  00000-0  35006-3 0  9996
2 47393  53.0552 310.9799 0001162  85.4964 274.6157 15.06424928249426

              
import requests

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

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

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

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