1min
Gameye API Overview
Welcome to the Gameye API.
The Gameye APIs are organized around REST - if you've interacted with a RESTful API already, many of the concepts will be familiar to you. All API calls to Gameye should be made to the https://api.gameye.io base domain. Gameye uses load-balancing technology to deploy your game sessions from a region-specific cluster. We use many standard HTTP features, like HTTP verbs, which can be understood by many HTTP clients. JSON will be returned in all responses, including errors. The APIs are designed to have predictable, straightforward URLs and to use HTTP response codes to indicate API errors.