You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "img" string shall refer to a subdirectory within the following URL (which may be subject to change): https://s3-ap-northeast-1.amazonaws.com/static.ws-tcg.com/wordpress/wp-content/cardimages/
Thus the URL of the serial GF/W33-001 refers to the following image: https://s3-ap-northeast-1.amazonaws.com/static.ws-tcg.com/wordpress/wp-content/cardimages/g/gf_w33/gf_w33_001.png
This Post-Processor should not be able to accept English cards.
This Post-Processor must first get image data via Release ID. Only use a single-card search when necessary. In such a case, the request body should be this.
When using Title Code/Neo-Standard Code search, the page variable in the JSON must increment by 1 until the resulting JSON becomes []. This is how all card data for that Title Code/Neo-Standard Code shall be obtained.
The text was updated successfully, but these errors were encountered:
I've analyzed the API powering Bushiroad's DeckLog application and it should be possible to get image URL data from it.
This can be done using:
POST https://decklog.bushiroad.com/system/app/api/search/2
(2
very likely refers to the Game ID Weiss Schwarz)This request accepts application/json of the following format:
This will output the following JSON.
The "img" string shall refer to a subdirectory within the following URL (which may be subject to change):
https://s3-ap-northeast-1.amazonaws.com/static.ws-tcg.com/wordpress/wp-content/cardimages/
Thus the URL of the serial GF/W33-001 refers to the following image:
https://s3-ap-northeast-1.amazonaws.com/static.ws-tcg.com/wordpress/wp-content/cardimages/g/gf_w33/gf_w33_001.png
This Post-Processor should not be able to accept English cards.
This Post-Processor must first get image data via Release ID. Only use a single-card search when necessary. In such a case, the request body should be this.
When using Title Code/Neo-Standard Code search, the page variable in the JSON must increment by 1 until the resulting JSON becomes
[]
. This is how all card data for that Title Code/Neo-Standard Code shall be obtained.The text was updated successfully, but these errors were encountered: