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

← Gym Challenge 1st Edition
Giovanni's Meowth

Giovanni's Meowth

Uncommon #43 Pokémon Basic HP 40
Types
Colorless
Illustrator
Atsuko Nishida
Expansion
Gym Challenge 1st Edition · Gym
Language
English
TCGplayer
85716

Attacks

False Charity
Colorless

Flip a coin. If heads, look at the top card of your opponent's deck. If it's a Trainer card, put it in your opponent's discard pile; otherwise, put it into his or her hand.

Double Scratch 20×
Colorless · Colorless

Flip 2 coins. This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/gym2-43v1e?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2-43v1e",
    "name": "Giovanni's Meowth",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/43v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/43v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/43v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2-1st-edition",
      "name": "Gym Challenge 1st Edition",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85716",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/43v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/43v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/43v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "False Charity",
        "text": "Flip a coin. If heads, look at the top card of your opponent's deck. If it's a Trainer card, put it in your opponent's discard pile; otherwise, put it into his or her hand."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Scratch",
        "text": "Flip 2 coins. This attack does 20 damage times the number of heads.",
        "damage": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 19.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.8
        },
        {
          "condition": "LP",
          "price": 11.75
        },
        {
          "condition": "MP",
          "price": 8.25
        },
        {
          "condition": "HP",
          "price": 5.12
        },
        {
          "condition": "DMG",
          "price": 9.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 73.77,
          "low": 73,
          "high": 73,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 105.6,
          "low": 105.6,
          "high": 105.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 37.15,
          "low": 43.21,
          "high": 52.78,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 68.47,
          "low": 71.7,
          "high": 101.3,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:48:56.915Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.15
      }
    }
  }
}