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—Unleashed
Fearow

Fearow

Rare #15 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
HS—Unleashed · HeartGold & SoulSilver
Language
English
TCGplayer
85399

Attacks

Wing Attack 30
Colorless · Colorless
Repeating Drill 20
Colorless · Colorless · Colorless

Flip 5 coins. This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/hgss2-15?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss2-15",
    "name": "Fearow",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/15.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss2",
      "name": "HS—Unleashed",
      "total": 96,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UL",
      "printed_total": 95,
      "release_date": "2010/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85399",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wing Attack",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Repeating Drill",
        "text": "Flip 5 coins. This attack does 20 damage times the number of heads.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.74
        },
        {
          "condition": "LP",
          "price": 0.59
        },
        {
          "condition": "MP",
          "price": 0.44
        },
        {
          "condition": "HP",
          "price": 0.35
        },
        {
          "condition": "DMG",
          "price": 0.38
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:49:53.759Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}