get

/achievements

Gets a list of achievements for the specified game.

Authorization

apiKey - Authorization

Request Parameters

1 Query Parameter

Responses

OK

Schema
array[object]

List of game achievements.

code
string

Unique achievement ID in the game. May be used while granting an achievement to a user for usability.

3 validations + required
description
string

Description of the achievement. Set your default value for cases when the achievement has no localization content or the user has logged in from a country for which there is no localized content.

1 validation + required
game_id
integer

Game ID which the achievement belongs to.

1 validation + required
hidden
boolean

Indicates whether the achievement is shown to the user or not if it was not granted to them. If value is false then all achievements including not granted ones will be shown to the user.

1 validation + required
id
integer

Achievement ID.

1 validation + required
localized_content
array[object]

List of localized content of achievements (title and description) for the specified country.

required
lock_image
string

Image URL for a locked achievement.

1 validation + required
title
string

Achievement name. Set your default value for the case when the user has logged in from a country for which there is no localized content.

1 validation + required
unlock_image
string

Image URL for an unlocked achievement.

1 validation + required

Send a Test Request

Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
Authorization