The Social Proof Data API provides aggregate game data about your community, offer activity, and recent earnings from game participation.
Use this data to:
Show how many users are currently earning on your platform
Highlight the total earnings generated by your community
Feature games with recent and ongoing activity
Show how much users have earned from individual games
Highlight recent earnings to demonstrate that users are actively earning
Note: APIs can be used with our iFrame but not with our Wallet solution.
Endpoint
Before you attempt to connect, complete the steps in Prepare to Connect to Besitos APIs.
Endpoint URL |
|
HTTP method | GET |
Refresh rate | 24 hours |
No parameters are required, but a valid partner token is required, as with other API endpoints.
Examples
Request
Request
GET https://wall.besitos.ai/data/social-proof/aggregate
Response
Response
{
"generated_at": "2026-08-13T07:58:04Z",
"community": {
"generated_at": "2026-08-13T07:58:04Z",
"total_users": 320,
"total_earned_usd": 908.13,
"active_today": 1
},
"offer_activity": {
"generated_at": "2026-08-13T07:58:04Z",
"offers": {
"Amaze GO! - Android": {
"installs_today": 0,
"last_install_minutes_ago": null,
"weekly_installs": 0,
"weekly_earned_usd": 0,
"monthly_installs": 0,
"monthly_earned_usd": 0
},
"Go Go Gold Casino - iOS": {
"installs_today": 0,
"last_install_minutes_ago": null,
"weekly_installs": 0,
"weekly_earned_usd": 0,
"monthly_installs": 0,
"monthly_earned_usd": 0
},
"Jackpot Nights - iOS": {
"installs_today": 0,
"last_install_minutes_ago": null,
"weekly_installs": 0,
"weekly_earned_usd": 0,
"monthly_installs": 0,
"monthly_earned_usd": 0
},
"Mad Lab Wilds - Android": {
"installs_today": 0,
"last_install_minutes_ago": null,
"weekly_installs": 0,
"weekly_earned_usd": 0,
"monthly_installs": 0,
"monthly_earned_usd": 0
},
"Toon Blast - Android": {
"installs_today": 0,
"last_install_minutes_ago": null,
"weekly_installs": 0,
"weekly_earned_usd": 0,
"monthly_installs": 0,
"monthly_earned_usd": 0
}
}
},
"recent_earnings": []
}Response attributes
All dates and timestamps are returned in EST/EDT.
Attribute | Data Type | Description | Example |
Community |
|
|
|
| string/datetime | The date and time when the community data was generated. |
|
| number | The total number of users in your community. |
|
| number | The total earnings generated by your community in USD. |
|
| number | The number of users who visited your iFrame or clicked a Besitos offer on your platform. |
|
Offer Activity |
|
|
|
| string/datetime | The date and time when the offer activity data was generated. | |
| array | Contains activity and earnings data for each game offer. Offers are identified by name and platform. |
|
| number | The number of times the offer was installed today. |
|
| number | The number of minutes since the game was last installed. Returns |
|
| number | The number of times the game was installed in the last 7 days. |
|
| number | The total earnings generated by the game offer in the last 7 days, in USD. |
|
| number | The number of times the game was installed in the last 30 days. |
|
| number | The total earnings generated by the offer during the last 30 days, in USD. |
|
| number | Contains up to five of the most recent earnings of $5 or more. |
|
Using the response data
Community | Offer activity | Recent earnings |
The
Use this data to show users the size and activity of your community. | The
Each offer also includes:
Use this data to highlight offers that are currently attracting users and generating earnings. | The
Use this data to highlight recent earnings activity and show users that others are successfully earning on your platform. |
