Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kika API #704

Closed
codingPF opened this issue Mar 8, 2021 · 0 comments
Closed

Kika API #704

codingPF opened this issue Mar 8, 2021 · 0 comments
Assignees

Comments

@codingPF
Copy link
Member

codingPF commented Mar 8, 2021

Hi,
ich habe hier etwas gefunden was man ggf verwenden kann.
Es sieht so aus, als würden diese Abragen von der Android app gemacht.

http://prod.kinderplayer.cdn.tvnext.tv/api/brands?limit=40&orderBy=title&orderDirection=ASC&showEmptyBrands=false

http://prod.kinderplayer.cdn.tvnext.tv/api/brands/439/videos

http://prod.kinderplayer.cdn.tvnext.tv/api/videos/33548/player-assets

Und hier noch alle queries die ich gefunden habe:
'/api/videos?ids='+t.toString()+s));
'/api/channels?ids='+t.toString()+n));
'/api/brands?ids='+t.toString()+n));
'/api/videos?ids='+t.toString()));
'/api/videos/'+t+'/count-view',{method:'post'})
'/api/videos?limit=100&orderBy=expirationDate&minEndDate='+n.toISOString()+'&maxEndDate='+s.toISOString()))
'/api/channels/6?limit=20'+this.rootStore.userStore.getUserAgeFilterForApi()));
'/api/videos?limit=30&orderBy=appearDate&orderDirection=DESC'+this.rootStore.userStore.getUserAgeFilterForApi()));
'/api/brands?limit=400&orderBy=title&orderDirection=ASC&boostedFirst=true&showEmptyBrands=false'+n));
'/api/channels?limit=400&boostedFirst=true'+n));
'/api/videos?orderBy=viewCount&limit=20&orderDirection=DESC'+this.rootStore.userStore.getUserAgeFilterForApi()));
'/api/brands/'+n+'/videos'));
'/api/?test='+(new Date).getTime(),!0));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants