Protokols
  1. Twitter Profiles
Protokols
  • Protokols API
  • Authentication
  • Rate Limits
  • Track Profiles
    • Track KOL Profile
      GET
    • Track Project Profile
      GET
  • Twitter Profiles
    • Get Profile
      GET
    • Get Profile By IDs
      GET
    • Get Profile by Contract Address
      GET
    • Get Profile Statistics
      GET
    • Get Profile Smart Engagement Posts
      GET
    • Get Profile Notable Followers
      GET
    • Get Profile Username History
      GET
    • Get Profile Followers Paginated
      GET
    • Get Profile Following Paginated
      GET
    • Search Profiles
      GET
  • Posts
    • Get Posts By ID
      GET
    • Search Posts
      GET
    • Get Post Retweets
      GET
    • Get Posts Replies
      GET
  • KOLs
    • Get KOL Calls Overview
      GET
    • Get KOL Coin Narratives Distribution
      GET
    • Get KOL Calls Market Cap Distribution
      GET
    • Get KOL Token Mentions
      GET
    • Get KOL Project Interactions
      GET
  • Projects
    • Get Project Top Influencers
      GET
    • Get Project Organic Posts Chart
      GET
    • Get Project Organic Views Chart
      GET
    • Get Project Mentioned Contract Addresses
      GET
    • Get Project AI Summary
      GET
  • Profile Charts
    • Get Profile Follower Chart
    • Get Profile Notable Follower Chart
    • Get Profile Smart Engagement Chart
    • Get Profile Views Chart
  • Narratives
    • List Narratives
    • Get Narrative Details
    • List Projects in Narrative
    • Get Narrative Market Cap Chart
    • Get Narrative Mindshare Chart
  • Trending
    • Get Trending Projects By Views
    • Get Trending Projects By Smart Followers
    • Get Trending Projects By Smart Engagement
    • Get Trending KOLs By Views
    • Get Trending KOLs By Smart Followers
    • Get Trending KOLs By Smart Engagement
  • Leaderboards
    • List Leaderboards
    • Create Leaderboard
    • Get Leaderboard Details
    • Get Leaderboard Interactions
    • Update Leaderboard
    • Delete Leaderboard
    • Get Leaderboard Profiles
    • Modify Leaderboard Profiles
  1. Twitter Profiles

Get Profile By IDs

Tested
GET
/profile/ids
Retrieves comprehensive list of twitter profiles information
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://public-api.protokols.io/api/v1/profile/ids?ids' \
--header 'authorization: Bearer 99f0c8fbb6df52400c8edac910f9dbb3be93faea06ba928bba24011252409c4a'
Response Response Example
200 - Success
{
    "data": {
        "id": "390627208",
        "username": "IvanOnTech",
        "avatar_url": "https://pbs.twimg.com/profile_images/1654548524472696834/GR4VOP4Y_200x200.png",
        "description": "Bitcoin will be PAMP!!!",
        "display_name": "Ivan on Tech 🍳📈💰",
        "followers_count": 492001,
        "lang": "",
        "following_count": 5944,
        "is_verified": true,
        "profile_created_at": "2011-10-14T08:29:45.000Z",
        "description_link": null,
        "gold_badge": false,
        "smart_followers_count": 901,
        "kol_score": 6658
    }
}

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

🟠404Record not found
🟠400Invalid input
Modified at 2025-07-23 09:55:50
Previous
Get Profile
Next
Get Profile by Contract Address
Built with