{"id":21681836,"url":"https://github.com/alvarocastro/wow-realm-status-cli","last_synced_at":"2026-05-20T06:01:47.357Z","repository":{"id":35110488,"uuid":"207855499","full_name":"alvarocastro/wow-realm-status-cli","owner":"alvarocastro","description":"Simple console utility to check the status and info of World of Warcraft realms.","archived":false,"fork":false,"pushed_at":"2023-01-16T20:02:02.000Z","size":769,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T18:31:14.301Z","etag":null,"topics":["battlenet","blizzard","cli","realm","world-of-warcraft","wow"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/wow-realm-status-cli","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alvarocastro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-11T16:17:24.000Z","updated_at":"2023-02-13T18:31:11.000Z","dependencies_parsed_at":"2023-02-10T05:50:12.422Z","dependency_job_id":null,"html_url":"https://github.com/alvarocastro/wow-realm-status-cli","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarocastro%2Fwow-realm-status-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarocastro%2Fwow-realm-status-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarocastro%2Fwow-realm-status-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarocastro%2Fwow-realm-status-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvarocastro","download_url":"https://codeload.github.com/alvarocastro/wow-realm-status-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600674,"owners_count":20479304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["battlenet","blizzard","cli","realm","world-of-warcraft","wow"],"created_at":"2024-11-25T15:31:55.111Z","updated_at":"2026-05-20T06:01:42.335Z","avatar_url":"https://github.com/alvarocastro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wow-realm-status-cli\n[![NPM](https://img.shields.io/npm/v/wow-realm-status-cli.svg)](https://www.npmjs.com/package/wow-realm-status-cli)\n[![Maintainability](https://api.codeclimate.com/v1/badges/62a11c0186fd767f6f7f/maintainability)](https://codeclimate.com/github/alvarocastro/wow-realm-status-cli/maintainability)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)\n\nSimple console utility to check the status and info of World of Warcraft realms.\n\n- [Install](#install)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [Support](#support)\n- [Related](#related)\n\n## Install\n\n```bash\nnpm install -g wow-realm-status-cli\n```\n\n## Usage\n\n```bash\n$ wow-realm-status us ragnaros\nName: Ragnaros\nStatus: online\nPopulation: full\nType: normal\nLocale: es-MX\nTimezone: CDT\n```\n\n### wow-realm-status [options] \\\u003cregion\\\u003e \\\u003crealm\\\u003e\n\n#### region\n\nThe region of the realm you want to fetch.\u003cbr\u003e\nPossible values are: `us`, `eu`, `kr`, `tw`\n\n#### realm\n\nThe name of the realm.\n\n#### Options\n\n##### -c, --classic\n\nUsed to specify if it is a classic realm, to prevent name clashing.\n\n```bash\n$ wow-realm-status us kirtonos -c\nName: Kirtonos\nStatus: online\nPopulation: medium\nType: pvp\nLocale: en-US\nTimezone: EDT\n```\n\n##### -bc, --burningcrusade\n\nUsed to specify if it is a Burning Crusade classic realm, to prevent name clashing.\n\n```bash\n$ wow-realm-status us earthfury -bc\nName: Earthfury\nStatus: online\nPopulation: high\nType: pvp\nLocale: en-US\nTimezone: EDT\n```\n\n##### -f, --filter \u003cfield, ...\u003e\n\nUsed to filter the output fields.\u003cbr\u003e\nPossible values: `name`, `status`, `population`, `type`, `locale`, `timezone`\n\n```bash\n$ wow-realm-status us ragnaros -f name,status,population\nName: Ragnaros\nStatus: online\nPopulation: full\n```\n\n##### -s, --simple\n\nUsed to simplify the output and hide the loading spinner.\n\n##### -j, --json\n\nUsed to format the output as JSON\n\n```bash\n$ wow-realm-status us ragnaros -j\n{\"name\":\"Ragnaros\",\"locale\":\"es-MX\",\"timezone\":\"CDT\",\"status\":\"online\",\"type\":\"normal\",\"population\":\"full\"}\n```\n\n##### -v, --version\n\nDisplays the current installed version of this utility.\n\n##### -h, --help\n\nDisplays the help.\n\n## Contributing\n\nContributions are always welcome! Please run `npm test` before hand to ensure everything is ok.\n\n## Support\n\nIf you use this package please consider starring it :)\n\n## Related\n\n* [wow-realm-status](https://github.com/alvarocastro/wow-realm-status) - Node.js library used to retrieve the realm status.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvarocastro%2Fwow-realm-status-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvarocastro%2Fwow-realm-status-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvarocastro%2Fwow-realm-status-cli/lists"}