Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jub0t/rocdn

Very fast open-source Roblox CDN built to cache and serve Roblox user avatar pictures, headshots, and more.
https://github.com/jub0t/rocdn

cache cache-storage cdn open-source roblox self-hosted

Last synced: about 2 months ago
JSON representation

Very fast open-source Roblox CDN built to cache and serve Roblox user avatar pictures, headshots, and more.

Awesome Lists containing this project

README

        

# Roblox Image CDN

- Supported Image Sizes: `30`, `48`, `60`, `75`, `100`, `110`, `140`, `150`, `352`, `420`, `720`. Complete list of supported sizes can be found at [Thumbnail API Docs](https://thumbnails.roblox.com/docs/index.html).

## Usage

> [!Important]
> - Headshot [http://{domain}/headshot/{userId}?size={size}](https://cdn.bloxboost.com/headshot/1877006416?size=352)
> ```
> https://cdn1.example.com/headshot/1877006416?size=352
> ```
> - Full Avatar Body [http://{domain}/avatar/{userId}?size={size}](https://cdn.bloxboost.com/avatar/1877006416?size=352)
> ```
> https://cdn1.example.com/avatar/1877006416?size=352
> ```