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

← Gem Pack Vol. 3
Houndstone Ex

Houndstone Ex

Rare #1707/07 Pokémon Stage 1 HP 260
Types
Psychic
Illustrator
5ban Graphics
Expansion
Gem Pack Vol. 3 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Big Bite 30
Colorless

During your opponent's next turn, the Defending Pokémon can't retreat.

Last Respects 160
Colorless · Colorless · Colorless

This attack does 10 more damage for each Psychic Pokémon in your discard pile.

GET /api/v1/pokemon/cards/gem3-1707?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem3-1707",
    "name": "Houndstone Ex",
    "number": "1707/07",
    "printed_number": "1707/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1707.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1707.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1707.large.webp"
      }
    ],
    "expansion": {
      "id": "gem3",
      "name": "Gem Pack Vol. 3",
      "total": 136,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 136,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem3.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 3"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1707.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1707.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1707.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "260",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Big Bite",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Last Respects",
        "text": "This attack does 10 more damage for each Psychic Pokémon in your discard pile.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.35,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 48.5,
          "low": 48,
          "high": 49.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.5,
          "low": 22,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 12.51,
          "low": 12.45,
          "high": 12.56,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 37.09,
          "low": 36.45,
          "high": 38.21,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.13,
          "low": 12.05,
          "high": 12.55,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 13.5,
          "low": 13,
          "high": 14,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 22.5,
          "low": 22,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:02:17.641Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}