HORIZONS 3E - AOE轨道数据

5小时前 2025-07-26T14:00:00+0000 2025-07-26T14:00:00+0000
HORIZONS 3E
1 43633U 18074B   25207.58333333  .00000000  00000-0  50382-2 0 00000
2 43633 000.0021 128.5545 0000018 137.4377 057.5215 01.00269447000000
1天前 2025-07-25T15:00:00+0000 2025-07-25T15:00:00+0000
HORIZONS 3E
1 43633U 18074B   25206.62500000  .00000000  00000-0  10000-7 0 00000
2 43633 000.0109 153.8564 0001314 126.2416 057.4807 01.00269031000000
2天前 2025-07-24T12:00:00+0000 2025-07-24T12:00:00+0000
HORIZONS 3E
1 43633U 18074B   25205.50000000  .00000000  00000-0  10000-7 0 00000
2 43633 000.0129 155.1573 0000998 132.7448 003.5744 01.00272286000000

              
import requests

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

params = {
    'catId': 43633,
    'channel': 'KY',
    'format': 'TLE'
}

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

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