A valid request URL is required to generate request examples
{ "id": "<string>", "username": "<string>", "displayName": "<string>", "avatar": "<string>", "roles": [ { "id": "<string>", "name": "<string>", "color": "<string>" } ], "joinedAt": "2023-11-07T05:31:56Z", "stats": { "messages_sent": 123, "reactions_given": 123, "reactions_received": 123, "days_active": 123, "first_seen": "2023-11-07T05:31:56Z", "last_active": "2023-11-07T05:31:56Z" }, "reputation": { "xp": 123, "level": 123, "messages_count": 123, "voice_minutes": 123, "helps_given": 123, "last_xp_gain": "2023-11-07T05:31:56Z", "next_level_xp": 123 }, "warnings": { "count": 123, "recent": [ { "case_number": 123, "action": "<string>", "reason": "<string>", "moderator_tag": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] } }
Returns full member profile including stats, XP, level progression, roles, and recent warnings.
Shared API secret configured via BOT_API_SECRET environment variable.
Guild ID
Discord user ID
Member detail
Show child attributes