Skip to main content

Informations d'un compte

Vous donne des informations sur un compte à partir de son UUID.

info

Vous pouvez également utiliser un endpoint johanstickman.com pour obtenir des informations sur un compte à partir de son identifiant :

johanstickman.com/api/infoWithId?id=....

GET /api/accountInfo?uuid=....#

Résultat :

{  "error": false,  "message": "Information sur votre compte",  "data": {    "username": "Quelqu'un",    "tag": 1234,    "id": "123456789012345",    "avatar": "https://firebasestorage.googleapis.com/v0/b/storage-bf183.appspot.com/o/otherImages%2FdefaultAvatar.png?alt=media",    "banned": false,    "certified": false  }}