Log In Register
c
After 2020-05-14 all API request will require api_key parameter. Please register to get your key
Questa funzione restituisce la miniatura più grande per un dato video Youtube. Se hai bisogno di tutte le miniature, controlla la funzione youtube_info
Le richieste possono essere eseguite utilizzando i metodi HTTP GET o POST. La risposta è sempre in formato JSON.
parametro valore descrizione
necessario url URL del video
api_key You API key. Register to get your key

richiesta

risposta

Fai clic su POST o GET per visualizzare la risposta

possibili errori

R7ERR_NOTFOUND Video non trovato

esempi di codice

Gli esempi di codice sottostante si aggiornano automaticamente quando si modificano i parametri sopra
curl
wget
aria2
php
javascript

curl, method POST


	
	

curl, method GET


wget, method POST


	
	

wget, method GET


aria2, method GET

		

php, method GET



	

php, method GET, using curl


	
	

php, method POST, using curl


javascript, method GET, using XMLHttpRequest

			
			
	

javascript, method GET, using jquery