recently added games

Need help with your application? Ask here.
Post Reply
avatauro
Posts: 11
Joined: Tue Jul 03, 2018 8:19 am

recently added games

Post by avatauro »

Hello,
I'm playing with the new api, I'm looking an efficent way to retrieve recently added games... the only way i figured out now is to call the

/Games/Updates?time=minutes

and search for the values:

"type": "game",
"value": "[NEW]"

but it's extremely expensive... the resultset for the last week is tons of pages, so I'd need to call the api too many times! My remaining monthly allowance would go to 0 in no time.
It would be great to have a field "insert_date" in the `/Games/*` Common API or something like that.
Any suggestions?

Thank you!

avatauro
Posts: 11
Joined: Tue Jul 03, 2018 8:19 am

Re: recently added games

Post by avatauro »

So there actually is no way to do this right now? How does the RECENTLY ADDED section in the main website work?
Thank You

User avatar
Zer0xFF
Posts: 330
Joined: Fri Apr 20, 2018 9:18 am

Re: recently added games

Post by Zer0xFF »

Hey there,

recently is populated based on highest id.

we'll look at the possibility of enabling it through API
Regards
Zer0xFF

avatauro
Posts: 11
Joined: Tue Jul 03, 2018 8:19 am

Re: recently added games

Post by avatauro »

thank you, that would be great

Post Reply