googleapis.com – games
The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:games/v1.json
- Provider
- googleapis.com:games / games
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/games/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/games/v1/openapi.yaml
Tools (33)
Extracted live via the executor SDK.
-
achievementDefinitions.gamesAchievementDefinitionsListLists all the achievement definitions for your application.
-
achievements.gamesAchievementsIncrementIncrements the steps of the achievement with the given ID for the currently authenticated player.
-
achievements.gamesAchievementsListLists the progress for all your application's achievements for the currently authenticated player.
-
achievements.gamesAchievementsRevealSets the state of the achievement with the given ID to
REVEALEDfor the currently authenticated player. -
achievements.gamesAchievementsSetStepsAtLeastSets the steps for the currently authenticated player towards unlocking an achievement. If the steps parameter is less than the current number of steps that the player already gained for the achievement, the achievement is not modified.
-
achievements.gamesAchievementsUnlockUnlocks this achievement for the currently authenticated player.
-
achievements.gamesAchievementsUpdateMultipleUpdates multiple achievements for the currently authenticated player.
-
applications.gamesApplicationsGetRetrieves the metadata of the application with the given ID. If the requested application is not available for the specified
platformType, the returned response will not include any instance data. -
applications.gamesApplicationsGetEndPointReturns a URL for the requested end point type.
-
applications.gamesApplicationsPlayedIndicate that the currently authenticated user is playing your application.
-
applications.gamesApplicationsVerifyVerifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.
-
events.gamesEventsListByPlayerReturns a list showing the current progress on events in this application for the currently authenticated user.
-
events.gamesEventsListDefinitionsReturns a list of the event definitions in this application.
-
events.gamesEventsRecordRecords a batch of changes to the number of times events have occurred for the currently authenticated user of this application.
-
leaderboards.gamesLeaderboardsGetRetrieves the metadata of the leaderboard with the given ID.
-
leaderboards.gamesLeaderboardsListLists all the leaderboard metadata for your application.
-
metagame.gamesMetagameGetMetagameConfigReturn the metagame configuration data for the calling application.
-
metagame.gamesMetagameListCategoriesByPlayerList play data aggregated per category for the player corresponding to
playerId. -
players.gamesPlayersGetRetrieves the Player resource with the given ID. To retrieve the player for the currently authenticated user, set
playerIdtome. -
players.gamesPlayersGetMultipleApplicationPlayerIdsGet the application player ids for the currently authenticated player across all requested games by the same developer as the calling application. This will only return ids for players that actually have an id (scoped or otherwise) with that game.
-
players.gamesPlayersGetScopedPlayerIdsRetrieves scoped player identifiers for currently authenticated user.
-
players.gamesPlayersListGet the collection of players for the currently authenticated user.
-
revisions.gamesRevisionsCheckChecks whether the games client is out of date.
-
scores.gamesScoresGetGet high scores, and optionally ranks, in leaderboards for the currently authenticated player. For a specific time span,
leaderboardIdcan be set toALLto retrieve data for all leaderboards in a given time span.NOTE: You cannot ask for 'ALL' leaderboards and 'ALL' timeSpans in the same request; only one parameter may be set to 'ALL'. -
scores.gamesScoresListLists the scores in a leaderboard, starting from the top.
-
scores.gamesScoresListWindowLists the scores in a leaderboard around (and including) a player's score.
-
scores.gamesScoresSubmitSubmits a score to the specified leaderboard.
-
scores.gamesScoresSubmitMultipleSubmits multiple scores to leaderboards.
-
snapshots.gamesSnapshotsGetRetrieves the metadata for a given snapshot ID.
-
snapshots.gamesSnapshotsListRetrieves a list of snapshots created by your application for the player corresponding to the player ID.
-
stats.gamesStatsGetReturns engagement and spend statistics in this application for the currently authenticated user.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools