Skip to main content
GET
/
wf
/
twitter-user-account
cURL
curl --request GET \
  --url https://riona.ai/api/1.1/wf/twitter-user-account \
  --header 'Authorization: Bearer <token>'
{
  "status": {
    "code": 200,
    "message": "OK"
  },
  "profile": {
    "masterID": "1756191247484x952736576247618300",
    "userID": "1314968154230214658",
    "username": "NoCapMediaa",
    "platform": "x",
    "url": "https://x.com/NoCapMediaa",
    "name": "Wild content",
    "image": "https://6f2859a7-8667-4b05-9978-a8922e29bf1f.selstorage.ru/TW:1314968154230214658?time=1754995168",
    "description": "Posting What The News Won’t Show! @Rainbetcom",
    "country": "",
    "countryCode": "",
    "city": "",
    "type": "influencer",
    "gender": "m",
    "age": "45_100",
    "communityStatus": "COLLECTING",
    "isBlocked": false,
    "isClosed": false,
    "verified": true
  },
  "stats": {
    "followersCount": 2242169,
    "avgLikes": 3117,
    "avgComments": 119,
    "avgER": 1.23690054195649,
    "avgInteractions": 3395,
    "avgViews": 491294,
    "ratingIndex": 2242169.82457908,
    "qualityScore": 0.803448275862069
  },
  "lastUpdatedISO": "2025-08-26T06:54:03.938Z",
  "lastUpdated": "26-08-2025"
}
This endpoint returns the masterID, a unique identifier for each social account we track. It is required for other endpoints, so be sure to store it in your database for reuse.
{
  "status": {
    "code": 200,
    "message": "OK"
  },
  "profile": {
    "masterID": "1756191247484x952736576247618300",
    "userID": "1314968154230214658",
    "username": "NoCapMediaa",
    "platform": "x",
    "url": "https://x.com/NoCapMediaa",
    "name": "Wild content",
    "image": "https://6f2859a7-8667-4b05-9978-a8922e29bf1f.selstorage.ru/TW:1314968154230214658?time=1754995168",
    "description": "Posting What The News Won’t Show! @Rainbetcom",
    "country": "",
    "countryCode": "",
    "city": "",
    "type": "influencer",
    "gender": "m",
    "age": "45_100",
    "communityStatus": "COLLECTING",
    "isBlocked": false,
    "isClosed": false,
    "verified": true
  },
  "stats": {
    "followersCount": 2242169,
    "avgLikes": 3117,
    "avgComments": 119,
    "avgER": 1.23690054195649,
    "avgInteractions": 3395,
    "avgViews": 491294,
    "ratingIndex": 2242169.82457908,
    "qualityScore": 0.803448275862069
  },
  "lastUpdatedISO": "2025-08-26T06:54:03.938Z",
  "lastUpdated": "26-08-2025"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

url
string
required

Profile url. Example: https://x.com/NoCapMediaa or https://twitter.com/NoCapMediaa

api_key
string
required

This is your account API Key. You can easily locate it in your account dashboard.

Response

200

OK