Narrativ - Public Data API
  1. X
Narrativ - Public Data API
  • Overview
  • YouTube
    • Get Channel Details
      GET
    • Get Followers Chart
      GET
    • Get Channels by Country
      GET
    • Get Social Volume
      GET
    • Get Channel Hashtags
      GET
    • Get Channel Cashtags
      GET
    • Get Trending Hashtags
      GET
    • Get Trending Cashtags
      GET
    • Get Trending Videos By Country
      GET
    • Get Video Details
      GET
    • Get Live Streamers
      GET
    • Get Video Comments
      GET
  • Telegram
    • Get Channel Details
      GET
    • Get Social Volume
      GET
    • Get Followers Chart
      GET
    • Get Post Details
      GET
    • Get Channel Cashtags
      GET
    • Get Channel Hashtags
      GET
  • X
    • Get Profile Details
      GET
    • Get Followers Chart
      GET
    • Get Social Volume
      GET
    • Get Post Details
      GET
    • Get Profile Cashtags
      GET
    • Get Profile Hashtags
      GET
    • Get Trends by Country
      GET
    • Get Top Tweets
      GET
  • Universal
  1. X

Get Profile Details

GET
https://api.narrativ.tech/functions/v1/x/profile/details
Retrieves detailed information about a specific user using either their unique ID or handle.

Request

Authorization
Add parameter in header
api-key
Example:
api-key: ********************
Query Params

Responses

🟢200Success
application/json
Body

🟠400Missing Query Parameter
🟠400Wrong Params
🟠401Unauthorized - Missing Auth Token
🟠401Unauthorized - Invalid Key
🟠404Invalid Identifier
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.narrativ.tech/functions/v1/x/profile/details?handle=InvestorBateon' \
--header 'api-key: <api-key>'
Response Response Example
200 - Success
{
    "data": {
        "details": {
            "id": "28341331089788857",
            "name": "Franklin Becker",
            "handle": "consectetur",
            "location": "laborum",
            "bio": "section supporter, photographer",
            "avatarUrl": "https://pbs.twimg.com/profile_images/306781/KVH_68112887174x0.jpg",
            "accountUrl": "http://x.com/consectetur",
            "createdAt": "2025-11-07",
            "isProtected": true,
            "isVerified": true,
            "bioLink": "https://anguished-vicinity.net/",
            "cashtags": [
                "$Efet06y",
                "$qwH08a",
                "$Zt1HaD"
            ],
            "hashtags": [
                "#Fmm",
                "#5cdptIbl3"
            ]
        },
        "statistics": {
            "followees": 83640995,
            "followers": 22127356,
            "tweets": 78,
            "date": "2025-08-03"
        }
    }
}
Previous
Get Channel Hashtags
Next
Get Followers Chart
Built with