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

← HS—Undaunted
Honchkrow

Honchkrow

Rare #15 Pokémon Stage 1 HP 90
Types
Darkness
Illustrator
kawayoo
Expansion
HS—Undaunted · HeartGold & SoulSilver
Language
English
TCGplayer
86161

Attacks

Whirlwind 20
Colorless · Colorless

Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.

Blindside
Darkness · Darkness

Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/hgss3-15vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss3-15vrh",
    "name": "Honchkrow",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/15vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/15vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/15vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss3",
      "name": "HS—Undaunted",
      "total": 91,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UD",
      "printed_total": 90,
      "release_date": "2010/08/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86161",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/15vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/15vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/15vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Whirlwind",
        "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Blindside",
        "text": "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 2.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.5
        },
        {
          "condition": "LP",
          "price": 0.63
        },
        {
          "condition": "MP",
          "price": 0.67
        },
        {
          "condition": "HP",
          "price": 0.61
        },
        {
          "condition": "DMG",
          "price": 0.47
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 152.5,
          "low": 129.63,
          "high": 175.38,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:46:27.146Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}