ho risolto cosi:
codice:$json = file_get_contents('https://live.icecat.biz/api?UserName=MIO_UTENTE&Language=it>IN=193905429240'); $dati = json_decode($json,true); echo "<pre>"; echo '<br>'; echo "Prodotto: ".$dati["data"]["GeneralInfo"]["ProductName"]."<br>"; echo "Partcode: ".$dati["data"]["GeneralInfo"]["BrandPartCode"]."<br>";

Rispondi quotando