# getAllRegions

Returns an object containing all available Battle.net API regions.

const { BlizzAPI } = require('blizzapi');

console.log(BlizzAPI.getAllRegions());
// {
//  "1": [
//    "us"
//   ],
//   "2": [
//     "eu"
//   ],
//   "3": [
//     "kr",
//     "tw"
//   ],
//   "5": [
//     "cn"
//   ]
// }

Last Updated: 5/24/2021, 10:47:35 PM