This repository has been archived on 2026-05-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rustypipe/notes/search_suggestion/search_suggestion_request.txt
2022-07-29 00:39:40 +02:00

20 lines
388 B
Text

Endpoint: https://suggestqueries.google.com/complete/search
Method: GET
URL-Parameter:
client=youtube
jsonp=JP (JSON padding)
ds=yt
hl=de (language)
gl=DE (counry)
q=hello (query)
YouTube Music:
Endpoint: https://music.youtube.com/youtubei/v1/music/get_search_suggestions?key=AIzaSyC9XL3ZjWddXya6X74dJoCTL-WEYFDNX30&prettyPrint=false
Request:
{
context: ...,
input: "hello"
}