At the moment, there is no (simple) way to get the data for what clan a user is currently in. This makes customizing a user's experience for a webpage or application tedious because it requires a user to confirm which clan they're currently in.
Adding an endpoint to view a user's clan data would help significantly and allow seamless personalization to create a view for a user's battle performance.
An example fetch could be:
ps99.biggamesapi.io/api/userclan/992250
At the moment, there is no (simple) way to get the data for what clan a user is currently in. This makes customizing a user's experience for a webpage or application tedious because it requires a user to confirm which clan they're currently in.
Adding an endpoint to view a user's clan data would help significantly and allow seamless personalization to create a view for a user's battle performance.
An example fetch could be: ps99.biggamesapi.io/api/userclan/992250
{ "status": "ok", "data": { "Clan": "GANG", "UserID": 992250, "PermissionLevel": 50, "JoinTime": 1726280457 } }