Skip to content

Instantly share code, notes, and snippets.

@siddolo
Last active December 14, 2023 16:40
Show Gist options
  • Save siddolo/19730fd98f2718b2aca92022e505b3b5 to your computer and use it in GitHub Desktop.
Save siddolo/19730fd98f2718b2aca92022e505b3b5 to your computer and use it in GitHub Desktop.
Unauthenticated get app list from LG WebOS store
curl -s 'https://it.lgappstv.com/api/tvapp/retrieveMoreAppList.ajax' \
-H 'Origin: https://it.lgappstv.com' \
--data-raw 'catCode1=&moreYn=Y&orderType=0&appRankCode=&prodCode=P000000029&plfmCode=W22A&curPage=1&rowCount=1812&pageCount=10&totalCount=1812' \
| jq | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment