r4nkt
  • Introduction
  • Getting Started
  • Concepts
    • Overview
    • Achievements
    • Actions
    • Activities
    • Badges
    • Criteria
    • Criteria Conditions
    • Criteria Groups
    • Custom Data Reference
    • Games
    • Leaderboards
    • Players
    • Rewards
    • Scores
  • Cookbook
    • Criteria Conditions
    • Achievements
  • API
    • Overview
    • Authentication
    • Achievements
    • Actions
    • Activities
    • Criteria
    • Criteria Groups
    • Leaderboards
    • Players
    • Player Badges
    • Rewards
    • Scores
  • Webhooks
    • Overview
    • Getting Started
    • Events
  • PHP SDK
    • Overview
    • Getting Started
  • Laravel Package
    • Overview
    • Installation
    • Webhooks
Powered by GitBook
On this page
  • Create a leaderboard
  • Retrieve a leaderboard
  • Update a leaderboard
  • Delete a leaderboard
  • List all leaderboards
  • List a leaderboard's rankings
  • List a specific player's leaderboard ranking

Was this helpful?

  1. API

Leaderboards

Create a leaderboard

POST /v1/games/:game_id/leaderboards

Path Parameters

Name
Type
Description

string

Retrieve a leaderboard

GET /v1/games/:game_id/leaderboards/:id

Path Parameters

Name
Type
Description

string

Update a leaderboard

PUT /v1/games/:game_id/leaderboards/:id

Path Parameters

Name
Type
Description

string

Delete a leaderboard

DELETE /v1/games/:game_id/leaderboards/:id

Path Parameters

Name
Type
Description

string

List all leaderboards

GET /v1/games/:game_id/leaderboards

Path Parameters

Name
Type
Description

string

List a leaderboard's rankings

GET /v1/games/:game_id/leaderboards/:id/rankings

Path Parameters

Name
Type
Description

string

List a specific player's leaderboard ranking

GET /v1/games/:game_id/leaderboards/:id/players/:player_id/rankings

Path Parameters

Name
Type
Description

string

PreviousCriteria GroupsNextPlayers

Last updated 3 years ago

Was this helpful?