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

← Cosmic Eclipse
Stoutland

Stoutland

Rare Secret #248 Pokémon Stage 2 HP 150
Types
Colorless
Illustrator
Mizue
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201298

Attacks

Overrun 110
Colorless · Colorless · Colorless

This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sm12-248vh?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-248vh",
    "name": "Stoutland",
    "number": "248",
    "printed_number": "248",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/248vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/248vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/248vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201298",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/248vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/248vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/248vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Arf Arf Bark",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may discard an Energy from your opponent's Active Pokémon. If this Pokémon is your Active Pokémon and is Knocked Out by damage from an opponent's attack, you may discard an Energy from your opponent's Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Overrun",
        "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Secret",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.5,
          "low": 23.5,
          "high": 60,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9.27,
          "low": 9.6,
          "high": 9.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14.94,
          "low": 10,
          "high": 25.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 32.5,
          "low": 32.5,
          "high": 32.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 197.49,
          "low": 179.99,
          "high": 214.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.2,
          "low": 17.5,
          "high": 17.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.93,
          "low": 18.91,
          "high": 25.56,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:47:33.866Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}