# getAllAvailableSc2Realms

Returns an array of all existing StarCraft II realms.

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

console.log(BlizzAPI.getAllAvailableSc2Realms());
// [
//   1,
//   2
// ]

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