#Count hwo many friend requests if we have more than +500

1 messages · Page 1 of 1 (latest)

fallen spoke
#

When having more than 500 friend requests, it doesn't show, it's just (500+). So use the api endpoint https://friends.roblox.com/v1/my/friends/requests with the cookie, a limit of 100 and the cursor parameter in a loop to count how much in total we've got, just like the transactions thing but even easier

#

and make it so it also shows how many friend requests within a day, 7d, 30d, a year, all time, and also by the originSourceType (like how many in total of that category, etc)

this is what the api return

{
  "previousPageCursor": "1:639021948262870000",
  "nextPageCursor": "1:639016710680490000",
  "data": [
    {
      "friendRequest": {
        "sentAt": "2025-12-24T11:40:26.287Z",
        "senderId": 7659461930,
        "sourceUniverseId": 7717590013,
        "originSourceType": "InGame",
        "contactName": null,
        "senderNickname": ""
      },
      "mutualFriendsList": [],
      "id": 7659461930
    }
  ]
}
#

thank you @left swan

left swan
#

not gonna happen cuz of rate limits for such a small feature

fallen spoke
#

yea but

#

please

#

rate limits u countered it on the trasnactions thing

#

u can also counter it here

#

and even if its a small feature

#

its rovalra unique :>

#

so its good

#

plz

#

and its a cool feature

#

even if its small