[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.]
Showing a maximum of X news posts for non-authenticated requests. Use your API key in requests for full results.
"Social media erupts after Trump Republican declares support for Capitol Police - nj.com"
News Link @njdotcom 2025-10-16T10:35Z 208.1M followers, XXX engagements
"Nancy Pelosis clash with reporter over National Guard goes viral"Shut up" - Newsweek"
News Link @Newsweek 2025-10-16T09:17Z 208.1M followers, 3366 engagements
"Nancy Pelosi clutching the hand of an aide to walk snaps at reporter asking about Capitol riot: Shut up"
News Link @nypost 2025-10-16T07:39Z 208.1M followers, XX engagements
"Capitol police called after swastika flag seen on staffers wall during virtual call The Independent"
News Link @Independent 2025-10-16T07:21Z 208.1M followers, 4181 engagements
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": 1760647719
},
"data": [
{
"id": "investing.com-4286876853",
"post_type": "news",
"post_title": "Newsmax board authorizes up to $X million in Bitcoin and Trump Coin purchases By Investing.com",
"post_link": "https://www.investing.com/news/cryptocurrency-news/newsmax-board-authorizes-up-to-5-million-in-bitcoin-and-trump-coin-purchases-432SI-4293113",
"post_image": "https://i-invdn-com.investing.com/news/LYNXNPEE880S2_L.jpg",
"post_created": 1760645592,
"post_sentiment": 3.13,
"creator_id": "twitter::988955288",
"creator_name": "Investingcom",
"creator_display_name": "Investing.com",
"creator_followers": 1313131,
"creator_avatar": "https://pbs.twimg.com/profile_images/1110172882368368640/pUSI1yPZ_200x200.png",
"interactions_24h": 56,
"interactions_total": XX
}
]
}
Schema:
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": 1760641738
},
"summary": "Florida has introduced a new bill to establish Bitcoin and digital asset reserves, while BlackRock's CEO has taken back anti-Bitcoin comments, saying markets force investors to relook at their assumptions. Meanwhile, Bitcoin miners have deposited XXXXXX BTC to Binance since October 9, and traders are betting on a potential crash. Several major companies, including Steak 'n Shake and Compass Coffee, have made recent announcements related to Bitcoin adoption."
}
Schema:
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": 1760647721
},
"data": [
{
"id": "decrypt.co-460117231",
"post_type": "news",
"post_title": "Why Is Dogecoin Down So Much Worse Than Bitcoin and Ethereum? - Decrypt",
"post_link": "https://decrypt.co/344674/why-dogecoin-down-worse-bitcoin-ethereum",
"post_image": "https://cdn.decrypt.co/resize/1024/height/512/wp-content/uploads/2025/05/Doge4-gID_7.png",
"post_created": 1760644348,
"post_sentiment": 2.57,
"creator_id": "twitter::993530753014054912",
"creator_name": "DecryptMedia",
"creator_display_name": "Decrypt",
"creator_followers": 208065784,
"creator_avatar": "https://pbs.twimg.com/profile_images/1864412071560892416/qTVkQadf_200x200.jpg",
"interactions_24h": 1309,
"interactions_total": 1521
}
]
}
Schema:
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": 335952,
"num_posts": 733220,
"interactions_24h": 3296046298
}
]
}
Schema: