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

← Unified Minds
Vigoroth

Vigoroth

Uncommon #169 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
Midori Harada
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195169

Attacks

Roar
Colorless

Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.

Slash 70
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sm11-169?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-169",
    "name": "Vigoroth",
    "number": "169",
    "printed_number": "169",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/169.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/169.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/169.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195169",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/169.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/169.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/169.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Roar",
        "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slash",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-21T02:19:51.139Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}