API Reference

Description: Retrieves detailed insights about a X (Twitter) account using its username.

The response includes:

  • Full profile data & metadata – name, bio, profile image, banner, creation date.

  • Engagement metrics – followers count, tweet count, mentions.

  • Advanced analytics – number of Smart Followers, Smart Mentions and Moni score.

  • Blockchain & category tagging – identifies the account’s connection to specific blockchains and assigns tags from algorithm or manual classification by moderators & tiers (tier from 1 to 3) smart follower is tagged and assigned by algorithm & moderators

Use this endpoint to analyze influencers, projects, and community engagement in Web3.

Usage: Use to extract full information of any X account including Moni Score & Social Analytics. Get deep insights into any X account.

Usage Cost: 10 points per request

Log in to see full request history
Path Params
string
required

The username (handle) of the user in x.com

Headers
string
required
Response

Response body
object
meta
object
required
string
required

Internal ID of the account in x.com

string
required

Name of the account in x.com

string
required

Username of the account in x.com

string
required

Description of the account in x.com

int32
required

Account unixtimestamp creation date and time in x.com

int32
required

Number of posts made by the account in x.com

int32
required

Total number of followers of the account in x.com

url
required

URL of the account's profile picture in x.com

url

URL of the account's banner in x.com

links
array of objects
smartEngagement
object
required
int32
required

Number of "smart" followers of the account in x.com

int32
required

Account score based on its "smart" followers in x.com

int32
required

Total number of mentions of the account in x.com

int32
required

Number of mentions by "smart" accounts in x.com

smartProfile
object
required
smartTier
object

Tier of the "smart" follower

smartTags
array of objects

List of tags manually assigned by moderators

smartTags
object
string
required
string
required
int32
required
smartTagCategories
array of objects

List of tag categories manually assigned by moderators

smartTagCategories
object
string
required
string
required
int32
required
projectTags
array of objects

Tags associated with the account, manually assigned by moderators

projectTags
object
string
required
string
required
int32
required
chains
array of objects

Blockchain networks the account is associated with

chains
object
string
required
string
required
int32
required

Indicates the number of times the user's bio has been changed.

Language