Contact Us

Getting StartedRequest

Getting Started — Games Validation API

Welcome to the Games Checker API — your go-to solution for checking game availability, pricing, server status, and more across multiple platforms.Whether you're a developer building a gaming companion app, an e-commerce store comparing prices, or just a curious gamer, our API gives you fast, reliable access to up-to-date game information.This quick guide will help you get started with just a few simple steps.

What You Can Do with the API

  • Verify user game accounts quickly and automatically.
  • Access public API endpoints — no API key or authentication required.
  • Get instant access to game data, making it ideal for developers needing a fast, simple API.

Using the examples

You can use any HTTP client (like a browser, Postman, or fetch) to make requests.

Example: Get All List Games
http
GET https://nuv-games-api.vercel.com/api/list-games
Response :
json
{
  "message": "200 - Data successfully retrieved",
  "status": 200,
  "data": [
    {
      "type": "mobile-legends"
    },
    {
      "type": "..."
    }
  ]
}

Notes

  • This API is open to everyone — no signup, no tokens.
  • Data refreshed regularly
  • Supports JSON only
  • Fast & developer-friendly

Contribute on Github

We welcome contributions!

If you’d like to improve the API, fix bugs, or suggest new features, feel free to open an issue or submit a pull request on our GitHub repository.

Your feedback and contributions help make this API better for everyone!

Let’s build something great together!

On This Page