A really simple and **very cool™** roblox api helper lib
Project description
ropon
A really simple and very cool™ roblox api helper lib
This only fetch stuff. this lib cant modify user account.
Usage :
coming soon
why tho
yeah so this ropon thing lib exist to make your life easier, what i mean is you dont have to write your own request thing, this just save your time and stuff.
plus; goofy document
TODO LIST
✅ : done ez ⬜ : undone ❓ : no idea / tf is this
player side (website chill)
| feature | status | notes / endpoint URL |
|---|---|---|
| player info (desc, username, wearing) | ✅ | users.roblox.com/v1/users/{userId} avatar.roblox.com/v1/users/{userId}/currently-wearing |
| presence / state (online, ingame, studio) | ✅ | presence.roblox.com/v1/presence/users |
| old usernames | ✅ | users.roblox.com/v1/users/{userId}/username-history |
| outfits | ✅ | avatar.roblox.com/v1/users/{userId}/outfits |
| inventory (UGC, accs, etc.) | ✅ | inventory.roblox.com/v2/users/{userId}/inventory/{assetType} |
| gamepasses | ✅ | inventory.roblox.com/v1/users/{userId}/game-passes |
| badges | ✅ | badges.roblox.com/v1/users/{userId}/badges |
| badge earned date | ✅ | badges.roblox.com/v1/users/{userId}/badges/awarded-dates |
| emotes | ✅ | avatar.roblox.com/v1/users/{userId}/emotes |
| created games | ✅ | games.roblox.com/v2/users/{userId}/games |
thumbnails (render stuff)
| feature | status | notes / endpoint URL |
|---|---|---|
| badges | ✅ | thumbnails.roblox.com/v1/badges/icons?badgeIds={ids} |
| bundle | ❓ | thumbnails.roblox.com/v1/bundles/icons?bundleIds={ids} |
| dev products | ❓ | via catalog.roblox.com or assetdelivery.roblox.com APIs |
| gamepasses | ✅ | thumbnails.roblox.com/v1/game-passes?gamePassIds={ids} |
| games | ✅ | thumbnails.roblox.com/v1/games/icons?universeIds={ids} |
| catalog item | ✅ | thumbnails.roblox.com/v1/assets?assetIds={id} |
| model creator store | ✅ | same as catalog item (render asset) |
| outfit / headshot / bust | ✅ | thumbnails.roblox.com/v1/users/avatar-{type}?userIds={id} |
fetch catalog item
| feature | status | notes / endpoint URL |
|---|---|---|
| favorites | ⬜ | catalog.roblox.com/v1/favorites/users/{userId}/assets/{assetId} catalog.roblox.com/v1/favorites/assets/{assetId}/count |
| item details | ⬜ | catalog.roblox.com/v1/catalog/items/details (POST w/ {"items":[{"itemType":"Asset","id":12345}]}) |
| bundle stuff | ⬜ | catalog.roblox.com/v1/bundles/{bundleId} catalog.roblox.com/v1/bundles/{bundleId}/details |
connection / friends stuff
| feature | status | notes / endpoint URL |
|---|---|---|
| friends list | ✅ | friends.roblox.com/v1/users/{userId}/friends |
| friend requests | ❓ | friends.roblox.com/v1/user/friend-requests |
| followers | ✅ | friends.roblox.com/v1/users/{userId}/followers |
| followings | ✅ | friends.roblox.com/v1/users/{userId}/followings |
| friendship status | ❓ | friends.roblox.com/v1/users/{userId}/friends/{targetUserId} |
place / games
| feature | status | notes / endpoint URL |
|---|---|---|
| badge info | ✅ | badges.roblox.com/v1/badges/{badgeId} |
| gamepass info | ✅ | games.roblox.com/v1/game-passes/{gamePassId} |
| universe id | ✅ | api.roblox.com/universes/get-universe-containing-place?placeid={id} |
| full metadata (visits, likes, genre, servers, media) | ⬜ | see below |
| – game servers list | ⬜ | games.roblox.com/v1/games/{placeId}/servers/{type} |
| – game media (thumbs, trailers) | ⬜ | games.roblox.com/v1/games/{universeId}/media |
| – votes/likes ratio | ⬜ | games.roblox.com/v1/games/votes?universeIds={ids} |
| – details (genre, visits, playing) | ✅ | games.roblox.com/v1/games?universeIds={ids} |
| – thumbnails (multi-place) | ✅ | thumbnails.roblox.com/v1/games/multiget/thumbnails?universeIds={ids}&size=… |
| – game updates info | ❓ | develop.roblox.com/v2/universes/{universeId}/configuration |
group
| feature | status | notes / endpoint URL |
|---|---|---|
| group search | ✅ | groups.roblox.com/v1/groups/search cursor support |
| group details | ⬜ | groups.roblox.com/v1/groups/{groupId} |
| roles | ⬜ | groups.roblox.com/v1/groups/{groupId}/roles |
| members by role | ⬜ | groups.roblox.com/v1/groups/{groupId}/roles/{roleId}/users |
| user’s groups | ⬜ | groups.roblox.com/v2/users/{userId}/groups/roles |
| group wall posts | ⬜ | groups.roblox.com/v2/groups/{groupId}/wall/posts |
| group shout | ⬜ | groups.roblox.com/v1/groups/{groupId}/shout |
| group social links | ⬜ | groups.roblox.com/v1/groups/{groupId}/social-links |
creator / toolbox
| feature | status | notes / endpoint URL |
|---|---|---|
| search models | ⬜ | develop.roblox.com/v1/assets?assetType=Model&isFree=true&limit=30 |
| search plugins | ⬜ | develop.roblox.com/v1/assets?assetType=Plugin&limit=30 |
| search audio / sounds | ⬜ | develop.roblox.com/v1/assets?assetType=Audio&limit=30 |
| search meshes / decals | ⬜ | develop.roblox.com/v1/assets?assetType=Decal&limit=30 |
| asset delivery (file) | ⬜ | assetdelivery.roblox.com/v1/asset?id={assetId} |
| publish / upload assets | ❓ | publish.roblox.com/v1/assets/upload |
| content store access | ⬜ | contentstore.roblox.com/v1/content/{hash} |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ropon-0.1.1.tar.gz.
File metadata
- Download URL: ropon-0.1.1.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f354b405137c0f4950f41cd1112988d52288a78e36a034369962a8f812fa76a6
|
|
| MD5 |
830f0344238d88549fb24dfbb49ce747
|
|
| BLAKE2b-256 |
4ec280d4f0e9501538a4f7b3977bbb3dec93bad226388fd06f1f7f4f9737d0f4
|
File details
Details for the file ropon-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ropon-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08813b5c14dab072b22e796a519f6b7bc07d27546249eef8a538fd0a8ce93010
|
|
| MD5 |
643533e50fd104a151e00fb67da147cd
|
|
| BLAKE2b-256 |
fbd7f70e89e9b64410b0ba2c43f3489240659aa434e2b2c970552b22040e2272
|