RESTful API
The Mobage platform provides the following RESTful API for your app to interact with the platform. These API are divided into three categories:
- Authentication: used to authorize your app server for subsequent RESTful API calls,
- Bank: used for processing in-game virtual item purchase,
- Social: let you access various social functions on Mobage platform
Depending on the API category and environment, your requests must be sent to different endpoints as summarized here.
For more details on how to authenticate with the Mobage RESTful API server, please see here.
![]() | Your app is not allowed to use the Production APIs or endpoints before it passes the Application Release Review process. |
![]() | Notation used in below RESTful URI Fragments: {name}: Replace this with an actual value (i.e. user ID, group name, etc.) according to the context, without curly braces. {-list|,|name}: A comma-separated list of values, without curly braces. |
![]() | These APIs can be used in Smartphone apps, excluding those using Shell App Framework. |
Authentication
Authorizes with Mobage RESTful API server.
HTTP Method & RESTful URI Fragment |
Description |
Bank
![]() | How to use Mobage Bank API For more details on how to use the Mobage Bank API, please refer to the following pages. ngCore SDK | Native SDK | Unity SDK |
Debit
Creates transaction and updates transaction state for virtual item purchase using virtual currency.
HTTP Method & RESTful URI Fragment |
Description |
Inventory
Retrieves virtual item inventory registered on the Mobage platform in Mobage Developers.
HTTP Method & RESTful URI Fragment |
Description |
Social
People
Retrieves user profile information and friend list.
HTTP Method & RESTful URI Fragment |
Description |
AppData
Stores, updates and deletes user app data on Mobage platform.
HTTP Method & RESTful URI Fragment |
Description |
Profanity
Verifies whether text violates the profanity policy.
HTTP Method & RESTful URI Fragment |
Description |
Blacklist
Queries the blacklists of specific users.
HTTP Method & RESTful URI Fragment |
Description |
Remote Notification
Sends remote notifications to users.
![]() | How to use Remote Notification API For more details on how to use the Remote Notification API, please refer to the following pages. ngCore SDK | Native SDK | Unity SDK |
HTTP Method & RESTful URI Fragment |
Description |
Leaderboard
Retrieves information about leaderborads registered for an app in Mobage Developers. Creates, updates, deletes and retrieves users' scores on those leaderboards.
![]() | How to use Leaderboard API For more details on how to use the Leaderboard API, please refer to the following pages. ngCore SDK | Native SDK | Unity SDK |
HTTP Method & RESTful URI Fragment |
Description |
TextData
Stores and retrieves user created text (TextData) to or from the platform. Stored TextData are subject to monitoring. TextDataGroup must be created before you can store TextData in the group. TextDataGroup can be created using below API based on 2-legged authentication model (Trusted Model).
HTTP Method & RESTful URI Fragment |
Description |
Achievement
Retrieves the list of Achievements registered in Mobage Developers portal.
![]() | How to use Achievement API For more details on how to use the Achievement API, please refer to the following pages. ngCore SDK | Native SDK | Unity SDK |
HTTP Method & RESTful URI Fragment |
Description |
User Achievement
Retrieves the achievement record for users.
![]() | How to use User Achievement API For more details on how to use the User Achievement API, please refer to the following pages. ngCore SDK | Native SDK | Unity SDK |
HTTP Method & RESTful URI Fragment |
Description |
MobageCard Incentive
As part of the privileges enjoyed by users who are using MOBAGE CARD (Credit Card), this API can be used to retrieve the user's incentive level and update the incentive state of the user. For more information about the incentive system, read here.
![]() | How to use MobageCard Incentive API For more details on how to use the MobageCard Incentive API, please refer to the following pages. [ngCore SDK] | [Native SDK] | [Unity SDK] |
HTTP Method & RESTful URI Fragment |
説明 |