Page Summary
-
The GameSnacks Partner API allows distribution partners to embed games on their sites and apps by providing a list of games and their metadata.
-
The
gamesnackspartner.googleapis.comservice is recommended to be called using Google-provided client libraries. -
A Discovery Document is available at
https://gamesnackspartner.googleapis.com/$discovery/rest?version=v1&key=API_KEYto build tools for interacting with this API. -
The service endpoint for this API is
https://gamesnackspartner.googleapis.com. -
The
v1.accounts.gamecenters.gamesREST resource has alistmethod to retrieve games for a given game center.
The GameSnacks Partner API enables distribution partners to efficiently embed games on their sites and apps. The API provides a list of games and their metadata that are hosted on the GameSnacks platform.
Service: gamesnackspartner.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
https://gamesnackspartner.googleapis.com/$discovery/rest?version=v1&key=API_KEY
API_KEY is the API key generated in the Google Cloud console.
See the Get started guide for more details.
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://gamesnackspartner.googleapis.com
REST Resource: v1.accounts.gamecenters.games
| Methods | |
|---|---|
list |
GET /v1/{parent=accounts/*/gamecenters/*}/games Lists the games of a given game center. |