{ "opencollection": "1.0.0", "info": { "name": "Activision Blizzard Battle.net Account World of Warcraft API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.battle.net/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "World of Warcraft", "type": "folder" }, "items": [ { "info": { "name": "Activision Blizzard Get WoW Profile Summary", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.blizzard.com/profile/user/wow", "params": [ { "name": "namespace", "value": "", "type": "query", "description": "Namespace for the data" }, { "name": "locale", "value": "", "type": "query", "description": "Response locale" } ] }, "docs": "Returns a profile summary for an account, including character list" }, { "info": { "name": "Activision Blizzard Get WoW Character Profile", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.blizzard.com/profile/wow/character/:realmSlug/:characterName", "params": [ { "name": "realmSlug", "value": "", "type": "path", "description": "The realm slug" }, { "name": "characterName", "value": "", "type": "path", "description": "The lowercase character name" }, { "name": "namespace", "value": "", "type": "query", "description": "The namespace for the data" }, { "name": "locale", "value": "", "type": "query", "description": "Response locale" } ] }, "docs": "Returns a summary of a character's profile" }, { "info": { "name": "Activision Blizzard Get WoW Character Achievements", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.blizzard.com/profile/wow/character/:realmSlug/:characterName/achievements", "params": [ { "name": "realmSlug", "value": "", "type": "path", "description": "The realm slug" }, { "name": "characterName", "value": "", "type": "path", "description": "The character name" }, { "name": "namespace", "value": "", "type": "query", "description": "The namespace for the data" } ] }, "docs": "Returns a summary of the achievements a character has completed" }, { "info": { "name": "Activision Blizzard Get WoW Character Equipment", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.blizzard.com/profile/wow/character/:realmSlug/:characterName/equipment", "params": [ { "name": "realmSlug", "value": "", "type": "path", "description": "The realm slug" }, { "name": "characterName", "value": "", "type": "path", "description": "The character name" }, { "name": "namespace", "value": "", "type": "query", "description": "The namespace for the data" } ] }, "docs": "Returns a summary of the items equipped by a character" }, { "info": { "name": "Activision Blizzard Get WoW Realms Index", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.blizzard.com/data/wow/realm/index", "params": [ { "name": "namespace", "value": "", "type": "query", "description": "The namespace for the data" }, { "name": "locale", "value": "", "type": "query", "description": "Response locale" } ] }, "docs": "Returns an index of realms" }, { "info": { "name": "Activision Blizzard Get WoW Realm", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.blizzard.com/data/wow/realm/:realmSlug", "params": [ { "name": "realmSlug", "value": "", "type": "path", "description": "The realm slug" }, { "name": "namespace", "value": "", "type": "query", "description": "The namespace for the data" } ] }, "docs": "Returns the specified realm" }, { "info": { "name": "Activision Blizzard Get WoW Guild", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.blizzard.com/data/wow/guild/:realmSlug/:nameSlug", "params": [ { "name": "realmSlug", "value": "", "type": "path", "description": "The realm slug" }, { "name": "nameSlug", "value": "", "type": "path", "description": "The guild name slug" }, { "name": "namespace", "value": "", "type": "query", "description": "The namespace for the data" } ] }, "docs": "Returns a single guild by its name and realm" }, { "info": { "name": "Activision Blizzard Get WoW Item", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.blizzard.com/data/wow/item/:itemId", "params": [ { "name": "itemId", "value": "", "type": "path", "description": "The item ID" }, { "name": "namespace", "value": "", "type": "query", "description": "The namespace for the data" } ] }, "docs": "Returns an item by ID" } ] } ], "bundled": true }