Autochess VNG

API

REST API for Autochess VNG game data

Visit Website

Overview

The Autochess VNG API is a RESTful interface providing access to core game data for the Autochess VNG title. Key endpoints include player statistics (rank, win rate, match count), match history details (participant lineups, hero synergies, outcomes), hero attributes (abilities, stats, synergies), and item information (effects, combinations). Responses are formatted in JSON for seamless integration. Use cases include building fan-made analytics platforms, third-party player dashboards, content creation tools for streamers, or integrating game data into community websites.

Example Integration (JavaScript)

script.js JS

fetch('https://github.com/didadadida93/autochess-vng-api')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful architecture
  • JSON response format
  • Player stats & match history endpoints
  • Hero and item data access

Frequently Asked Questions

? Is Autochess VNG API free to use?

Yes, it is open-source and free for use (subject to the repository's license terms).

? Does it require an API key?

Based on the repository, it does not require an API key for access, especially when self-hosted.

? What is the response format?

All API responses are in JSON format, which is widely supported for easy parsing in most programming languages.

Top Alternatives

Teamfight Tactics Official API Search Google
Dota Underlords Community API Search Google

People Also Ask about Autochess VNG

Autochess VNG vs Teamfight Tactics Official APIAutochess VNG vs Dota Underlords Community API Autochess VNG 2025 review

Tool Info

Pricing Free
Category Games & Comics
Platform Public API

Pros

  • Open-source (self-hostable)
  • Free to use
  • Covers essential game data
  • Simple integration with apps

Cons

  • Community-maintained (no official support)
  • Potential for infrequent updates
  • Limited documentation (repo-dependent)
  • No guaranteed uptime

More Games & Comics Tools