Powered live by GET /api/v1/azuki/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Gates Awakened
Goro Graveloth

Goro Graveloth

Leader #123 Leader ObsidianSloth HP 20
Types
Earth
Expansion
Gates Awakened · Azuki TCG
Language
English
TCGplayer
GET /api/v1/azuki/cards/AZK01-123?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "AZK01-123",
    "name": "Goro Graveloth",
    "number": "123",
    "printed_number": "123",
    "images": [
      {
        "type": "front",
        "small": "https://static-content.azuki.com/tcg/card_art/S1-AZK01-123_Goro-Graveloth_L_L_die.jpg",
        "medium": "https://static-content.azuki.com/tcg/card_art/S1-AZK01-123_Goro-Graveloth_L_L_die.jpg",
        "large": "https://static-content.azuki.com/tcg/card_art/S1-AZK01-123_Goro-Graveloth_L_L_die.jpg"
      }
    ],
    "expansion": {
      "id": "azk-01",
      "name": "Gates Awakened",
      "total": 154,
      "language": "English",
      "language_code": "en",
      "series": "Azuki TCG",
      "code": "AZK-01",
      "printed_total": 129,
      "release_date": "2026/06/29",
      "logo": "https://tcg.azuki.com/azuki_tcg_logo.svg",
      "symbol": "https://tcg.azuki.com/azuki_tcg_logo.svg"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://static-content.azuki.com/tcg/card_art/S1-AZK01-123_Goro-Graveloth_L_L_die.jpg",
            "medium": "https://static-content.azuki.com/tcg/card_art/S1-AZK01-123_Goro-Graveloth_L_L_die.jpg",
            "large": "https://static-content.azuki.com/tcg/card_art/S1-AZK01-123_Goro-Graveloth_L_L_die.jpg"
          }
        ]
      }
    ],
    "supertype": "Leader",
    "subtypes": [
      "Obsidian",
      "Sloth"
    ],
    "types": [
      "Earth"
    ],
    "hp": "20",
    "rarity": "Leader",
    "pricing": {
      "currency": "USD",
      "market": 65,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T02:39:17.128Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}