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

← Scarlet & Violet
Forretress

Forretress

Uncommon #139 Pokémon Stage 1 HP 120
Types
Metal
Illustrator
Lee HyunJung
Expansion
Scarlet & Violet · Scarlet & Violet
Language
English
TCGplayer
488027

Attacks

Continuous Spin 50
Metal

Flip a coin until you get tails. This attack does 50 damage for each heads.

Rolling Shell 90
Metal · Colorless · Colorless

During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sv1-139?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1-139",
    "name": "Forretress",
    "number": "139",
    "printed_number": "139",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/139.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/139.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/139.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1",
      "name": "Scarlet & Violet",
      "total": 258,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVI",
      "printed_total": 198,
      "release_date": "2023/03/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "488027",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/139.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/139.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/139.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Continuous Spin",
        "text": "Flip a coin until you get tails. This attack does 50 damage for each heads.",
        "damage": "50"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rolling Shell",
        "text": "During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Lee HyunJung",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        },
        {
          "condition": "MP",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:59:47.177Z",
      "trend_7d": {
        "direction": "down",
        "percent": -50
      }
    }
  }
}