Skip to content

🖼️ Assets static resource API

AWMC provides static resource APIs for developers to directly access game-related media resources.

1. Resources root-path

All of the static resources can be reached via:

https://assets.awmc.cc

2. 资源分类

2.1 曲绘资源 (Covers)

获取指定 ID 的曲绘图片。

GET曲绘资源 (Covers)
/covers/:id

3. 使用说明

  • 无需鉴权:所有的静态资源接口均可直接匿名访问。
  • 缓存建议:建议在客户端对资源进行缓存,以提高加载速度。
  • 文件格式:目前大部分资源采用 .png 格式,请确保在请求时包含正确的文件后缀。

Released under the MIT License.