LunarCrush is a social intelligence platform that monitors social media content and impact over time. Social posts are continuously aggregated into topics, categories, and creators to provide analysis on the current state of any conversation as well as historical context. ### For Humans Data UI: Browse and visualize all available data for any lunarcrush.ai endpoint ### LunarCrush.ai API Base URL: https://lunarcrush.ai Auth: Bearer token via `Authorization: Bearer ` All endpoints return markdown by default, JSON with `?format=json` and CSV with `?format=csv`. - [Topic Summary](/topic/{name}): Snapshot of social activity, sentiment, AI analysis for any topic - [Topic Time Series](/topic/{name}/time-series): Hourly/daily metrics over time. Params: interval (1d,1w,1m,3m,6m,1y,all), start, end - [Topic Posts](/topic/{name}/posts): Top social posts for a topic - [Categories](/categories): List all tracked categories. Params: sort, limit - [Category Topics](/category/{name}): Topics within a category (cryptocurrencies, stocks, celebrities, gaming, etc.). Params: sort, limit - [Creators](/creators/{topic}): Most influential creators for a topic. Params: sort, limit - [Creator Summary](/creator/{network}/{id}): Creator profile and recent activity - [Creator Time Series](/creator/{network}/{id}/time-series): Historical creator metrics - [Creator Posts](/creator/{network}/{id}/posts): Posts by a specific creator - [Post Details](/post/{network}/{id}): Single post content and metrics - [Search](/search/{query}): Search across topics and creators CLI: `curl -fsSL https://lunarcrush.ai/install.sh | bash` CLI Docs: MCP Server: https://lunarcrush.ai/mcp ### Categories A category is an aggregation and ranking of a collection of topics. You can sort and filter categories by available metrics. [Cryptocurrencies](/category/cryptocurrencies/percent_change_24h/100) and [Stocks](/category/stocks.percent_change_24h/100) categories offer additional market metrics for sorting and the topics within the category also include additional market data. [View all categories](/categories) ### Topics A topic is an aggregation of social posts that impact or mention a specific social topic, cryptocurrency, or stock. Topic metrics and insights can also be merged with available market data if available to provide corelation and additional metrics such as the AltRank™ and Galaxy Score™ metrics. - [Bitcoin](/topic/bitcoin) - [Ethereum](/topic/ethereum) - [Elon Musk](/topic/elon-musk) - [LunarCrush](/topic/lunarcrush) - [LeBron James](/topic/lebron-james) - [nVidia](/topic/$nvda) - [Fartcoin](/topic/$fartcoin) [View all topics](/topics) ### Creators Summaries, time-series metrics, and posts are available for any creator account. You can also get a list of the most influential creator accounts for any topic or category. You can get the top creators for any category by using the URL structure: /creators/_{category}/{sort}/{limit} where _{category} is the slug of the category prefixed with an underscore. Examples: [Top 10 Creators in Cryptocurrencies](/creators/_cryptocurrencies) and [Top 100 Creators in Stocks by # Posts](/creators/_stocks/mentions/100) You can get the top creators for any topic by using the URL structure: /creators/{topic}/{sort}/{limit} where {topic} is the slug of the topic. Examples: [Top 10 Creators in Bitcoin](/creators/bitcoin) and [Top 100 Creators in Ethereum by # Posts](/creators/ethereum/mentions/100) - [elonmusk](/creator/twitter/44196397) - [wengrobert1034](/creator/youtube/UC_Pt_kmbA-z3jpVxDIi3rjg) - [tiktoktips](/creator/tiktok/6598209972340146181) - [tseries](/creator/youtube/UCq-Fj5jknLsUf-MWSy4_brA) ### Metrics Metrics are the numerical statistics that are tracked over time. Social metrics are continuously aggregated into a rolling 24-hour period and historically archived into hourly and daily intervals. This is a list of available metrics. Note that each metric has a name and the associated data key as [key] when using it in URLs and in the API output. **AltRank™** [alt_rank] AltRank™ evaluates both market and social data. This ranking system assesses an asset's price movement alongside its social activity indicators, offering a comprehensive view of its current standing in the crypto market. **Galaxy Score™** [galaxy_score] Galaxy Score™ assesses the health of an asset against itself. It evaluates an asset's performance by analyzing a combination of market and social indicators, providing a comprehensive view of its current standing. **Price** [close] Price calculates the amount of money expected, required, or given in payment for an asset. **1h %** [percent_change_1h] Percentage change in price over the last hour. **24h %** [percent_change_24h] Percentage change in price over the last 24 hours. **7d %** [percent_change_7d] Percentage change in price over the last 7 days. **Engagements** [interactions] LunarCrush monitors social engagements by aggregating and analyzing data from various social media platforms. Engagements tracked include views, likes, comments, retweets, and upvotes. **Mentions** [posts_active] Mentions measure the number of total posts that mention specific assets or topics over the last 24-hour timeframe. Mentions are measured continuously to monitor trends over longer timeframes. **Creators** [contributors_active] Creators measures the unique number of creators that have posts that are active and have received engagements. **Sentiment** [sentiment] Sentiment is the % of posts that are positive weighted by engagements. A score of 100% means all posts were positive and 0% means all posts were negative. **Social Dominance** [social_dominance] Social Dominance measures the "share of voice" across social media data of an asset relative to the categories that asset resides in and is calculated on a rolling 24-hour timeframe. **Market Cap** [market_cap] Market Capitalization shows how much a company, coin, or token is worth as determined by the total market value of all outstanding shares, coins, or tokens. **Market Dominance** [market_dominance] Market Dominance tracks the relative market cap of an asset vs. the entire market. Market Dominance is calculated as a relative percentage of 100%. **Trading Volume** [volume] Trading Volume is the number of shares, coins, or tokens traded in a particular period of time. **Circulating Supply** [circulating_supply] Circulating Supply is the total number of coins or tokens that are actively available for trade and are being used in the market and in general public. **TopicRank™** [topic_rank] TopicRank™ ranks every topic on LunarCrush based on the number of engagements and mentions over the last 24 hours. Topics are tracked across all categories as well as topics that do not reside in any category at all. **CreatorRank™** [influencer_rank] CreatorRank™ tracks the relative ranking of a creator based on all tracked creators overall or within a specific category or topic. **Followers** [followers] The number of followers on of the creator account. Limited data mode. Full metrics available with subscription: lunarcrush.com/pricing