curl --request GET \
--url 'https://haunt.gg/api/lookup/uid/{uid}?key='{
"id": 123,
"username": "<string>",
"alias": "<string>",
"displayName": "<string>",
"isVerified": true,
"isBanned": true,
"createdAt": 123,
"discordId": "<string>",
"profile": {
"userId": 123,
"avatar": "<string>",
"theme": "<string>",
"background": "<string>",
"banner": "<string>",
"backgroundEffect": "<string>",
"backgroundEffectSettings": {},
"description": "<string>",
"aboutMe": "<string>",
"aboutMeTitle": "<string>",
"aboutMeDescription": "<string>",
"aboutMeEnabled": true,
"aboutMeCustomization": true,
"aboutMeAccentColor": "<string>",
"aboutMeTextColor": "<string>",
"aboutMeOpacity": 123,
"aboutMeBorderCustomization": true,
"aboutMeBorderColor": "<string>",
"aboutMeBorderWidth": 123,
"aboutMeBorderRadius": 123,
"aboutMeBorderOpacity": 123,
"discordPresence": true,
"discordPresenceLeft": "<string>",
"discordPresenceRight": "<string>",
"discordPresenceStatus": true,
"discordPresenceDecoration": true,
"discordPresenceClan": true,
"discordPresenceBadges": true,
"discordPresenceImage": true,
"discordPresenceDetails": true,
"presenceCustomization": true,
"presenceAccentColor": "<string>",
"presenceOpacity": 123,
"presenceBorderCustomization": true,
"presenceBorderColor": "<string>",
"presenceBorderWidth": 123,
"presenceBorderRadius": 123,
"presenceBorderOpacity": 123,
"alias": "<string>",
"aliasRedirect": true,
"profileTitle": "<string>",
"profileDescription": "<string>",
"profileFavicon": "<string>",
"profileColor": "<string>",
"profileBanner": "<string>",
"profileAvatarEnabled": true,
"profileUsernameEnabled": true,
"profileLinkEnabled": true,
"profileAnimation": "<string>",
"profileEnterAnimation": "<string>",
"profileSoundEffect": "<string>",
"typewriterDescriptions": [
"<string>"
],
"typewriterEnabled": true,
"typewriterSpeed": 123,
"typewriterDeleteSpeed": 123,
"typewriterDelay": 123,
"cursorEffect": "<string>",
"cursorEffectEnabled": true,
"cursorEffectColor": "<string>",
"font": "<string>",
"fontCustom": "<string>",
"badgeGlowStrength": 123,
"iconGlowStrength": 123,
"textGlowStrength": 123,
"animatedTitleType": "<string>",
"animatedTitle": true,
"projectsMode": "<string>",
"projectsTitle": "<string>",
"projectsDescription": "<string>",
"projectsCustomization": true,
"projectsAccentColor": "<string>",
"projectsTextColor": "<string>",
"projectsOpacity": 123,
"projectsBorderCustomization": true,
"projectsBorderColor": "<string>",
"projectsBorderWidth": 123,
"projectsBorderRadius": 123,
"projectsBorderOpacity": 123,
"skillsFrontend": [
"<string>"
],
"skillsBackend": [
"<string>"
],
"skillsDatabase": [
"<string>"
],
"skillsCore": [
"<string>"
],
"skillsEnabled": true,
"skillsCustomization": true,
"skillsAccentColor": "<string>",
"skillsTextColor": "<string>",
"skillsOpacity": 123,
"skillsBorderCustomization": true,
"skillsBorderColor": "<string>",
"skillsBorderWidth": 123,
"skillsBorderRadius": 123,
"skillsBorderOpacity": 123
},
"badges": [
{
"badgeId": "<string>",
"enabled": true,
"obtainedAt": 123,
"color": "<string>"
}
],
"customBadges": [
{
"badgeName": "<string>",
"imageUrl": "<string>",
"enabled": true,
"createdAt": 123
}
],
"links": [
{
"title": "<string>",
"url": "<string>",
"active": true,
"color": "<string>",
"clicks": 123
}
],
"audios": [
{
"title": "<string>",
"audioUrl": "<string>",
"coverUrl": "<string>",
"duration": 123,
"active": true,
"externalUrl": "<string>"
}
],
"viewCount": 123
}Retrieve user information by user ID
curl --request GET \
--url 'https://haunt.gg/api/lookup/uid/{uid}?key='{
"id": 123,
"username": "<string>",
"alias": "<string>",
"displayName": "<string>",
"isVerified": true,
"isBanned": true,
"createdAt": 123,
"discordId": "<string>",
"profile": {
"userId": 123,
"avatar": "<string>",
"theme": "<string>",
"background": "<string>",
"banner": "<string>",
"backgroundEffect": "<string>",
"backgroundEffectSettings": {},
"description": "<string>",
"aboutMe": "<string>",
"aboutMeTitle": "<string>",
"aboutMeDescription": "<string>",
"aboutMeEnabled": true,
"aboutMeCustomization": true,
"aboutMeAccentColor": "<string>",
"aboutMeTextColor": "<string>",
"aboutMeOpacity": 123,
"aboutMeBorderCustomization": true,
"aboutMeBorderColor": "<string>",
"aboutMeBorderWidth": 123,
"aboutMeBorderRadius": 123,
"aboutMeBorderOpacity": 123,
"discordPresence": true,
"discordPresenceLeft": "<string>",
"discordPresenceRight": "<string>",
"discordPresenceStatus": true,
"discordPresenceDecoration": true,
"discordPresenceClan": true,
"discordPresenceBadges": true,
"discordPresenceImage": true,
"discordPresenceDetails": true,
"presenceCustomization": true,
"presenceAccentColor": "<string>",
"presenceOpacity": 123,
"presenceBorderCustomization": true,
"presenceBorderColor": "<string>",
"presenceBorderWidth": 123,
"presenceBorderRadius": 123,
"presenceBorderOpacity": 123,
"alias": "<string>",
"aliasRedirect": true,
"profileTitle": "<string>",
"profileDescription": "<string>",
"profileFavicon": "<string>",
"profileColor": "<string>",
"profileBanner": "<string>",
"profileAvatarEnabled": true,
"profileUsernameEnabled": true,
"profileLinkEnabled": true,
"profileAnimation": "<string>",
"profileEnterAnimation": "<string>",
"profileSoundEffect": "<string>",
"typewriterDescriptions": [
"<string>"
],
"typewriterEnabled": true,
"typewriterSpeed": 123,
"typewriterDeleteSpeed": 123,
"typewriterDelay": 123,
"cursorEffect": "<string>",
"cursorEffectEnabled": true,
"cursorEffectColor": "<string>",
"font": "<string>",
"fontCustom": "<string>",
"badgeGlowStrength": 123,
"iconGlowStrength": 123,
"textGlowStrength": 123,
"animatedTitleType": "<string>",
"animatedTitle": true,
"projectsMode": "<string>",
"projectsTitle": "<string>",
"projectsDescription": "<string>",
"projectsCustomization": true,
"projectsAccentColor": "<string>",
"projectsTextColor": "<string>",
"projectsOpacity": 123,
"projectsBorderCustomization": true,
"projectsBorderColor": "<string>",
"projectsBorderWidth": 123,
"projectsBorderRadius": 123,
"projectsBorderOpacity": 123,
"skillsFrontend": [
"<string>"
],
"skillsBackend": [
"<string>"
],
"skillsDatabase": [
"<string>"
],
"skillsCore": [
"<string>"
],
"skillsEnabled": true,
"skillsCustomization": true,
"skillsAccentColor": "<string>",
"skillsTextColor": "<string>",
"skillsOpacity": 123,
"skillsBorderCustomization": true,
"skillsBorderColor": "<string>",
"skillsBorderWidth": 123,
"skillsBorderRadius": 123,
"skillsBorderOpacity": 123
},
"badges": [
{
"badgeId": "<string>",
"enabled": true,
"obtainedAt": 123,
"color": "<string>"
}
],
"customBadges": [
{
"badgeName": "<string>",
"imageUrl": "<string>",
"enabled": true,
"createdAt": 123
}
],
"links": [
{
"title": "<string>",
"url": "<string>",
"active": true,
"color": "<string>",
"clicks": 123
}
],
"audios": [
{
"title": "<string>",
"audioUrl": "<string>",
"coverUrl": "<string>",
"duration": 123,
"active": true,
"externalUrl": "<string>"
}
],
"viewCount": 123
}The user ID to look up
User information
Unique user identifier
Username
User alias
Display name
Whether the user is verified
Whether the user is banned
UNIX timestamp of account creation
Discord user ID
Show child attributes
User ID
Avatar URL
Profile theme
Background media URL
Banner image URL
Background effects as a JSON string
Background effect settings
Profile description
About me content
About me title
About me description
Enable about me section
Enable about me customization
About me accent color
About me text color
About me opacity
Enable about me border customization
About me border color
About me border width
About me border radius
About me border opacity
Show Discord presence
Discord presence left side
Discord presence right side
Show Discord status
Show Discord decorations
Show Discord clan
Show Discord badges
Show Discord image
Show Discord details
Enable presence customization
Presence accent color
Presence opacity
Enable presence border customization
Presence border color
Presence border width
Presence border radius
Presence border opacity
Profile alias
Enable alias redirect
Profile title
Profile description
Profile favicon URL
Profile color hex code
Profile banner URL
Enable profile avatar
Enable profile username
Enable profile link
Profile animation type
Profile enter animation type
Profile sound effect
Typewriter effect descriptions
Enable typewriter effect
Typewriter speed
Typewriter delete speed
Typewriter delay
Cursor effect type
Enable cursor effect
Cursor effect color
Font family
Custom font URL
Badge glow strength
Icon glow strength
Text glow strength
Animated title type
Enable animated title
Projects display mode
Projects section title
Projects section description
Enable projects customization
Projects accent color
Projects text color
Projects opacity
Enable projects border customization
Projects border color
Projects border width
Projects border radius
Projects border opacity
Frontend skills
Backend skills
Database skills
Core skills
Enable skills section
Enable skills customization
Skills accent color
Skills text color
Skills opacity
Enable skills border customization
Skills border color
Skills border width
Skills border radius
Skills border opacity
Custom user badges
User audio tracks
Show child attributes
Audio track title
Audio file URL
Cover image URL
Track duration in seconds
Whether track is active
External URL for the audio track (e.g., YouTube link)
Total profile views
Was this page helpful?