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

← Emerald
Chimecho

Chimecho

Rare #12 Pokémon Basic HP 70
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
Emerald · EX
Language
English
TCGplayer
84294

Attacks

Collect
Colorless

Draw a card.

Warp Sounds 20
Psychic · Colorless

If the Defending Pokémon is an Evolved Pokémon, the Defending Pokémon is now Confused.

GET /api/v1/pokemon/cards/ex9-12?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex9-12",
    "name": "Chimecho",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/12.large.webp"
      }
    ],
    "expansion": {
      "id": "ex9",
      "name": "Emerald",
      "total": 107,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "EM",
      "printed_total": 106,
      "release_date": "2005/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84294",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Collect",
        "text": "Draw a card."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Warp Sounds",
        "text": "If the Defending Pokémon is an Evolved Pokémon, the Defending Pokémon is now Confused.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.09
        },
        {
          "condition": "LP",
          "price": 1.33
        },
        {
          "condition": "MP",
          "price": 1.08
        },
        {
          "condition": "HP",
          "price": 0.45
        },
        {
          "condition": "DMG",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 42.5,
          "low": 69.99,
          "high": 69.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:49:34.311Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}