GS2-Ranking2 API Reference

Ranking feature

Implements rankings for scores and clear times.

GS2-Ranking2 provides global, cluster, and subscribe rankings.

  • Global rankings update immediately and retain only the top 1,000 players; scores below that range are treated as unranked.
  • Cluster rankings create a separate ranking for each cluster ID, such as a guild ID. They can verify that the player belongs to the target cluster before accepting a score.
  • Subscribe rankings build a personalized board from players the user subscribes to, making them suitable for friend rankings and other asymmetric relationships. Updates are asynchronous and normally appear within about one second.

Rankings can be associated with GS2-Schedule events as seasons. Each repeated event creates a new season, preserves previous results, and can grant rewards according to ranking thresholds.


GS2-Ranking2 SDK for Game Engine API Reference

Specifications of models and API references for GS2-Ranking2 SDK for Game Engine

GS2-Ranking2 SDK API Reference

Specification of models and API references for GS2-Ranking2 SDK for various programming languages

GS2-Ranking2 Deploy/CDK Reference

The template format used when creating stacks with GS2-Deploy, and implementation examples of template output in various languages using CDK

GS2-Ranking2 Master Data Reference

Reference for the master data format and the models to be imported

GS2-Ranking2 Transaction Actions

Specification of verify/consume/acquire transaction actions