The API we use to get the categories and its content is for example /streamz/storefronts/*id*. That call returns all categories with up to 40 items per category. The website however allows to click on a category, and that page can show more than 40 items.
The call to /streamz/storefronts/4f163159-15c3-452c-b275-1747b144cfa0 only returns 40 items for category c5fbb755-153f-4c40-9d30-e0c4fca5ae0f, but the url above contains 44 items.
There should be an API somewhere to query these categories. I've tried the following, but they don't work.
If tried with postman, you'll need to add the x-dpp-jwt, x-dpp-profile and x-app-version headers. You can find your tokens in the kodi log, and x-app-version should be 8.
The API we use to get the categories and its content is for example
/streamz/storefronts/*id*
. That call returns all categories with up to 40 items per category. The website however allows to click on a category, and that page can show more than 40 items.Example
Movies overview storefront:
4f163159-15c3-452c-b275-1747b144cfa0
Streamz+ toppers category:c5fbb755-153f-4c40-9d30-e0c4fca5ae0f
Website link: https://www.streamz.be/streamz/films/detail/c5fbb755-153f-4c40-9d30-e0c4fca5ae0fThe call to
/streamz/storefronts/4f163159-15c3-452c-b275-1747b144cfa0
only returns 40 items for categoryc5fbb755-153f-4c40-9d30-e0c4fca5ae0f
, but the url above contains 44 items.There should be an API somewhere to query these categories. I've tried the following, but they don't work.
I'm out of ideas.
If tried with postman, you'll need to add the
x-dpp-jwt
,x-dpp-profile
andx-app-version
headers. You can find your tokens in the kodi log, andx-app-version
should be8
.