Ok so I made a previous topic as a joke sorry for that etc etc Sorry for that
So I want to know that what is roblox api? and the website api . roblox (placed space so people wont think i am trolling again ) Like I have heard that its api website but how do I use it?
It’s for what I know stuff held by ROBLOX. All of it is either protected or undocumented so attempting to use it would take a while unless you run into someone who can do it, most of it is just Username change and GetRobux stuff. I think it’s not in a huge amount of use, either. Some of these (e.g getBalance) is imported into services and properly protected.
May I ask if there is something you need to use? I may be missing something, but it uses JavaScript I think which is a bit hard to convert into Lua.
just wanted to use it to see if i can get the likes/favourites/dislikes and stuff of games/users/groups and stuff more of a like viewer kinda game which views the robux of players there balance there rep and some more stuff
They use a service called FriendService. They save your current friends in a DataStore and when you join check if you are still friends or not, or if you gained some.
Edit: Not FriendService. I forgot where it was, but I can’t find it.
This is simply not true. It is very well documented, and heavily used between game developers and web developers alike. If you are planning on using any Roblox API in your games, you will need to find or set up a proxy as you cannot make direct requests from the Roblox UserAgent.
Here are some of the documentation which can be found at the following sites:
Please keep in mind you should be familiar with HTTP Service, and if you need help that should be a whole other topic.
All of the things you mentioned are possible via these API endpoints, expect for viewing a player’s Robux which is protected by the authenticated user. (unless you are running some type of service where you have access to their cookie, which you do not in game).