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

Billy Napier

Top News

Showing a maximum of X news posts for non-authenticated requests. Use your API key in requests for full results.

"Florida head coach Billy Napiers firing imminent after ADs booster meeting - Yahoo Sports"
News Link @YahooSports 2025-10-16T00:00Z 577.2K followers, XXX engagements

"Hot seat rumors coaching carousel reset: Billy Napier next Intel on Penn State - CBS Sports"
News Link @CBSSports 2025-10-15T19:35Z 208.1M followers, 3680 engagements

"Everything Billy Napier said during weekly SEC teleconference"
News Link @htTweets 2025-10-15T15:48Z 208.1M followers, 1732 engagements

"Florida coach Billy Napier could be fired as soon as this weekend"
News Link @USATODAY 2025-10-15T14:50Z 208.1M followers, 914.1K engagements

Topic News

https://lunarcrush.com/api4/public/topic/:topic/news/v1

Get the top news posts for a social topic. Top news is determined by the metrics related to the social posts that mention the news posts.

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/news/v1

Example response:

{
  "config": {
    "topic": "bitcoin",
    "type": "topic",
    "id": "bitcoin",
    "name": "Bitcoin",
    "symbol": "BTC",
    "generated": 1758826391
  },
  "data": [
    {
      "id": "news.bitcoin.com-2003821389",
      "post_type": "news",
      "post_title": "Gate Launches Layer X Network for Web3 Expansion – Crypto News Bitcoin News",
      "post_link": "https://news.bitcoin.com/gate-launches-layer-2-network-for-web3-expansion/",
      "post_image": "https://static.news.bitcoin.com/wp-content/uploads/2025/09/gate-launches-layer-2-network-for-web3-expansion.jpg",
      "post_created": 1758822757,
      "post_sentiment": 3.21,
      "creator_id": "twitter::3367334171",
      "creator_name": "BTCTN",
      "creator_display_name": "Bitcoin.com News",
      "creator_followers": 3224282,
      "creator_avatar": "https://pbs.twimg.com/profile_images/1917825669825966080/2bAp4kVv_200x200.jpg",
      "interactions_24h": 96,
      "interactions_total": XX
    }
  ]
}

Schema:


Topic Whatsup

https://lunarcrush.com/api4/public/topic/:topic/whatsup/v1

Generate an AI summary of the hottest news and social posts for a specific topic

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/whatsup/v1

Example response:

{
  "config": {
    "topic": "bitcoin",
    "generated": 1758826249
  },
  "summary": "Several major companies, including Google and Capital Group, are investing in Bitcoin and related technologies, indicating growing institutional interest. Additionally, various firms, such as Melanion Capital and Oranjebtc, are developing new Bitcoin treasury models and expanding their Bitcoin holdings. Meanwhile, regulatory developments, like the SEC's approval of a new crypto ETF, are also shaping the market."
}

Schema:


Category News

https://lunarcrush.com/api4/public/category/:category/news/v1

Get the top news posts for a category. Top news is determined by the metrics related to the social posts that mention the news posts.

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/category/cryptocurrencies/news/v1

Example response:

{
  "config": {
    "category": "cryptocurrencies",
    "type": "topic",
    "id": "_cryptocurrencies",
    "topic": "_cryptocurrencies",
    "generated": 1758826396
  },
  "data": [
    {
      "id": "news.bitcoin.com-2003821389",
      "post_type": "news",
      "post_title": "Gate Launches Layer X Network for Web3 Expansion – Crypto News Bitcoin News",
      "post_link": "https://news.bitcoin.com/gate-launches-layer-2-network-for-web3-expansion/",
      "post_image": "https://static.news.bitcoin.com/wp-content/uploads/2025/09/gate-launches-layer-2-network-for-web3-expansion.jpg",
      "post_created": 1758822757,
      "post_sentiment": 3.21,
      "creator_id": "twitter::3367334171",
      "creator_name": "BTCTN",
      "creator_display_name": "Bitcoin.com News",
      "creator_followers": 3224282,
      "creator_avatar": "https://pbs.twimg.com/profile_images/1917825669825966080/2bAp4kVv_200x200.jpg",
      "interactions_24h": 96,
      "interactions_total": XX
    }
  ]
}

Schema:


Topics List

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

Get a list of trending social topics.

Example request:

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

Example response:

{
  "data": [
    {
      "topic": "youtube",
      "title": "YouTube",
      "topic_rank": 1,
      "topic_rank_1h_previous": 1,
      "topic_rank_24h_previous": 1,
      "num_contributors": 420430,
      "num_posts": 912873,
      "interactions_24h": 2912785759
    }
  ]
}

Schema: