[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]

@germankannapi5909 Avatar @germankannapi5909 GERMAN KANNAPI

GERMAN KANNAPI posts on YouTube about gaming, dell, esports, rtx the most. They currently have XXXXXXX followers and XXX posts still getting attention that total XXXXXX engagements in the last XX hours.

Engagements: XXXXXX #

Engagements Line Chart

Mentions: X #

Mentions Line Chart

Followers: XXXXXXX #

Followers Line Chart

CreatorRank: XXXXXXX #

CreatorRank Line Chart

Social Influence

Social category influence stocks #3981 technology brands

Social topic influence gaming #4231, dell #21, esports #114, rtx #83, samsung #374, ips #91, red #1509, spam #74, politics #530, tb #33

Top accounts mentioned or mentioned by @samsungindia @drboykaislive @konathepodcast @gameraton @ig_thevar @vikkymusik

Top assets mentioned Dell Technologies, Inc. (DELL)

Top Social Posts

Top posts by engagements in the last XX hours

"CARRY THE GLASS + RP KANNAPI"
YouTube Link 2025-12-07T11:32Z 125K followers, 29.9K engagements

"MANYAMAAYA STREAM KANNAPI"
YouTube Link 2025-12-09T15:05Z 125K followers, 30K engagements

"REGULAR RP AND LONG STREAMS ARE BACK KANNAPI"
YouTube Link 2025-12-11T13:57Z 125K followers, 36.1K engagements

Category Creators

https://lunarcrush.com/api4/public/category/:category/creators/v1

Get the top creators for a social category

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/category/musicians/creators/v1

Example response:

{
  "data": [
    {
      "creator_id": "youtube::UCF_fDSgPpBQuh1MsUTgIARQ",
      "creator_name": "theweekndvevo",
      "creator_avatar": "https://yt3.ggpht.com/WHvw1ak1FcJaHeEiTmG2iN0dqEjjPxAtT_tA8ruJ3MlNr9I-RHsAur1iAenYeQN_d6LNPH2Z8Ic=s88-c-k-c0x00ffffff-no-rj",
      "creator_followers": 10300000,
      "creator_rank": 1,
      "interactions_24h": 293323000
    }
  ]
}

Schema:


Creator

https://lunarcrush.com/api4/public/creator/:network/:id/v1

Get detail information on a specific creator

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/v1

Example response:

{
  "data": {
    "creator_id": "twitter::44196397",
    "creator_name": "elonmusk",
    "creator_display_name": "Elon Musk",
    "creator_avatar": "https://pbs.twimg.com/profile_images/1983681414370619392/oTT3nm5Z_200x200.jpg",
    "creator_followers": 229446055,
    "creator_rank": 6,
    "interactions_24h": 239042400,
    "topic_influence": [
      {
        "topic": "ai",
        "count": 179,
        "percent": 3.72,
        "rank": XX
      }
    ],
    "top_community": [
      {
        "creator_name": "grok",
        "creator_display_name": "Grok",
        "creator_avatar": "https://pbs.twimg.com/profile_images/1893219113717342208/Vgg2hEPa_200x200.jpg",
        "count": XXX
      }
    ]
  }
}

Schema:


Creator Posts

https://lunarcrush.com/api4/public/creator/:network/:id/posts/v1

Get the top posts for a specific creator. If start time is provided the result will be the top posts by interactions for the time range. If start is not provided it will be the most recent top posts by interactions from the last XX hours.

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/posts/v1

Example response:

{
  "data": [
    {
      "id": "1866172524708413895",
      "post_type": "tweet",
      "post_title": "Optimus can now walk on highly variable ground using neural nets to control its electric limbs. \n\nJoin @Tesla if you want to work on interesting real-world AI systems.",
      "post_created": 1733765176,
      "post_sentiment": 3.42,
      "post_link": "https://x.com/elonmusk/status/1866172524708413895",
      "post_image": null,
      "creator_id": "twitter::44196397",
      "creator_name": "elonmusk",
      "creator_display_name": "Elon Musk",
      "creator_followers": 229446055,
      "creator_avatar": "https://pbs.twimg.com/profile_images/1983681414370619392/oTT3nm5Z_200x200.jpg",
      "interactions_24h": 0,
      "interactions_total": 46633920
    }
  ]
}

Schema:


Topic Creators

https://lunarcrush.com/api4/public/topic/:topic/creators/v1

Get the top creators for a social topic

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/creators/v1

Example response:

{
  "data": [
    {
      "creator_id": "twitter::978566222282444800",
      "creator_name": "MEXC_Official",
      "creator_avatar": "https://pbs.twimg.com/profile_images/1919664587772944384/yLx45XhG_200x200.jpg",
      "creator_followers": 1665615,
      "creator_rank": 1,
      "interactions_24h": 6040079
    }
  ]
}

Schema: