RoProxy is a software website proxy designed to help access Roblox data through a secure and efficient API. It acts as an intermediary to fetch game data and game passes from Roblox, ensuring a seamless integration with your projects.
- User Games: Fetches games that a user has created.
- Game Passes: Fetches game passes for a specific game by its universe ID.
- Universe IDs: Retrieves the universe IDs of a user's games.
- Pass Price: Retrieves the price of a specific game pass by pass ID.
To get started with RoProxy, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/insanerest/RoProxy-API.git
-
Install the required dependencies:
cd RoProxy-API npm install
-
Start the application:
node server.js
Once the server is running, you can access the following API endpoints:
/api/user_games/:userId
: Get the games created by the user./api/game_passes/:universeId
: Get the game passes of a specific game./api/universe_id/:userId
: Get the universe IDs for a user's games./api/pass_price/:userId/:passId
: Get the price of a specific game pass.
To get the list of games for a user with ID 12345678
:
GET http://localhost:3000/api/user_games/12345678
This will return a list of games that the user has created.
If you would like to contribute to RoProxy, open an issue or submit a pull request. Please follow the project's coding standards and ensure that your changes are well-documented.
RoProxy is licensed under the MIT License.