Blizzapi
TypeScript library for easy access to Blizzard Battle.net APIs
Install / Use
/learn @lwojcik/BlizzapiREADME
BlizzAPI
This project is no longer maintained or updated. While Battle.net API has been reasonably stable within last few years and that means the library should theoretically continue working for a while, I am no longer able to provide any support or maintenance. In case of bugs or breaking changes, feel free to fork the repo and publish your own updated version.
Flexible and feature-rich JavaScript / TypeScript library for easy access to Blizzard Battle.net APIs.
Install
npm install blizzapi
Quick start
const { BlizzAPI } = require("blizzapi");
/**
* Or using TypeScript:
* import { BlizzAPI } from 'blizzapi';
*/
const api = new BlizzAPI({
region: "us",
clientId: "client id",
clientSecret: "client secret",
});
const data = await api.query("/path/to/endpoint");
console.log(data);
Manual build
git clone https://github.com/lwojcik/blizzapi.git
cd blizzapi
npm install
npm run build
Documentation
See blizzapi-docs repo.
Legal
This project is not authored, affiliated or endorsed in any way by Blizzard Entertainment.
Battle.net and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
