Skip to main content
GET
/
gateway
/
v1
/
social
/
user
Social User Profile
curl --request GET \
  --url https://api.ask.surf/gateway/v1/social/user
{
  "data": {
    "followers_count": 123,
    "following_count": 123,
    "handle": "<string>",
    "name": "<string>",
    "user_id": "<string>",
    "avatar": "<string>",
    "bio": "<string>"
  },
  "meta": {
    "cached": true,
    "credits_used": 123
  },
  "$schema": "<string>"
}

Query Parameters

handle
string
required

X (Twitter) username without @ like cz_binance or vitalikbuterin

Example:

"vitalikbuterin"

Response

OK

data
object
required
meta
object
required
$schema
string<uri>

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/DataObjectResponseXUser.json"