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

← Flashfire
Forretress

Forretress

Rare #60 Pokémon Stage 1 HP 100
Types
Metal
Illustrator
Tomokazu Komiya
Expansion
Flashfire · XY
Language
English
TCGplayer
91197

Attacks

Iron Crash 20
Colorless · Colorless

This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.

GET /api/v1/pokemon/cards/xy2-60vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-60vrh",
    "name": "Forretress",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/60vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/60vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/60vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91197",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/60vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/60vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/60vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Thorn Tempest",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may put 1 damage counter on each of your opponent's Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Iron Crash",
        "text": "This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 2.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.27
        },
        {
          "condition": "MP",
          "price": 1.42
        },
        {
          "condition": "HP",
          "price": 1.42
        },
        {
          "condition": "DMG",
          "price": 1.07
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.44
      }
    }
  }
}