[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.]
#  @iSapiens iSapiens
iSapiens posts on X about maga, snakes, celebrities, elon musk the most. They currently have XXX followers and XXX posts still getting attention that total XX engagements in the last XX hours.
### Engagements: XX [#](/creator/twitter::48179098/interactions)

- X Week XXXXX -XX%
- X Month XXXXXX -XX%
- X Months XXXXXXX +407%
- X Year XXXXXXX +1,811,394%
### Mentions: X [#](/creator/twitter::48179098/posts_active)

- X Month XX -XX%
- X Months XXX +166%
- X Year XXX +23,750%
### Followers: XXX [#](/creator/twitter::48179098/followers)

- X Week XXX +0.82%
- X Month XXX -XXXX%
- X Months XXX +25%
- X Year XXX +1,079%
### CreatorRank: undefined [#](/creator/twitter::48179098/influencer_rank)

### Social Influence
**Social category influence**
[finance](/list/finance) [celebrities](/list/celebrities) [currencies](/list/currencies)
**Social topic influence**
[maga](/topic/maga), [snakes](/topic/snakes), [celebrities](/topic/celebrities), [elon musk](/topic/elon-musk), [$8month](/topic/$8month), [money](/topic/money), [ipo](/topic/ipo), [spacex](/topic/spacex)
### Top Social Posts
Top posts by engagements in the last XX hours
"@MAGAVoice Unless a whole lot of them GOPe get primaried they dont care if we are loud. Id like to see some MAGA candidates out there and for Trump to endorse them. Stop endorsing the very snakes and scorpions that bite you"
[X Link](https://x.com/iSapiens/status/1998802080585441600) 2025-12-10T17:08Z XXX followers, XX engagements
"@WallStreetMav @elonmusk What the EU complained about was the verification of accounts not the verification of accounts. They wanted celebrities politicians other elites to be separated from the plebs and got mad MAD when for $8/month anyone could get a check too"
[X Link](https://x.com/iSapiens/status/1998808041760895347) 2025-12-10T17:32Z XXX followers, XX engagements
"@nicksortor @grok how many 737s can you buy with that money and assuming one flight per day and XXX people per plane how many could be deported in a year"
[X Link](https://x.com/iSapiens/status/1998811250130825291) 2025-12-10T17:45Z XXX followers, XXX engagements
"SpaceX is going public soon. Get the IPO"
[X Link](https://x.com/iSapiens/status/1998962060361875524) 2025-12-11T03:44Z XXX followers, XX engagements
"@beatsinbrief @grok whats that amount in USD"
[X Link](https://x.com/iSapiens/status/1999137473922818252) 2025-12-11T15:21Z XXX followers, XX engagements
### Topic Creators
https://lunarcrush.com/api4/public/topic/:topic/creators/v1
Get the top creators for a social topic
input parameters:
+ **topic**: _Provide the topic to get details for. A topic must be all lower case and can only include letters, numbers, spaces, # and $._ **required**
Example request:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/creators/v1
```
Example response:
```json
{
"data": [
{
"creator_id": "twitter::1365093503601106946",
"creator_name": "0xEthan",
"creator_avatar": "https://pbs.twimg.com/profile_images/1933385052110413824/Ge1Q1bv6_200x200.jpg",
"creator_followers": 69297,
"creator_rank": 1,
"interactions_24h": 4454629
}
]
}
```
Schema:
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_name**: The unique screen name for the influencer
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
---
### Category Creators
https://lunarcrush.com/api4/public/category/:category/creators/v1
Get the top creators for a social category
input parameters:
+ **category**: _Provide the category to get details for. A category must be all lower case and can only include letters, numbers, and spaces._ **required**
Example request:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/category/musicians/creators/v1
```
Example response:
```json
{
"data": [
{
"creator_id": "twitter::1138458175663988738",
"creator_name": "PopBase",
"creator_avatar": "https://pbs.twimg.com/profile_images/1268086791443230737/BRGz4AiW_200x200.jpg",
"creator_followers": 2424200,
"creator_rank": 1,
"interactions_24h": 15054704
}
]
}
```
Schema:
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_name**: The unique screen name for the influencer
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
---
### Creators List
https://lunarcrush.com/api4/public/creators/list/v1
Get a list of trending social creators over all of social based on interactions. To get lists of creators by category or topic see the topics and categories endpoints.
Example request:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creators/list/v1
```
Example response:
```json
{
"data": [
{
"creator_name": "FoxNews",
"creator_display_name": "Fox News",
"creator_id": "1367531",
"creator_network": "twitter",
"creator_avatar": "https://pbs.twimg.com/profile_images/1988465685639380992/PNFNFL7O_200x200.jpg",
"creator_followers": 228610965,
"creator_posts": 1777,
"creator_rank": 1,
"interactions_24h": 484062886
}
]
}
```
Schema:
+ **creator_name**: The unique screen name for the influencer
+ **creator_display_name**: The chosen display name for the influencer if available
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_network**: The social network for the post or influencer. We still refer to x as twitter out of developer preference.
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_posts**: total number of posts with interactions in the last XX hours
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
---
### Creator
https://lunarcrush.com/api4/public/creator/:network/:id/v1
Get detail information on a specific creator
input parameters:
+ **network**: _Provide the network for the creator. One of twitter, youtube, instagram, reddit, or tiktok_ **required**
+ **id**: _Provide the unique ID or screen name of the creator_ **required**
Example request:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/v1
```
Example response:
```json
{
"data": {
"creator_id": "twitter::44196397",
"creator_name": "elonmusk",
"creator_display_name": "Elon Musk",
"creator_avatar": "https://pbs.twimg.com/profile_images/1995407795835772928/Wp7m4L9h_200x200.jpg",
"creator_followers": 229714990,
"creator_rank": 2,
"interactions_24h": 240215998,
"topic_influence": [
{
"topic": "ai",
"count": 161,
"percent": 4.45,
"rank": XX
}
],
"top_community": [
{
"creator_name": "grok",
"creator_display_name": "Grok",
"creator_avatar": "https://pbs.twimg.com/profile_images/1893219113717342208/Vgg2hEPa_200x200.jpg",
"count": XXX
}
]
}
}
```
Schema:
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_name**: The unique screen name for the influencer
+ **creator_display_name**: The chosen display name for the influencer if available
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
+ **topic_influence**: an array of social topics and the creators ranking on each topic
+ **topic**: LunarCrush social topic. Can only includes letters, numbers, spaces, #, and $
+ **top_community**: an array of the top accounts that have recently mentioned this creator or that this creator has mentioned
---
[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.]
@iSapiens iSapiensiSapiens posts on X about maga, snakes, celebrities, elon musk the most. They currently have XXX followers and XXX posts still getting attention that total XX engagements in the last XX hours.
Social category influence finance celebrities currencies
Social topic influence maga, snakes, celebrities, elon musk, $8month, money, ipo, spacex
Top posts by engagements in the last XX hours
"@MAGAVoice Unless a whole lot of them GOPe get primaried they dont care if we are loud. Id like to see some MAGA candidates out there and for Trump to endorse them. Stop endorsing the very snakes and scorpions that bite you"
X Link 2025-12-10T17:08Z XXX followers, XX engagements
"@WallStreetMav @elonmusk What the EU complained about was the verification of accounts not the verification of accounts. They wanted celebrities politicians other elites to be separated from the plebs and got mad MAD when for $8/month anyone could get a check too"
X Link 2025-12-10T17:32Z XXX followers, XX engagements
"@nicksortor @grok how many 737s can you buy with that money and assuming one flight per day and XXX people per plane how many could be deported in a year"
X Link 2025-12-10T17:45Z XXX followers, XXX engagements
"SpaceX is going public soon. Get the IPO"
X Link 2025-12-11T03:44Z XXX followers, XX engagements
"@beatsinbrief @grok whats that amount in USD"
X Link 2025-12-11T15:21Z XXX followers, XX engagements
https://lunarcrush.com/api4/public/topic/:topic/creators/v1
Get the top creators for a social topic
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/creators/v1
Example response:
{
"data": [
{
"creator_id": "twitter::1365093503601106946",
"creator_name": "0xEthan",
"creator_avatar": "https://pbs.twimg.com/profile_images/1933385052110413824/Ge1Q1bv6_200x200.jpg",
"creator_followers": 69297,
"creator_rank": 1,
"interactions_24h": 4454629
}
]
}
Schema:
https://lunarcrush.com/api4/public/category/:category/creators/v1
Get the top creators for a social category
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/category/musicians/creators/v1
Example response:
{
"data": [
{
"creator_id": "twitter::1138458175663988738",
"creator_name": "PopBase",
"creator_avatar": "https://pbs.twimg.com/profile_images/1268086791443230737/BRGz4AiW_200x200.jpg",
"creator_followers": 2424200,
"creator_rank": 1,
"interactions_24h": 15054704
}
]
}
Schema:
https://lunarcrush.com/api4/public/creators/list/v1
Get a list of trending social creators over all of social based on interactions. To get lists of creators by category or topic see the topics and categories endpoints.
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creators/list/v1
Example response:
{
"data": [
{
"creator_name": "FoxNews",
"creator_display_name": "Fox News",
"creator_id": "1367531",
"creator_network": "twitter",
"creator_avatar": "https://pbs.twimg.com/profile_images/1988465685639380992/PNFNFL7O_200x200.jpg",
"creator_followers": 228610965,
"creator_posts": 1777,
"creator_rank": 1,
"interactions_24h": 484062886
}
]
}
Schema:
https://lunarcrush.com/api4/public/creator/:network/:id/v1
Get detail information on a specific creator
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/v1
Example response:
{
"data": {
"creator_id": "twitter::44196397",
"creator_name": "elonmusk",
"creator_display_name": "Elon Musk",
"creator_avatar": "https://pbs.twimg.com/profile_images/1995407795835772928/Wp7m4L9h_200x200.jpg",
"creator_followers": 229714990,
"creator_rank": 2,
"interactions_24h": 240215998,
"topic_influence": [
{
"topic": "ai",
"count": 161,
"percent": 4.45,
"rank": XX
}
],
"top_community": [
{
"creator_name": "grok",
"creator_display_name": "Grok",
"creator_avatar": "https://pbs.twimg.com/profile_images/1893219113717342208/Vgg2hEPa_200x200.jpg",
"count": XXX
}
]
}
}
Schema:
/creator/x::iSapiens