Public

Entry point for Oriental Wave's public API.

API Description
GET api/Public/GetCardsDatabaseVersion

Get the current version of the card database. Once you have obtained the current version of the card database, compare it with the one you have stored so as to check if there are updates to the database.

GET api/Public/GetCardsDatabase?version={version}

Download a copy of the card database. If the parameter is not specified, the entire card database is downloaded. If, on the other hand, the parameter is specified, only the changes made to the database from the specified version will be downloaded.

GET api/Public/GetCardImage/{id}

Download the image of the card with the given id

GET api/Public/GetCardThumbnail/{id}

Download the thumbnail image of the card with the given id