$json = file_get_contents('http://5.gp/api/short?longurl=http://www.google.de'); $decode= json_decode($json); echo $decode->url;