Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/detain/wowapi
World of Warcraft API Client
https://github.com/detain/wowapi
Last synced: about 5 hours ago
JSON representation
World of Warcraft API Client
- Host: GitHub
- URL: https://github.com/detain/wowapi
- Owner: detain
- Created: 2021-07-27T02:35:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T23:20:15.000Z (almost 3 years ago)
- Last Synced: 2023-03-23T11:57:19.083Z (over 1 year ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WoW Data Loader
## Urls
* https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
* https://develop.battle.net/documentation/world-of-warcraft/profile-apis
* https://develop.battle.net/documentation/world-of-warcraft/guides/media-documents
* https://develop.battle.net/documentation/world-of-warcraft/guides/character-renders## Namespace Types
* static-us underlying game system data
* dynamic-us in-game events changing game system information
* profile-us specific character/battle.net account information## Specifying Namespace
* Header Battlenet-Namespace: static-us
* Query Parameter ?namespace=static-us## Throttling
* 100 requests/second
* 36000 requests/hour