Skip to content

Developer Center


Welcome to the AWMC Developer Center. We provide developers with various APIs and tools to help you build your own maimai applications or integration services.

Status API (Base URL: https://status.awmc.cc)

Service Overview

Real-time monitoring of the operational status of maimai services provided by AWMC.

  • Authentication: No Auth Required (Public access for all users)
  • Rate Limit: 10 QPS (Queries Per Second)
  • Documentation: View Status API Details

AWMC Public API (Base URL: https://api.wmc.pub)

Business API

User data / chart queries, charge enqueue & queue, and score upload (DivingFish / Lxns) via the new /v1/user/* and /v1/charge routes.

  • Authentication: Bearer Token (Must be included in Authorization header)
  • Token Consumption: Charged on HTTP success and upstream business success (returnCode===1, or 0 for health/ping). Public paths stay mostly compatible with legacy /v1/*.
  • Documentation: View AWMC Public API Details

AWMCNET Bot API (Base URL: https://net.wmc.pub)

Score Mirror & Queries

Score sync interfaces for QueryBot and score checkers, supporting full-snapshot submission in chunks with a shared snapshot_id to avoid timeouts from large score packages in one request.

Assets Static Resource API (Base URL: https://assets.awmc.cc)

Static Resources

Provides game-related HD static resources such as jacket art and UI elements for use in your applications.

Chart Preview (Entry: https://v.awmc.cc)

Browser Preview

Preview maimai charts in the browser. Parameters correspond to Lxns song IDs, chart types, and difficulty levels, suitable for development and sharing links.

Chart Review & Analysis API (Base URL: https://v.wmc.pub/api/v1/)

REST API

Public REST API for the Chart Preview platform, supporting chart queries, comments, ratings, score submissions, rankings, and more. Requires API Key authentication.

Quick Start

You can quickly access different module documentation via the following links:

  • Status API - Get real-time service status, heartbeat records, and announcements.
  • AWMC Public API - User queries, charge queue, score upload (DivingFish / Lxns).
  • AWMCNET Bot API - Score mirroring, player queries, and chunked snapshot sync.
  • Assets Static Resource API - Jacket art, resource gallery, and other static file retrieval.
  • Chart Preview - In-browser chart preview and query parameter documentation.
  • Chart Review & Analysis API - REST API for chart queries, comments, ratings, score submissions, and rankings.
  • [More Features] - Under development, stay tuned...

Suggestion

If you encounter any issues during development, feel free to submit an Issue on GitHub or contact our team.

Released under the MIT License.