Veterinar,
<!DOCTYPE HTML>
<html>
<head>
<title>Untitled</title>
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$.getJSON( "http://gdata.youtube.com/feeds/api/videos?vq=beatles&orderby=published&start-index=1&max-results=1&alt=json", function( json ) {
alert( [json.feed.entry[0].content.$t,json.feed.entry[0].content.type] );
});
</script>
</head>
<body>
</body>
</html>