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

← Collection X
Stoutland

Stoutland

Non #51 Pokémon Stage 2 HP 140
Types
Colorless
Illustrator
Kouki Saitou
Expansion
Collection X · XY
Language
Japanese
TCGplayer
603129

Attacks

Bite Off 60+
Colorless · Colorless · Colorless

If your opponent's Active Pokémon is a Pokémon-EX, this attack does 60 more damage.

Wild Barking 80
Colorless · Colorless · Colorless · Colorless

This attack does 20 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/xy1x_ja-51?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1x_ja-51",
    "name": "Stoutland",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/51.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/51.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/51.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1x_ja",
      "name": "Collection X",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY1",
      "printed_total": 60,
      "release_date": "2013/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection X"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603129",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/51.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/51.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/51.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bite Off",
        "text": "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 60 more damage.",
        "damage": "60+"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Wild Barking",
        "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:44:33.870Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}