API description all parameters are send in GET variables: for example http://server/api.php?f=getkey&n=2; f=function name (mandatory) f=getkey n=key index (0..10) - optional parameter, default=0. Function returns pseudorandom _key_ for future access to API f=kafra n=key index - optional p=any _string_, for which md5(_key_ + _string_) begins with "0000" u=username h=md5(md5(password) + _key_) f=chars n=key index - optional p=any _string_, for which md5(_key_ + _string_) begins with "0000" u=username h=md5(md5(password) + _key_) f=inventory n=key index - optional p=any _string_, for which md5(_key_ + _string_) begins with "0000" u=username h=md5(md5(password) + _key_) c=char_id f=cart n=key index - optional p=any _string_, for which md5(_key_ + _string_) begins with "0000" u=username h=md5(md5(password) + _key_) c=char_id sample program see at https://classic.reborn.cz/api.txt