Rolimon's API Module

Rolimon's API Module


I’ve created a module that allows you to easily access the Rolimon’s API; it comes with several features and is available for download here. If you would prefer not to download the RBXM file, the marketplace model can be found here.

A more in-depth documentation can be found on the GitHub repository.

Features


  • Get the latest item data from Rolimon’s
  • Get recently posted trade ads
  • Get recent deal activity
  • Calculate RAP changes

Changelog


1.5.0 (1/25/26)
  • Added GetItems()
  • Added GetRecentDealActivity()
  • Added rawTable argument to some functions (see doc)
  • Added heavy documentation throughout the module - should drastically improve intellisense
  • Improved error handling/warning messages
  • Deprecated GetRAPChange(), use CalculateRAPChange() instead
  • Deprecated GetPlayerDetails() (see doc)
1.4.0 (7/13/24)
  • Migrated to the new Rolimon’s API endpoints
  • Fixed an issue where the GetRAPChange() function would return nil if the RAP was increasing
  • Now only uses a single module rather than two
  • Added support for tracking recent trade ads
  • Rewrote the entire module
  • Removed GetRAPChangeFromItem(), use GetRAPChange() instead
  • Removed GetPlayerAssets() due to the endpoint being removed
1.3.0 (2/6/24)
  • fetchItems() now returns a table
  • fetchItemDetails() now returns a table
  • getRAPChangeFromItem() now returns a table
  • getRAPChange() now returns a table
  • getItemCount() now returns a table
  • fetchUserDetails() now returns a table
1.2.0 (9/12/23)
  • Functions will now return values instead of updating values inside of the modules
  • Function datatypes are now shown
  • Renamed some functions
  • Merged the UserAssets and UserDetails modules into one module called Players
  • The RBXM file now includes the example scripts for easy accessibility
  • Uploaded the module to the marketplace, it can be located here
15 Likes

What happens if the request errors?

The module wraps all network calls in a pcall and if any request fails it will log a warning and return nil

1 Like

I created something like this for the API, however, it works with other endpoints as well. Great work though!

I tried finding an API for Rolimon’s but couldn’t find one so I made my own, this looks great, also, could you provide me with all of the endpoints Rolimon’s has because I want to implement them into mine. I thought there was only an endpoint for items.

1 Like
https://www.rolimons.com/itemapi/itemdetails
https://www.rolimons.com/api/activity
https://www.rolimons.com/tradeadsapi/getrecentads
https://www.rolimons.com/playerapi/player/USER_ID

There are more endpoints but these are the only ones that really have a use for Roblox. And here is unofficial documentation for the Rolimons API I created a little back. Rolimons - Rolimons API Documentation

Hello. I have a question: Is it possible to access UGC limiteds api of Rolimons?

If your still looking for one you can use mine

https://mewt.xyz/collectables
https://mewt.xyz/collectables/:id -- gets specific item details

Might add this to my module, thanks for taking your time to make this!

Bumping this topic because I just released an update! :slightly_smiling_face:

Bumping this topic because I just released an update! :slightly_smiling_face:

1 Like

Bumping this topic because I just released an update! :slightly_smiling_face:

1 Like

Thats surely going to be useful! Thanks for keeping the module updated I will soon check it out

1 Like

Bumping this topic because I just released an update! :slightly_smiling_face: