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

← XY Trainer Kit Wigglytuff
Pidgeotto

Pidgeotto

Common #23 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Shin Nagasawa
Expansion
XY Trainer Kit Wigglytuff · XY
Language
English
TCGplayer
98200

Attacks

Sand-Attack
Colorless

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

Ambush 20+
Colorless · Colorless

Flip a coin. If heads, this attack does 20 more damage.

GET /api/v1/pokemon/cards/tk7a-23?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk7a-23",
    "name": "Pidgeotto",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-23.large.webp"
      }
    ],
    "expansion": {
      "id": "tk7a",
      "name": "XY Trainer Kit Wigglytuff",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2014/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk7a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk7a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98200",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sand-Attack",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ambush",
        "text": "Flip a coin. If heads, this attack does 20 more damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 6.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.03
        },
        {
          "condition": "LP",
          "price": 1.94
        },
        {
          "condition": "MP",
          "price": 1.95
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:10:24.964Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}