6 ms·
Wow.. EVEN better than I thought. I can get all the developers sales and stats just following a single, unauthenticated link: http://www.heyzap.com/api/v1/game
by PythonDeveloper 14y ago
Wow.. EVEN better than I thought. I can get all the developers sales and stats just following a single, unauthenticated link:
http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot
{
"game": {
"checkins_count": 876134,
"developer_name": "RUNNERGAMES",
"activity_url": "http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/activity http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/activity,
"android_package": "com.game.BubbleShoot",
"tips_and_questions_count": 773,
"checkins_url": "http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/activity/checkins http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/activity...,
"description": null,
"players_count": 52612,
"questions_url": "http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/activity/questions http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/activity...,
"web_url": "http://www.heyzap.com/game/Kqh-bubble-shoot http://www.heyzap.com/game/Kqh-bubble-shoot,
"players_url": "http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/players http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/players,
"url": "http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot,
"tips_url": "http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/activity/tips http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/activity...,
"thumbnail_url": "http://d2ruqtjkg8og7r.cloudfront.net/mobile_game_icon_com.game.BubbleShoot http://d2ruqtjkg8og7r.cloudfront.net/mobile_game_icon_com.ga...,
"name": "Bubble Shoot",
"id": "Kqh-bubble-shoot",
"android_price": "Free"
}
}
AND if I go HERE, I can see ALL the checkins with their locations, again without authentication:
http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/activity http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot/activity
{
"activity": [
{
"type": "checkin",
"like_count": 0,
"message": "",
"comment_count": 0,
"created_at": 1353111191,
"user": {
"display_name": "emil",
"profile_image_url": "http://www.heyzap.com/legacy/images/users/default_user_photo_200.png http://www.heyzap.com/legacy/images/users/default_user_photo...,
"web_url": "http://www.heyzap.com/profile/emilgousfendi http://www.heyzap.com/profile/emilgousfendi,
"url": "http://www.heyzap.com/api/v1/users/emilgousfendi http://www.heyzap.com/api/v1/users/emilgousfendi,
"username": "emilgousfendi",
"id": "emilgousfendi"
},
"location": {
"truncated_longitude": 106.963,
"city": "Bekasi",
"truncated_latitude": -6.356,
"country": "ID"
},
"updated_at": 1353111191,
"id": 192146287,
"time_ago": "just now",
"game": {
"android_package": "com.game.BubbleShoot",
"web_url": "http://www.heyzap.com/game/Kqh-bubble-shoot http://www.heyzap.com/game/Kqh-bubble-shoot,
"url": "http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot http://www.heyzap.com/api/v1/games/Kqh-bubble-shoot,
"thumbnail_url": "http://d2ruqtjkg8og7r.cloudfront.net/mobile_game_icon_com.game.BubbleShoot http://d2ruqtjkg8og7r.cloudfront.net/mobile_game_icon_com.ga...,
"name": "Bubble Shoot",
"android_price": "Free",
"id": "Kqh-bubble-shoot"
}
},
...