Fetching user data
You can fetch the following information abofetch the following information about a Vouchley user:
- ID UUID
The user's unique ID
- Display name String
The user's display name
- Username String
The user's username
- Title String
The user's title
- Avatar URL String
The user's avatar URL
- Reviews Array
The user's list of reviews
- Average rating Integer
The user's average rating
- Discord ID String
The user's Discord ID (if set)
- Donator badges Array
The user's list of donator badges
Getting a user's ID
You can find a user's unique ID by visiting their profile and clicking 'Copy ID 'on the right.
Example URL (Fetch user by ID) - Recommended
Example URL (Fetch user by username)
Example response (JSON)