Youtube API search auto-complete

Emanuel picture Emanuel · Jun 30, 2012 · Viewed 15.6k times · Source

I'm using Youtube API, I'd like to have a search auto-complete feature, just like on YouTube, when you type into the search input box, it gives you search suggestions. I've read the docs, but still missing, Is this possible using the API?

Answer

Emanuel picture Emanuel · Jul 2, 2012

Ok I found this URL:

http://suggestqueries.google.com/complete/search?client=firefox&ds=yt&q=Query

It isn't part of Youtube API, but still works, returns a JSON response.