[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.]
Big River posts on X about $mpw, $26mm, $6mm, hmm the most. They currently have XXXXX followers and XXX posts still getting attention that total XX engagements in the last XX hours.
Social topic influence $mpw #4, $26mm 0.93%, $6mm 0.93%, hmm 0.93%, dip 0.93%, has been 0.93%, $3mm 0.93%, $mpws 0.93%, entity 0.93%, shell XXXX%
Top accounts mentioned or mentioned by @blutrades11 @amaralpartners @civisxxi @bonesjordann @civisxvi @bluntrrrrr @tranumphantom @michaelechols @steward @damiana166007 @yentovon @civiscd @katrinarjackson @mcmathpat @prydzz888 @parrotcapital @orrinlee5 @secgov @secenforcement @jonathankeith2
Top assets mentioned Medical Properties Trust, Inc. (MPW)
Top posts by engagements in the last XX hours
"No surprise $MPW "Quality Operator" HSA settles for full amount ($2.6mm) but needs extended repayment plan So HSA effectively admits its ridiculous legal arguments were BS. & HSA still owes millions to others w/ similar fact pattern + vendors now know HSA has no real defense"
X Link @BigRiverCapita1 2025-10-10T18:43Z 5548 followers, XXX engagements
""Capable Operator" assuring payroll will be made $6mm Aramark default jmnt. Payment demands from Compass Advantage & other unpaid vendors. But Faisal Gill assures court under oath AHS/HSA has wherewithal to fund Prospect CA acq by pulling cash out. Hmm"
X Link @BigRiverCapita1 2025-09-18T21:53Z 5548 followers, XXX engagements
"These HSA f/k/a AHS delay tactics not new. See below from Sherman BK where $MPW was also DIP opco lender & LL. In Sherman BK AHS has repeatedly defaulted on payments (+ forbearance & extended repayment plans) b/c they are (+ have always been) inadequately capitalized/insolvent"
X Link @BigRiverCapita1 2025-10-10T19:11Z 5548 followers, XXX engagements
"$MPW has been in litigation w/ contractor PeakCM for years over non-payment on this project + several others in FL which have yet to be completed. $MPW hides behind CREF & Steward feigns ignorance. Not their only Unsafe Structures issue in Miami market"
X Link @BigRiverCapita1 2025-09-23T01:01Z 5550 followers, 1032 engagements
"Speaking of Lemontree.a newly created entity w/ no existing biz formed by Faisal Gill's brother Kaiser Gill (using email from Faisal Gill's law firm). Here is Faisal demanding a $3mm termination fee. LOL. $MPW's Capable Operators #TheSubPrimeHospitalREIT"
X Link @BigRiverCapita1 2025-09-12T14:02Z 5548 followers, 1605 engagements
"A gem from Faisal Gill This is HSA Chief Legal Officer Firm grasp of M&A/BK law huh NB: Lemontree was a shell co (owned by Faisal's brother) w/ no existing business formed days before "lucrative contract" (w/ wrong legal entity) allegedly signed. $MPW"
X Link @BigRiverCapita1 2025-09-19T07:09Z 5548 followers, 1836 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": 107096627,
"creator_rank": 1,
"interactions_24h": 86230220
}
]
}
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": 1946,
"creator_rank": 1,
"interactions_24h": 303150257
}
]
}
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": 226637736,
"creator_rank": 26,
"interactions_24h": 53318135,
"topic_influence": [
{
"topic": "elon musk",
"count": 180,
"percent": 2.81,
"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": 1758153600,
"end": 1758844800,
"bucket": "hour",
"name": "lunarcrush",
"remote_api": "danode2-13",
"generated": 1758826398
},
"data": [
{
"time": 1758153600,
"followers": 309352,
"interactions": 1758,
"posts_active": 29,
"posts_created": 1,
"creator_rank": 296332
}
]
}
Schema: