Package Exports
- bloxkit
- bloxkit/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bloxkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Bloxkit
Bloxkit is a ROBLOX api wrapper. As of now this package does not have authentication, so you cannot use this to block people, view your friend requests, and other endpoints. This package is still in it's beta stage so please bare with me. Contributions are welcomed.
Installation
Using Npm:
npm i -D bloxkitFrom Source:
vscode.dev
repl.it
stackblitz
command line:
git clone https://github.com/r6nted/bloxkit.git
Example Usage
import { GetStatus } from 'bloxkit';
// returns online or offline
GetStatus(287509940).then((status) => console.log(status));Docs
Check out the docs here
Docs Guide
- ?: optional parameter
- !: reccomended parameter
Roblox Api endpoints
Credits to matthewdean
| Site | Description |
|---|---|
| abtesting.roblox.com | Endpoints for the A/B Testing framework |
| accountinformation.roblox.com | All endpoints for acessing/modifying account information |
| accountsettings.roblox.com | All endpoints for account/user settings |
| adconfiguration.roblox.com | Roblox Ad Configuration related endpoints |
| ads.roblox.com | Ads configuration endpoints |
| api.roblox.com | Roblox Legacy Api Endpoints |
| assetdelivery.roblox.com | Serves asset content |
| auth.roblox.com | All endpoints that tamper with authentication sessions |
| avatar.roblox.com | Endpoints relating to the customization of player avatars |
| badges.roblox.com | Endpoints for badges and badge awards management |
| billing.roblox.com | Real money transactions and interaction |
| catalog.roblox.com | Catalog items browsing and searching. Content and user based catalog items recommendations |
| cdnproviders.roblox.com | Content delivery network providers API |
| chat.roblox.com | All chat and party related endpoints |
| clientsettings.roblox.com | Used by various Roblox clients to retrieve configuration information |
| clientsettingscdn.roblox.com | Used by various Roblox clients to retrieve configuration information |
| client-telemetry.roblox.com | Handles client telemtry |
| contentstore.roblox.com | ApiSite to front the TemporaryStore for files before uploading to S3 |
| contacts.roblox.com | Contacts and userTag management |
| develop.roblox.com | Game development configuration endpoints |
| discussions.roblox.com | Discussions API (temporarily offline) |
| economy.roblox.com | Endpoints related to transactions and currency |
| economycreatorstats.roblox.com | Roblox.EconomyCreatorStats.Api endpoints. |
| engagementpayouts.roblox.com | For engagement-based payout information |
| ephemeralcounters.api.roblox.com | Handles ephemeral counters |
| followings.roblox.com | Establishes follow relationship between subscriber entities (users, groups, etc) and source entities (games, groups, assets, etc.) |
| friends.roblox.com | Friends, followers, and contacts management |
| gameinternationalization.roblox.com | Manages internationalization of games such as translating in game content. |
| gamejoin.roblox.com | All endpoints around launching a game |
| gamepersistence.roblox.com | Endpoints for the in-game datastore system for storing data for games |
| games.roblox.com | All endpoints for game discovery, and details |
| groups.roblox.com | Groups management |
| groupsmoderation.roblox.com | Group Moderation |
| inventory.roblox.com | All endpoints for viewing (but not granting) ownership of items |
| itemconfiguration.roblox.com | Configure Items (bundles amd avatar assets) |
| lms.roblox.com | Status of the Latency Management Service |
| locale.roblox.com | User locale management |
| localizationtables.roblox.com | Handles managing of localization tables |
| metrics.roblox.com | Record metrics across Roblox |
| midas.roblox.com | Handle requests around making purchases using Midas |
| notifications.roblox.com | All notification stream endpoints |
| points.roblox.com | The web Api for the in-game PointsService |
| premiumfeatures.roblox.com | This API is for premium features and anything pertaining to account add ons |
| presence.roblox.com | All endpoints for managing presence |
| privatemessages.roblox.com | All messages page endpoints |
| publish.roblox.com | All endpoints handling file uploads |
| realtime.roblox.com | Purpose of API here |
| share.roblox.com | Purpose of Api here |
| search.roblox.com | Legacy item search endpoints. |
| textfilter.roblox.com | High volume text filtering |
| thumbnails.roblox.com | Endpoints for requesting thumbnails |
| thumbnailsresizer.roblox.com | Validate and resize thumbnails to requested dimensions |
| trades.roblox.com | Endpoints for trading collectible items |
| translationroles.roblox.com | Manages translation roles of developers in game localization |
| translations.roblox.com | Endpoints for requesting translations |
| twostepverification.roblox.com | Platform interface for the two step verification system |
| users.roblox.com | APIs for direct Roblox user information. |
| versioncompatability.api.roblox.com | Handles version compatability |
| voice.roblox.com | APIs for Voice calls |