Hearthstone

Category Games & Comics
Authentication X-Mashape-Key
HTTPS Yes
CORS unknown
Difficulty intermediate
Official URL http://hearthstoneapi.com/
Added Date 2026-04-01
Last Verified 2026-04-01

About this API

Hearthstone is a games & comics API described as: Hearthstone Cards Information. It is useful when you need programmatic access to hearthstone cards information from applications, dashboards, or internal tools. The published entry point or documentation is hosted at hearthstoneapi.com, which makes it a practical starting point for evaluating available endpoints and response formats. The listing indicates API-key-based access, which is typical for server-side integrations, scheduled jobs, and controlled client applications.

Use Cases

  • Add hearthstone cards information to a games & comics discovery or reference application.
  • Build an internal script or scheduled job that pulls data from Hearthstone for reporting or content updates.
  • Prototype a small web or mobile experience that surfaces hearthstone cards information to end users.

Code Examples

const url = "http://hearthstoneapi.com/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
  headers: {
  "X-API-Key": "YOUR_API_KEY"
  }
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data);

Similar APIs

Tebex

Tebex API for information about game purchases

X-Mashape-Key HTTPS CORS: no

AmiiboAPI

Nintendo Amiibo Information

No Auth HTTPS CORS: yes

Other APIs in Games & Comics

AmiiboAPI

Nintendo Amiibo Information

No Auth HTTPS CORS: yes

Barter.VG

Provides information about Game, DLC, Bundles, Giveaways, Trading

No Auth HTTPS CORS: yes

Battle.net

Diablo III, Hearthstone, StarCraft II and World of Warcraft game data APIs

OAuth HTTPS CORS: yes

Brawl Stars

Brawl Stars Game Information

apiKey HTTPS CORS: unknown

Bugsnax

Get information about Bugsnax

No Auth HTTPS CORS: yes

CheapShark

Steam/PC Game Prices and Deals

No Auth HTTPS CORS: yes