Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack Vol. 4
Chatot

Chatot

Common #1002/07 Pokémon Basic HP 70
Types
Colorless
Illustrator
GOTO minori
Expansion
Gem Pack Vol. 4 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

A Cappella
Colorless

Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.

Gust 20
Colorless
GET /api/v1/pokemon/cards/gem4-1002?include=prices 200 44ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem4-1002",
    "name": "Chatot",
    "number": "1002/07",
    "printed_number": "1002/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1002.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1002.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1002.large.webp"
      }
    ],
    "expansion": {
      "id": "gem4",
      "name": "Gem Pack Vol. 4",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/02/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem4.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 4"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1002.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1002.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1002.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "A Cappella",
        "text": "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gust",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "GOTO minori",
    "pricing": {
      "currency": "USD",
      "market": 1.5,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:32:20.310Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}