Page 1 of 1

API Key Request

Posted: Fri Feb 01, 2019 7:53 pm
by ianuk2005
Could i get an increase on my private allowance? I want to get a clone of all the PC games rather than have users call the api too much.

Re: API Key Request

Posted: Sat Feb 02, 2019 1:03 am
by Leo_Pride
Hi ianuk2005!

At the current time, we ask that developers correctly batch requests for cloning purposes.
The private key you were issued can handle 20 requests per query, which - coupled with the 6000 query limit - should return 120000 results maximum (60000 with full artwork).
Both limits currently exceed the total number of records in the database.

In general, development should take the path of:
- Initial testing on the public key, currently limited to 1500 queries (30000 basic, 15000 full art requests when correctly batched)
- Full database sync on the private key, using correct syntax this should top out at 120k/60k
- Individual user updates on the public key, which again limits out at 1500 queries (per IP per month)

Hopefully, the dev team can link to examples if they're not already present in the Swagger docs.

Thank you!

Re: API Key Request

Posted: Tue Mar 26, 2019 1:02 am
by ianuk2005
Apologies for the late reply, I misinterpreted the request count including the batching.

Is there any further documentation on the update api and potential values? Current plan is to roll out an up to date sql db to each user per application update and then sync locally for each user using the update api.