[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.]

@DropAPinShow Avatar @DropAPinShow Drop A Pin Show

Drop A Pin Show posts on X about the only, how long, $dave, burns the most. They currently have XXXXXX followers and XXX posts still getting attention that total XXXXXXX engagements in the last XX hours.

Engagements: XXXXXXX #

Engagements Line Chart

Mentions: XX #

Mentions Line Chart

Followers: XXXXXX #

Followers Line Chart

CreatorRank: XXXXXX #

CreatorRank Line Chart

Social Influence #


Social category influence countries #3636

Social topic influence the only 0.67%, how long 0.67%, $dave 0.67%, burns 0.67%, ireland XXXX%

Top accounts mentioned or mentioned by @donniedoesworld @cpttimtracy @barstoolsports @heydudeshoes @jeffreystjames1 @mindofschu @cauliwobbl3s @cinovation @jballsv @nascar @digbydollars @kinghornbeach @kayfabe32363018 @unclechaps @hannahcmontoya @barstoolbigcat @grok @txtechsean @truthiness2010 @seabasssay

Top assets mentioned Dave Inc. Class A Common Stock (DAVE)

Top Social Posts #


Top posts by engagements in the last XX hours

"What country did wine originate from"
X Link @DropAPinShow 2025-10-08T17:00Z 54.7K followers, 444.3K engagements

"What was made up about the revolutionary war Turns out its more than you expect"
X Link @DropAPinShow 2025-10-07T02:01Z 55K followers, 111.9K engagements

"What are sumo wrestlers' top X favorite foods"
X Link @DropAPinShow 2025-10-15T00:00Z 55K followers, 402.2K engagements

"If you had an all-expenses-paid vacation which section would you pick"
X Link @DropAPinShow 2025-10-09T17:00Z 55K followers, 235.6K engagements

"What's the worst city in America"
X Link @DropAPinShow 2025-10-16T17:01Z 55K followers, 411.1K engagements

"Whats the only country in the world named after a woman"
X Link @DropAPinShow 2025-09-25T17:49Z 54.9K followers, 5.1M engagements

"How long would it take to walk to the moon"
X Link @DropAPinShow 2025-10-13T18:52Z 55K followers, 219.7K engagements

"Are Sharks older than the North Star"
X Link @DropAPinShow 2025-10-14T14:50Z 55K followers, 337.6K engagements

"What state has the ugliest people"
X Link @DropAPinShow 2025-10-07T18:48Z 54.7K followers, 793.6K engagements

"Sometimes you gotta gas em up"
X Link @DropAPinShow 2025-10-14T17:00Z 55K followers, 206.7K engagements

"Whats the oldest mountain range on earth"
X Link @DropAPinShow 2025-07-11T00:00Z 54.7K followers, 230.6K engagements

"White Labcoat Dave explains helium to the class"
X Link @DropAPinShow 2025-10-16T00:10Z 55K followers, 72.7K engagements

"What are the top X busiest airports in the world"
X Link @DropAPinShow 2025-10-07T01:00Z 54.7K followers, 153.2K engagements

"Introducing the greatest egg salad sandwich in America"
X Link @DropAPinShow 2025-10-15T17:00Z 55K followers, 83.6K engagements

"Role Reversal. @UncleChaps gets asked the questions"
X Link @DropAPinShow 2025-04-11T17:34Z 55K followers, 469.2K engagements

"How @KenBurns got Josh Brolin to voice George Washington"
X Link @DropAPinShow 2025-10-07T14:43Z 54.7K followers, 9950 engagements

"What city in the world is the farthest from Chicago"
X Link @DropAPinShow 2025-08-28T17:00Z 55K followers, 375.7K engagements

"@westgate141 Chaps lived there for X years. We are well-versed in Lawson's sushi too"
X Link @DropAPinShow 2025-10-16T15:04Z 55K followers, XX engagements

"Role reversal @UncleChaps gets asked this time"
X Link @DropAPinShow 2025-10-04T15:00Z 55K followers, 293.4K engagements

"What's the most isolated city in the world"
X Link @DropAPinShow 2025-09-18T00:00Z 55K followers, 454.5K engagements

"Ken Burns Explains Why George Washington Was The Most Important Figure In The Revolutionary War"
X Link @DropAPinShow 2025-10-07T21:02Z 55K followers, 236.4K engagements

"What are the top X states with the most volcanoes"
X Link @DropAPinShow 2025-10-09T17:00Z 54.7K followers, 84.5K engagements

"Going to Ireland for a week Here's the definitive list of things you should try:"
X Link @DropAPinShow 2025-05-13T15:20Z 55K followers, 454.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": "twitter::79293791",
      "creator_name": "rihanna",
      "creator_avatar": "https://pbs.twimg.com/profile_images/1960786225423659008/GhLekHuP_200x200.jpg",
      "creator_followers": 106933122,
      "creator_rank": 1,
      "interactions_24h": 21430912
    }
  ]
}

Schema:


Creators List

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

Get a list of trending social creators over all of social based on interactions. To get lists of creators by category or topic see the topics and categories endpoints.

Example request:

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

Example response:

{
  "data": [
    {
      "creator_name": "FoxNews",
      "creator_display_name": "Fox News",
      "creator_id": "1367531",
      "creator_network": "twitter",
      "creator_avatar": "https://pbs.twimg.com/profile_images/1956414642370015232/GEq5Z9jN_200x200.png",
      "creator_followers": 208065784,
      "creator_posts": 2299,
      "creator_rank": 1,
      "interactions_24h": 334657566
    }
  ]
}

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/1936002956333080576/kqqe2iWO_200x200.jpg",
    "creator_followers": 227854844,
    "creator_rank": 4,
    "interactions_24h": 120031096,
    "topic_influence": [
      {
        "topic": "elon musk",
        "count": 189,
        "percent": 1.71,
        "rank": X
      }
    ],
    "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 Time Series

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

Get time series data on a creator.

input parameters:

Example request:

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

Example response:

{
  "config": {
    "network": "twitter",
    "influencer_id": "twitter::988992203568562176",
    "interval": "1w",
    "start": 1759968000,
    "end": 1760659200,
    "bucket": "hour",
    "name": "lunarcrush",
    "remote_api": "danode1-13",
    "generated": 1760647721
  },
  "data": [
    {
      "time": 1759968000,
      "followers": 309011,
      "interactions": 6824,
      "posts_active": 35,
      "creator_rank": 274812
    }
  ]
}

Schema: