Skip to content

insanerest/RoProxy-API

Repository files navigation

RoProxy

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.

Features

  • 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.

Installation

To get started with RoProxy, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/insanerest/RoProxy-API.git
  2. Install the required dependencies:

    cd RoProxy-API
    npm install
  3. Start the application:

    node server.js

Usage

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.

Example Request

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.

Contributing

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.

License

RoProxy is licensed under the MIT License.









RoProxy Logo

About

A proxy so you can access the Roblox API within your game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published