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

← Battle Styles
Stoutland V

Stoutland V

Rare Ultra #157 Pokémon BasicV HP 210
Types
Colorless
Illustrator
Eske Yoshinob
Expansion
Battle Styles · Sword & Shield
Language
English
TCGplayer
234065

Attacks

Double Dip Fangs 40
Colorless · Colorless · Colorless

If your opponent's Basic Pokémon is Knocked Out by damage from this attack, take 1 more Prize card.

Wild Tackle 200
Colorless · Colorless · Colorless · Colorless

This Pokémon also does 30 damage to itself.

GET /api/v1/pokemon/cards/swsh5-157vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5-157vh",
    "name": "Stoutland V",
    "number": "157",
    "printed_number": "157",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/157vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/157vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/157vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5",
      "name": "Battle Styles",
      "total": 183,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BST",
      "printed_total": 163,
      "release_date": "2021/03/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "234065",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/157vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/157vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/157vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Double Dip Fangs",
        "text": "If your opponent's Basic Pokémon is Knocked Out by damage from this attack, take 1 more Prize card.",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Wild Tackle",
        "text": "This Pokémon also does 30 damage to itself.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 3.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.48
        },
        {
          "condition": "LP",
          "price": 3.13
        },
        {
          "condition": "MP",
          "price": 2.51
        },
        {
          "condition": "HP",
          "price": 1.75
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 103,
          "low": 87.55,
          "high": 118.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 2.13,
          "low": 2.13,
          "high": 2.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 64.95,
          "low": 60.98,
          "high": 92.09,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30.87,
          "low": 34.99,
          "high": 34.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:26:10.361Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.29
      }
    }
  }
}