Page 1 of 1

recently added games

Posted: Thu Jul 12, 2018 2:15 pm
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!

Re: recently added games

Posted: Thu Aug 02, 2018 10:57 am
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

Re: recently added games

Posted: Mon Aug 06, 2018 1:13 pm
by Zer0xFF
Hey there,

recently is populated based on highest id.

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

Re: recently added games

Posted: Tue Aug 07, 2018 6:58 am
by avatauro
thank you, that would be great