KV Info API

Enter a KV serial # to check it against user submited data. The serial is stored at 0xB0 and is 12 digits long.


Usage of API

Simple Fetch

https://api.unshared.shop/isShared/000000000000

Response

{"shared":false,"info":{"id":"000000000000","amount":0,"status":"0","timestamp":"Just Now","from_us":true,"logged":false}}


Fetch & Update Status

https://api.unshared.shop/isShared/000000000000&status=?

? being the status. 1 for unbanned. 2 for banned

Response

{"shared":false,"info":{"id":"000000000000","amount":0,"status":"0","timestamp":"Just Now","from_us":true,"logged":true}}