home-assistant-config icon indicating copy to clipboard operation
home-assistant-config copied to clipboard

Get games with dlcs

Open vulovicv23 opened this issue 1 year ago • 0 comments

Hey guys!

Found this repo and I can see you are using the chihiro api.

I am developing application and I need to get data from ps store api. I need to obtain all the games (including dlcs and maps) from the api. Right now, I can only obtain full games and bundles, but, I cannot get the dlcs in one go. What im doing right now is im getting the full games and bundles and then getting the details for it (another api call) and then filtering that, which is utterly slow.

This is the url im triggering: store/api/chihiro/00_09_000/container/{region.Country.ToUpper()}/{region.Language}/999/{region.RootCusa}?size={pageLimit}&start={pageLimit * page}&bucket=games&sort=release_date&direction=desc&gameDemo=false&gameContentType=games,bundles

Whatever I put in gameContentType it doesn't work.

Thanks!

vulovicv23 avatar Mar 23 '23 01:03 vulovicv23