IGDB.com

API

Comprehensive Video Game Database API

Visit Website

Overview

The IGDB API grants access to a vast video game database with endpoints for games, characters, platforms, genres, release dates, and more. Responses are in JSON format, supporting RESTful interactions with advanced filtering, sorting, and pagination. Use cases include integrating game metadata into indie projects, building game review platforms, creating personal collection trackers, or powering media sites with up-to-date info like ratings, screenshots, developer credits, and genre classifications.

Example Integration (JavaScript)

script.js JS

fetch('https://api-docs.igdb.com')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful
  • JSON Support
  • Advanced Filtering & Pagination
  • Rich Game Metadata
  • OAuth 2.0 Authentication

Frequently Asked Questions

? Is IGDB.com API free to use?

Yes, it offers a free tier with limited requests; paid tiers are available for higher usage limits.

? Does it require an API Key?

Yes, the IGDB API requires OAuth 2.0 authentication, which involves obtaining an API key and access token.

? What is the response format?

All responses from the IGDB API are in JSON format.

Top Alternatives

Giant Bomb API Search Google
Steam Web API Compare
OpenCritic API Search Google

People Also Ask about IGDB.com

IGDB.com vs Giant Bomb APIIGDB.com vs Steam Web APIIGDB.com vs OpenCritic API IGDB.com 2025 review

Tool Info

Pricing Freemium
Category Games & Comics
Platform Public API

Pros

  • Extensive Video Game Database
  • Regular Data Updates
  • Detailed Metadata (Screenshots, Ratings)
  • Well-Documented
  • Supports Complex Queries

Cons

  • Rate Limits on Free Tier
  • Requires OAuth 2.0 Setup
  • Advanced Features Behind Paid Tiers
  • No XML Support

More Games & Comics Tools