General

Activity counts

GET /jsonp/activitycounts

Show counter and counts of personal profile activities: crew invites, friend requests, unread private messages and unread notifications.

Example request:

GET /jsonp/activitycounts HTTP/1.1
Host: socialclub.rockstargames.com

Example response (full):

{
  "Total": 0,
  "CrewInvitesCount": 0,
  "FriendInvitesCount": 0,
  "PrivateMessageUnreadCount": 0,
  "NotificationUnreadCount": 0,
  "sl_translate": "ErrorText,MessageText",
  "Status": true
}