MOLNIYA 1-63 - AOE轨道数据

4天前 2025-07-22T02:54:57+0000 2025-07-22T02:54:57+0000
MOLNIYA 1-63
1 15429U 84124A   25203.12149480  .00001127  00000-0  00000-0 0  9992
2 15429  63.4420  37.1781 7225155 256.7006 348.6090  2.00790079297431
10天前 2025-07-16T03:27:44+0000 2025-07-16T03:27:44+0000
MOLNIYA 1-63
1 15429U 84124A   25197.14425936  .00001179  00000-0  00000+0 0  9995
2 15429  63.4484  38.0063 7222174 256.6680 348.1878  2.00772240297360
11天前 2025-07-15T03:23:46+0000 2025-07-15T03:23:46+0000
MOLNIYA 1-63
1 15429U 84124A   25196.14150737  .00001207  00000-0  00000+0 0  9990
2 15429  63.4451  38.1467 7222340 256.6746 343.4242  2.00769256297345

              
import requests

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

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

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

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