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

← Vivid Voltage
Forretress

Forretress

Rare #114 Pokémon Stage 1 HP 120
Types
Metal
Illustrator
Atsuko Nishida
Expansion
Vivid Voltage · Sword & Shield
Language
English
TCGplayer
226567

Attacks

Take Down 120
Metal · Colorless · Colorless

This Pokémon also does 30 damage to itself.

Double KO
Metal · Metal · Colorless · Colorless

Both Active Pokémon are Knocked Out.

GET /api/v1/pokemon/cards/swsh4-114?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4-114",
    "name": "Forretress",
    "number": "114",
    "printed_number": "114",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/114.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/114.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/114.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4",
      "name": "Vivid Voltage",
      "total": 203,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "VIV",
      "printed_total": 185,
      "release_date": "2020/11/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "226567",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/114.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/114.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/114.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Take Down",
        "text": "This Pokémon also does 30 damage to itself.",
        "damage": "120"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Double KO",
        "text": "Both Active Pokémon are Knocked Out."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:34:30.364Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.09
      }
    }
  }
}