warzone_api 1.0.3 copy "warzone_api: ^1.0.3" to clipboard
warzone_api: ^1.0.3 copied to clipboard

discontinued
outdated

Unofficial API for Call of Duty Warzone, this plugin does not guarantee 100% functionality, as it may change.

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();
/// [WarzoneData] All user data found
WarzoneData warzoneData = await warzoneApi.search(username: "RaiiLKilleR#8661004", platform: Platform.atvi);

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 
}
1
likes
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Unofficial API for Call of Duty Warzone, this plugin does not guarantee 100% functionality, as it may change.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on warzone_api