このチャプターの目次
/supertypes
全特殊タイプを取得
サンプルコード
ruby
require 'mtg_sdk'
supertypes = MTG::Supertype.all
python
from mtgsdk import Supertype
supertypes = Supertype.all()
bash
curl "https://api.magicthegathering.io/v1/supertypes"
レスポンス
レスポンス
{
"supertypes":[
"Basic",
"Legendary",
"Ongoing",
"Snow",
"World"
]
}