PBBans API

You have reached the PBBans API interface webpage.

Some of the public interfaces now include:

Default output of XML
http://api.pbbans.com/public/check-server/{serverip}/
http://api.pbbans.com/public/check-single-guid/{game_prefix}/{pbguid}/
http://api.pbbans.com/public/check-banid/{banlist}/{banid}/
http://api.pbbans.com/public/game-list/
http://api.pbbans.com/public/latest-bans/{banlist}/{game_prefix}/
http://api.pbbans.com/public/latest-25-bans/{banlist}/{game_prefix}/


Selectable output
http://api.pbbans.com/public/check-server/{serverip}/{output_format}/
http://api.pbbans.com/public/check-single-guid/{game_prefix}/{pbguid}/{output_format}/
http://api.pbbans.com/public/check-banid/{banlist}/{banid}/{output_format}/
http://api.pbbans.com/public/game-list/{output_format}/
http://api.pbbans.com/public/latest-bans/{banlist}/{game_prefix}/{output_format}/
http://api.pbbans.com/public/latest-25-bans/{banlist}/{game_prefix}/{output_format}/


{output_format} = json | xml
{banlist} = mbi | umbi
{game_prefix} = lowercase game short name which can be found at http://api.pbbans.com/public/game-list/ or http://www.pbbans.com/mbi-game-indexes.html (ex bf4, cod4)
{serverip} = server ip with a colon (ex 68.25.36.25:28960).
{pbguid} = PunkBuster GUID (8 or 32 character)


Return to PBBans