blizzapi
TypeScript icon, indicating that this package has built-in type declarations

2.6.5 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.6.5242latest

Version History

VersionDownloads (Last 7 Days)Published
2.6.5242
2.6.40
2.6.38
2.6.25
2.6.10
2.6.00
2.5.00
2.4.00
2.3.3-next.00
2.3.20
2.3.10
2.3.00
2.2.10
2.2.00
2.1.13
2.1.00
2.0.42
2.0.3-beta.00
2.0.20
2.0.10
2.0.00
1.3.42
1.3.34
1.3.20
1.3.10
1.3.00
1.2.00
1.1.90
1.1.80
1.1.72
1.1.60
1.1.50
1.1.42
1.1.32
1.1.22
1.1.10
1.1.00
1.0.20
1.0.10
1.0.00
0.1.10
0.1.01
0.0.80
0.0.70
0.0.60
0.0.21

Package Sidebar

Install

npm i blizzapi

Weekly Downloads

277

Version

2.6.5

License

none

Unpacked Size

31.9 kB

Total Files

6

Last publish

Collaborators

  • lwojcik