warzone_api

Creator: coderz1093

Last updated:

0 purchases

warzone_api Image
warzone_api Images
Add to Cart

Description:

warzone api

Unofficial API for Call of Duty: Warzone, this plugin does not guarantee 100% functionality, as it may change. #
API functionality #
With this API you can query:

All data played
BR mode
Plunder mode
Resurgence mode

Getting started #
Supported platforms:
✅ Web
✅ Windows
✅ MacOS
✅ Linux
✅ Android
✅ iOS
Usage #
[WarzoneApi] Instance #
WarzoneApi warzoneApi = WarzoneApi();
copied to clipboard
[WarzoneSearch] Consult the data of a player #
List<WarzoneSearch> usersFounds = await warzoneApi.fetchUser(username: "RaiiLKilleR#8661004", platform: Platform.atvi);
copied to clipboard
[WarzoneProfile] Search players by name and platform #
WarzoneProfile warzoneProfile = await warzoneApi.search(username: "RaiiLKilleR", platform: Platform.atvi);
copied to clipboard
[WarzoneMatch] Get the user's last played games #
List<WarzoneMatch> matchsFounds = await warzoneApi.fetchMatchesPlayedFromUser(username: "RaiiLKilleR#8661004", platform: Platform.atvi);
copied to clipboard
[WarzoneMatch] Get information about the game played #
WarzoneMatch matchFound = await warzoneApi.fetchMatchFromUser(attributeIdFromMatch: '10005806731254879321');
copied to clipboard
There are several platforms to find the user #
enum Platform {
/// [atvi] : Activision users
atvi,

/// [psn] : Playstation users
psn,

/// [xbl] : Xbox Live users
xbl,

/// [battlenet] : battlenet users
battlenet
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.