Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同じオートコンプリート機能を備えた YouTube 動画検索ボックスを作成したいと考えています。サンプルやドキュメントはどこにありますか?
ありがとう
次のHTTPGETクエリを使用して、「obama」という単語を検索するオートコンプリートのJSONを取得できます。
http://suggestqueries.google.com/complete/search?hl=en&client=youtube&hjson=t&ds=yt&jsonp=window.yt.www.suggest.handleResponse&q=obama&cp=3
YouTubeを使用して、FirefoxLiveHTTPヘッダー拡張機能で生成されたHTTPクエリを監視しているこの呼び出しを見てきました。
お役に立てば幸いです。