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

Landscaping

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: