[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.]
USDOT Rapid Response posts on X about shutdown, air traffic, dot, drivers the most. They currently have XXXXX followers and XXX posts still getting attention that total XXXXXX engagements in the last XX hours.
Social category influence finance countries
Social topic influence shutdown #328, air traffic #7, dot #222, drivers #423, schumer #69, $dave, hardworking, $40m, fight for, safely
Top assets mentioned Dave Inc. Class A Common Stock (DAVE)
Top posts by engagements in the last XX hours
"So you shut down the government. Yes Dave. To give healthcare to illegal immigrants Thats right. While our hardworking air traffic controllers go unpaid Correct"
X Link @USDOTRapid 2025-10-11T22:44Z 3709 followers, XXX engagements
"There will be flight delays during the @SenSchumer and @RepJeffries shutdown- you can thank the Democrats for that. @SecDuffys message is clear: Air traffic controllers should be coming to work during the shutdown and they will eventually get paid. But @POTUS administration wont tolerate the Left putting illegal immigrants needs over hardworking Americans"
X Link @USDOTRapid 2025-10-13T13:28Z 3780 followers, 17.7K engagements
"DOT to withhold over $40M from California for failing to enforce trucker language standards"
X Link @USDOTRapid 2025-10-16T14:49Z 3779 followers, XXX engagements
"Air traffic controllers are ANGRY at Chuck Schumer Democrats are COMPROMISING the safety of our airspace to fight for ILLEGAL IMMIGRANTS. Make it make sense"
X Link @USDOTRapid 2025-10-11T14:59Z 3780 followers, 15.6K engagements
"So glad the Democrats are having fun while our air traffic controllers are working hard without pay to make sure the flying public gets to their destinations safely. This is exactly why Americans hate Washington"
X Link @USDOTRapid 2025-10-16T17:35Z 3780 followers, 26.3K engagements
"If you want to drive a truck in America you need to understand road signs and communicate with law enforcement in ENGLISH. Its simple"
X Link @USDOTRapid 2025-10-16T20:11Z 3780 followers, 13.1K engagements
"This driver has been in the U.S. for TEN YEARS and does not know enough English to qualify for a trucking license. This is exactly why @SecDuffy ordered @FMCSA to crack down on English proficiency standards. Do you want to drive on American roads Being able to understand English is the BARE MINIMUM"
X Link @USDOTRapid 2025-10-14T16:10Z 3780 followers, 1.1M engagements
"Mr. No Name is a goner This administration is cracking down on illegal truck drivers to ensure our roads are safe. Buh-Bye👋"
X Link @USDOTRapid 2025-10-10T19:52Z 3779 followers, 112.7K engagements
".@SecDuffy: How long are Democrats going to hold out before they decide to put AMERICAN citizens ahead of their interests to give ILLEGAL IMMIGRANTS free healthcare funded by YOUR TAX DOLLARS"
X Link @USDOTRapid 2025-10-09T14:32Z 3779 followers, XXX engagements
"Colorado State Patrol and the Wyoming Highway Patrol on Sept. XX placed XX drivers and XX vehicles out of service for a variety of violations of Federal Motor Carrier Safety Administration rules. PROMISES MADE. PROMISES KEPT.🔥"
X Link @USDOTRapid 2025-10-14T20:39Z 3780 followers, 23.4K engagements
"When we prioritize road safety we help American truckers earn more money in their pockets. This administration is for the AMERICAN worker; were seeing results time after time"
X Link @USDOTRapid 2025-10-13T00:32Z 3780 followers, 75.2K engagements
".@USDOT has carried out XXX deregulatory actions saving taxpayers $XXX BILLION. @SecDuffy is moving full speed to drive @POTUS agenda while Democrats are at a full stop and shutting down our government"
X Link @USDOTRapid 2025-10-15T16:16Z 3774 followers, XXX engagements
"Shocker @atrupar is once again lying to get likes. Pathetic. @SecDuffy is clearly talking about the Essential Air Service here. Thats a subsidy program for rural flights. If @atrupar actually watched the press conference he would have heard this: Is our airspace unsafe No. If we think there are issues in the airspace we will shut it down we will close it down we will delay.""
X Link @USDOTRapid 2025-10-06T20:12Z 3778 followers, 1444 engagements
".@DailySignal: DOT Rips News Outlet for Grossly Misrepresenting Duffys Remarks About Air Traffic Controllers"
X Link @USDOTRapid 2025-10-09T21:51Z 3700 followers, 13.9K engagements
"Want to end the shutdown Call @SenSchumer 📞202-224-6542"
X Link @USDOTRapid 2025-10-10T18:21Z 3702 followers, 27.9K engagements
"FAFO IS RIGHT🔥"
X Link @USDOTRapid 2025-10-15T23:50Z 3780 followers, 31.9K engagements
".@SecDuffy on illegals driving trucks: It was an epidemic We saw during COVID how important truckers are but you cant bring in illegals and have them operating on our roadways"
X Link @USDOTRapid 2025-10-08T12:36Z 3778 followers, 16.1K 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": "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:
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:
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:
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: