GONETS M 14 (M24) - AOE轨道数据

7小时前 2025-07-25T19:01:48+0000 2025-07-25T19:01:48+0000
GONETS M 14 (M24)
1 44905U 19096A   25206.79291154  .00000044  00000-0  24763-3 0  9993
2 44905  82.5237 286.9725 0014774 142.7135 217.4973 12.42894967253157
1天前 2025-07-24T21:46:44+0000 2025-07-24T21:46:44+0000
GONETS M 14 (M24)
1 44905U 19096A   25205.90744810  .00000034  00000-0  17077-3 0  9996
2 44905  82.5237 287.5214 0014751 144.5183 215.6881 12.42894904253020
2天前 2025-07-23T14:52:05+0000 2025-07-23T14:52:05+0000
GONETS M 14 (M24)
1 44905U 19096A   25204.61950113  .00000029  00000-0  13808-3 0  9990
2 44905  82.5238 288.3199 0014719 147.1765 213.0231 12.42894877252862

              
import requests

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

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

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

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