var vURL = "https://webs.academia.cat/assets/api_cicle/noticies.php";
$.ajax({
url: vURL,
type: "POST",
data: {
codient: '044',
tipusent: '2',
paginacio: "true",
format:'html',
limit: '8',
detall: '?p=page/html/detallnoticia',
param_idnoticia : '/',
bootstrap4: 'true'
},
success: function (r) {
$("#retornHTML").html(r);
$("#retornHTML").find('#retornApi').remove();
$('#retornHTML').find('hr').before('
').remove();
}
});