Integrate via All Games API
Gamezop All Games API allows you to access data on our games so you can list them in your own UI.
The All Games API lets you access a list of games and associated details (description, screenshots etc.) so that you can directly launch games from your app / site instead of sending users to the Gamezop Game Centre.
Making the request
Get All Games
GET
https://pub.gamezop.com/v3/games?id={PropertyID}&lang={ISOLangTag}
Get a list of games
objects.
Query Parameters
Sample response
The response contains a single array games
with multiple game objects. Each games
object contains
If the API response contains any other keys besides the ones documented above, do not use those keys. They will be removed from the API.
Caching the API response
We discourage integrating our API directly in your front-end project. Instead, request data from the All Games API from your servers, and cache the data at your end. Service your frontend requests from your own APIs using this data.
We strongly suggest you set up a cron to update the games data on your server once every 24 hours. We often add new games and update other data for existing games, which your users may not be able to access if you do not refresh your cache.
Looking for a deeper integration with our games? Check out Gamezop's advanced guides.
Last updated