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

← Obsidian Flames
Houndstone

Houndstone

Uncommon #101 Pokémon Stage 1 HP 140
Types
Psychic
Illustrator
Saya Tsuruta
Expansion
Obsidian Flames · Scarlet & Violet
Language
English
TCGplayer
509953

Attacks

Rear Kick 30
Colorless · Colorless
Two Four-ocious 80
Psychic · Colorless · Colorless

If your opponent has exactly 2 or 4 Prize cards remaining, this attack does 120 more damage.

GET /api/v1/pokemon/cards/sv3-101?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3-101",
    "name": "Houndstone",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/101.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/101.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/101.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3",
      "name": "Obsidian Flames",
      "total": 230,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "OBF",
      "printed_total": 197,
      "release_date": "2023/08/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "509953",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/101.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/101.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/101.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rear Kick",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Two Four-ocious",
        "text": "If your opponent has exactly 2 or 4 Prize cards remaining, this attack does 120 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "LP",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.06
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 49.99,
          "low": 42.49,
          "high": 57.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 5.63,
          "low": 4,
          "high": 7.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:40:49.313Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.69
      }
    }
  }
}