[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.]
@historyrapid HistoryRapidHistoryRapid posts on YouTube about japan, closed, losses, germany the most. They currently have XXXXX followers and XX posts still getting attention that total XXXXXX engagements in the last XX hours.
Social category influence countries
Social topic influence japan, closed, losses, germany, stealth, true story, the world, cher
Top posts by engagements in the last XX hours
"Japan's Deadly Balloon Bomb in WWII #shorts"
YouTube Link 2025-12-06T23:17Z 3170 followers, 15.4K engagements
"When German Families Ran for Their Lives #shorts"
YouTube Link 2025-12-07T21:20Z 3170 followers, 83.3K engagements
"How Hitler Turned Roads into War Tools #shorts"
YouTube Link 2025-12-10T01:09Z 3190 followers, 18.8K engagements
"How Zulu Warriors Ambushed a British Regiment #shorts"
YouTube Link 2025-12-08T21:58Z 3190 followers, 5902 engagements
"Cher Ami The Pigeon That Wouldnt Die #shorts"
YouTube Link 2025-12-11T02:10Z 3190 followers, 28.9K engagements
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:
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:
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:
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: