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

Gap Inc

Sentiment: XX%

Sentiment Line Chart
Sentiment 24-Hour Time-Series Raw Data
Current Value: XX%
Daily Average: XX%
1 Week: XX% -XX%
1 Month: XX% no change
6 Months: XX% +14%
1 Year: XX% +18%
1-Year High: XX% on 2025-04-30
1-Year Low: XX% on 2025-01-14

Most Supportive Themes

Most Critical Themes

Network engagement breakdown:

Network Positive % Neutral % Negative %
X XXXXX XX% XXXXX XX% XXX X%
YouTube XXX X% XXX X% X X%
TikTok XXXXX XX% XXX X% X X%
News X X% X X% X X%
Total XXXXX XX% XXXXX XX% XXX X%

Topic Time Series v2

https://lunarcrush.com/api4/public/topic/:topic/time-series/v2

Get historical time series data for a social topic

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/time-series/v2

Example response:

{
  "config": {
    "topic": "bitcoin",
    "id": "bitcoin",
    "name": "Bitcoin",
    "symbol": "BTC",
    "interval": "1w",
    "start": 1758153600,
    "end": 1758833579,
    "bucket": "hour",
    "metrics": [],
    "generated": 1758826379
  },
  "data": [
    {
      "time": 1758153600,
      "contributors_active": 19736,
      "contributors_created": 892,
      "interactions": 4231195,
      "posts_active": 38896,
      "posts_created": 1187,
      "sentiment": 80,
      "spam": 6467,
      "alt_rank": 667,
      "circulating_supply": 19922378,
      "close": 116313.13,
      "galaxy_score": 52,
      "high": 116313.13,
      "low": 116188.8,
      "market_cap": 2318184308977,
      "market_dominance": 56.8449,
      "open": 116313.13,
      "social_dominance": 18.7344,
      "volume_24h": 63629830396
    }
  ]
}

Schema:


Topic Time Series

https://lunarcrush.com/api4/public/topic/:topic/time-series/v1

Get historical time series data for a social topic

input parameters:

Example request:

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

Example response:

{
  "config": {
    "topic": "bitcoin",
    "id": "bitcoin",
    "name": "Bitcoin",
    "symbol": "BTC",
    "interval": "1w",
    "start": 1758153600,
    "end": 1758833584,
    "bucket": "hour",
    "metrics": [],
    "generated": 1758826384
  },
  "data": [
    {
      "time": 1758153600,
      "contributors_active": 19736,
      "contributors_created": 892,
      "interactions": 4231195,
      "posts_active": 38896,
      "posts_created": 1187,
      "sentiment": 80,
      "spam": 6467,
      "alt_rank": 667,
      "circulating_supply": 19922378,
      "close": 116313.13,
      "galaxy_score": 52,
      "high": 116313.13,
      "low": 116188.8,
      "market_cap": 2318184308977,
      "market_dominance": 56.8449,
      "open": 116313.13,
      "social_dominance": 18.7344,
      "volume_24h": 63629830396
    }
  ]
}

Schema:


Topic Posts

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

Get the top posts for a social topic. If start time is provided the result will be the top posts by interactions for the time range. If start is not provided it will be the most recent top posts by interactions from the last XX hours.

input parameters:

Example request:

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

Example response:

{
  "config": {
    "topic": "bitcoin",
    "type": "topic",
    "id": "bitcoin",
    "name": "Bitcoin",
    "symbol": "BTC",
    "generated": 1758826387
  },
  "data": [
    {
      "id": "1971274382795510165",
      "post_type": "tweet",
      "post_title": "Bitcoin LOD\nGold HOD",
      "post_link": "https://x.com/zerohedge/status/1971274382795510165",
      "post_image": null,
      "post_created": 1758823412,
      "post_sentiment": 3.5,
      "creator_id": "twitter::18856867",
      "creator_name": "zerohedge",
      "creator_display_name": "zerohedge",
      "creator_followers": 2237609,
      "creator_avatar": "https://pbs.twimg.com/profile_images/72647502/tyler_200x200.jpg",
      "interactions_24h": 77999,
      "interactions_total": 77999
    }
  ]
}

Schema:


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: