Skip to main content
GET
/
api
/
images
/
characters
/
overworld-atlas
/
{type}
/
{characterCode}
Get Overworld Atlas
curl --request GET \
  --url https://api.example.com/api/images/characters/overworld-atlas/{type}/{characterCode}
type
string
required
Asset type: texture (PNG spritesheet), json (frame data), or standing (idle frame)
characterCode
string
required
Character code (e.g. luna, atom)
Returns binary image data (PNG) or JSON frame coordinates.