The Games Data Explorer API offers structured and parameterized access to video game data, including publishers, game titles, and detailed game information. Users can filter and explore the vast dataset interactively without overloading responses.
{"producers":["The Tetris Company","Activision","Nintendo","Rockstar Games","EA Sports","Mojang","Warner Bros. Interactive Entertainment","Ubisoft","Electronic Arts","Square","Capcom","Sony Interactive Entertainment","2K Games","Bethesda Softworks","Bandai","CD Projekt","PUBG Corporation","Team17","Microprose","MECC","Valve"]}
curl --location --request POST 'https://zylalabs.com/api/6032/games+data+explorer+api/8129/get+game+producers' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{"games":["Pokemon","Super Mario","Mario Kart","The Legend of Zelda","Animal Crossing","Super Smash Bros.","Mario Party","Donkey Kong"]}
curl --location --request POST 'https://zylalabs.com/api/6032/games+data+explorer+api/8130/get+games+by+producers' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"producer":"Required"}'
{"game":"Pokemon","producer":"Nintendo","rank":3,"total_shipped":"484.46m","release_date":"28th Sep 98","last_update":"03rd Feb 20"}
curl --location --request POST 'https://zylalabs.com/api/6032/games+data+explorer+api/8131/get+games+details' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"game":"Required"}'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Games Data Explorer API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
(Save 2 months with annual billing 🎉)
Users can utilize flexible query parameters to filter and explore the dataset, allowing for targeted searches without overwhelming the response payload.
Yes, the API allows users to fetch lists of games by specific publishers, enabling detailed exploration of games associated with particular companies.
The API enhances usability by providing efficient data filtering for analytics and research, allowing users to retrieve in-depth details about individual games without large data loads.
The Games Data Explorer API provides structured access to a variety of video game data, including information about publishers, game titles, and detailed game statistics. Users can filter and explore this data interactively, allowing for efficient retrieval of specific information without overwhelming responses.
Each endpoint returns structured data related to video games. The "get game producers" endpoint returns a list of game producers, "get games by producers" returns a list of games associated with a specific producer, and "get games details" provides detailed information about a specific game, including its producer, rank, total shipments, release date, and last update.
Key fields include "producers" in the first endpoint, "games" in the second, and "game," "producer," "rank," "total_shipped," "release_date," and "last_update" in the third. These fields provide essential information for identifying and analyzing video games.
Response data is organized in JSON format, with each endpoint returning a structured object. For example, the "get games details" endpoint returns an object containing specific attributes of a game, making it easy to parse and utilize in applications.
The "get games by producers" and "get games details" endpoints require specific parameters: a producer name for the second endpoint and a game title for the third. These parameters allow users to customize their queries and retrieve targeted data.
The "get game producers" endpoint provides a comprehensive list of game producers. The "get games by producers" endpoint offers titles developed by a specified producer, while the "get games details" endpoint delivers in-depth statistics and information about individual games.
Users can leverage the returned data for various applications, such as game analytics, research, and development. For instance, by analyzing the "total_shipped" field, users can assess a game's popularity, while the "release_date" can help track trends in game releases over time.
Typical use cases include game market analysis, academic research on gaming trends, and developing applications that require detailed game information. The API's structured access allows for efficient data retrieval tailored to specific research or business needs.
The Games Data Explorer API sources its data from VGChartz, a reputable provider of video game statistics. Regular updates and quality checks ensure that the data remains accurate and reliable for users conducting research or analysis.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund