var vURL = "https://webs.academia.cat/assets/api_cicle/noticies.php";
$.ajax({
url: vURL,
type: "POST",
data: {
codient: '054',
tipusent: '2',
nomcat: 9,
paginacio: "true",
format:'html',
limit: '0',
autoIni : 'true',
detall: '?p=page/html/post',
param_idnoticia : '/'
},
success: function (r) {
$("#retornHTML").html(r);
}
});