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

← Temporal Forces
Forretress

Forretress

Uncommon #110 Pokémon Stage 1 HP 130
Types
Metal
Illustrator
osare
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542854

Attacks

Spike Cannon 30
Metal

Flip 3 coins. This attack does 30 damage for each heads.

Steel Tackle 130
Colorless · Colorless · Colorless

This Pokémon also does 40 damage to itself.

GET /api/v1/pokemon/cards/sv5-110vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-110vrh",
    "name": "Forretress",
    "number": "110",
    "printed_number": "110",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/110vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/110vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/110vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542854",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/110vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/110vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/110vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Spike Cannon",
        "text": "Flip 3 coins. This attack does 30 damage for each heads.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Steel Tackle",
        "text": "This Pokémon also does 40 damage to itself.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "osare",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "LP",
          "price": 0.12
        },
        {
          "condition": "MP",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:24:12.108Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.25
      }
    }
  }
}