var vURL = "https://webs.academia.cat/assets/api_cicle/api/apinoticies.php";
$.ajax({
url: vURL,
type: "POST",
data: {
codient: '070',
tipusent: '2',
paginacio: "false",
format:'html',
fechafin: '',
limit: '',
autoIni: 'true',
detall: '?p=page/html/detallnoticia',
param_idnoticia : '/',
nomcat : '17'
},
success: function (r) {
$("#retornHTMLNoticiesInternacionals").html(r);
}
});