Skip to content

Cosmetics Api (CDN)

Nulled edited this page May 29, 2021 · 6 revisions

Description

The Cosmetics Api or Content Delivery Network provides the resources needed for the game. It seems that none of the endpoints requires authentication.

URL

"https://cdn.werewolf-apps.com"

Endpoints

  • "/avatarItems/{file} - Return the image corresponding to the given file
  • "/promotions/{file}" - Return the image corresponding to the given file
  • "/promos/{file}" - Return the image corresponding to the given file
  • "/animations/emojis/{file}" - Returns json file corresponding to the given emoji

Images can have different scaling. To get the scaled images use "@{scaling}x" in the picture file (example below).

Examples:

Clone this wiki locally