COSMOS 2500 (GLONASS) - AOE轨道数据

17小时前 2025-07-25T10:00:00+0000 2025-07-25T10:00:00+0000
COSMOS 2500 (GLONASS)
1 40001U 14032A   25206.41666667  .00000000  00000-0  10000-7 0 00000
2 40001 065.4205 324.8020 0008134 192.8084 150.5679 02.13106024000000
1天前 2025-07-24T23:00:00+0000 2025-07-24T23:00:00+0000
COSMOS 2500 (GLONASS)
1 40001U 14032A   25205.95833333  .00000000  00000-0  10000-7 0 00000
2 40001 065.4206 324.8160 0008082 192.3542 159.3997 02.13105994000000
3天前 2025-07-23T02:00:00+0000 2025-07-23T02:00:00+0000
COSMOS 2500 (GLONASS)
1 40001U 14032A   25204.08333333  .00000000  00000-0  10000-7 0 00000
2 40001 065.4215 324.8794 0008029 191.7900 161.5115 02.13106068000000

              
import requests

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

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

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

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