googleapis.com

The Google Play Game Services Publishing API allows developers to configure their games in Game Services.

🔑 oauth2 10 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Retrieves the metadata of the achievement configuration with the given ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://gamesconfiguration.googleapis.com/games/v1configuration/achievements/{achievementId}
Retrieves the metadata of the leaderboard configuration with the given ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://gamesconfiguration.googleapis.com/games/v1configuration/leaderboards/{leaderboardId}
Returns a list of the achievement configurations in this application.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://gamesconfiguration.googleapis.com/games/v1configuration/applications/{applicationId}/achievements
Endpoints (10 total)
GET
/games/v1configuration/achievements/{achievementId}
Retrieves the metadata of the achievement configuration with the given ID.
GET
/games/v1configuration/leaderboards/{leaderboardId}
Retrieves the metadata of the leaderboard configuration with the given ID.
GET
/games/v1configuration/applications/{applicationId}/achievements
Returns a list of the achievement configurations in this application.
GET
/games/v1configuration/applications/{applicationId}/leaderboards
Returns a list of the leaderboard configurations in this application.
POST
/games/v1configuration/applications/{applicationId}/achievements
Insert a new achievement configuration in this application.
POST
/games/v1configuration/applications/{applicationId}/leaderboards
Insert a new leaderboard configuration in this application.
PUT
/games/v1configuration/achievements/{achievementId}
Update the metadata of the achievement configuration with the given ID.
PUT
/games/v1configuration/leaderboards/{leaderboardId}
Update the metadata of the leaderboard configuration with the given ID.
DELETE
/games/v1configuration/achievements/{achievementId}
Delete the achievement configuration with the given ID.
DELETE
/games/v1configuration/leaderboards/{leaderboardId}
Delete the leaderboard configuration with the given ID.
At a glance
Total SDKs10
Languages6
Endpoints10
Authoauth2
Categories2
https://gamesconfiguration.googleapis.com