ViewMC

Grab user information obtained from ViewMC

Reminder: All the methods shown below are for data stored on ViewMC.com profiles

Get Social Media Usernames of a user

GET https://api.viewmc.com/socials/:username

Path Parameters

Name
Type
Description

username

String

Username or UUID

{
    {"twitter":"luke","youtube":"dd","instagram":"hacker","discord":"Luke#9900","quote":"Security is a myth","tiktok":"luke","snapchat":"bitcoin","xbox":"hacker","steam":"hacker","facebook":"hacker","soundcloud":"hacker23","reddit":"hacker","telegram":"luke"}
}

Badges

Get Badges of a user

GET https://api.viewmc.com/badges/:username

Path Parameters

Name
Type
Description

username

String

Username or UUID

Views

Get Views of a user

GET https://api.viewmc.com/views/:username

Path Parameters

Name
Type
Description

username

String

Username or UUID

Last updated