SOLIDARIDAD 1 - AOE轨道数据

23小时前 2025-07-25T10:19:07+0000 2025-07-25T10:19:07+0000
SOLIDARIDAD 1
1 22911U 93073A   25206.42994366 -.00000101  00000-0  00000-0 0  9998
2 22911  14.2814   4.8328 0006815 211.2296 133.1123  1.00270293114582
1天前 2025-07-24T11:19:18+0000 2025-07-24T11:19:18+0000
SOLIDARIDAD 1
1 22911U 93073A   25205.47174049 -.00000102  00000-0  00000-0 0  9991
2 22911  14.2811   4.8401 0006749 211.1739 147.2706  1.00270242114574
2天前 2025-07-23T11:03:08+0000 2025-07-23T11:03:08+0000
SOLIDARIDAD 1
1 22911U 93073A   25204.46050512 -.00000101  00000-0  00000-0 0  9996
2 22911  14.2808   4.8478 0006695 211.1220 142.2820  1.00270208114562

              
import requests

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

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

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

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