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

← PCG Promos
Samiya's Chatot

Samiya's Chatot

Promo #143 Pokémon Basic
Types
Colorless
Illustrator
Kouki Saitou
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Copy
Colorless

Choose an attack of 1 of your opponent's Pokémon in play. Copy copies that attack. This attack does nothing if Samiya's Chatot doesn't have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Samiya's Chatot performs that attack.

GET /api/v1/pokemon/cards/pcgp_ja-143vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-143vh",
    "name": "Samiya's Chatot",
    "number": "143",
    "printed_number": "143",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/143vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/143vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/143vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcgp_ja",
      "name": "PCG Promos",
      "total": 153,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 153,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PCG Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/143vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/143vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/143vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Copy",
        "text": "Choose an attack of 1 of your opponent's Pokémon in play. Copy copies that attack. This attack does nothing if Samiya's Chatot doesn't have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Samiya's Chatot performs that attack."
      }
    ],
    "rarity": "Promo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 21,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 21
        },
        {
          "condition": "LP",
          "price": 7.6
        },
        {
          "condition": "MP",
          "price": 4.66
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-06-27T03:43:36.736Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}