Skip to content

Instantly share code, notes, and snippets.

@xezpeleta
Last active December 8, 2022 15:30
Show Gist options
  • Save xezpeleta/aff9bc065d7bba63d9042a520115be56 to your computer and use it in GitHub Desktop.
Save xezpeleta/aff9bc065d7bba63d9042a520115be56 to your computer and use it in GitHub Desktop.
EITB Nahieran API

API URL BASES

Nahieran

api.eitb.eus

# APK deskargatu eta dekodifikatu apktool erabiliz. Ondoren testu kateak kuxkuxeatu...
$ strings ./lib/x86_64/libapp.so|grep -E 'get[A-Z].*\/$'

Output:
  getPrograms/
  getSeasons/
  getChapters/
  getSeasonData/
  getChapterData/
  getProgramData/
  getConfig/
  getCategoriesRadio/
  getPromos/

adibideak:

Multiwebtv REST

# TVetako app-ean datu gehiago daudela dirudi (google bidezko bilaketa batetik iristen naiz bertara).
# Bilatu mam.eitb.eus TVko app barruan (apk)
Output: 
http://mam.eitb.eus/mam/REST/ServiceMultiweb/WebClasif/MULTIWEBTV/8/1/0
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Grouplist/MULTIWEBTV/10/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Grouplist/Clasification/MULTIWEBTV/8/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Grouplist/ByTag/MULTIWEBTV/8/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Playlist/MULTIWEBTV/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Video/MULTIWEBTV/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Security/TokenAuth/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Group/MULTIWEBTV/8/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Group/MULTIWEBTV/10/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Video/MULTIWEBTV/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Security/TokenAuth/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/WebClasif/MULTIWEBTV/8/1/0
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Grouplist/MULTIWEBTV/10/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Grouplist/Clasification/MULTIWEBTV/8/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Grouplist/ByTag/MULTIWEBTV/8/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Playlist/MULTIWEBTV/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Video/MULTIWEBTV/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Security/TokenAuth/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Group/MULTIWEBTV/8/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Group/MULTIWEBTV/8/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Group/MULTIWEBTV/8/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Group/MULTIWEBTV/8/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Group/MULTIWEBTV/8/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Group/MULTIWEBTV/8/
http://mam.eitb.eus/mam/REST/ServiceMultiweb/Group/MULTIWEBTV/8/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment