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

← Diamond & Pearl
Glameow

Glameow

Common #83 Pokémon Basic HP 50
Types
Colorless
Illustrator
Ken Sugimori
Expansion
Diamond & Pearl · Diamond & Pearl
Language
English
TCGplayer
85758

Attacks

Charm
Colorless

During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance).

Pose 30
Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/dp1-83vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1-83vrh",
    "name": "Glameow",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/83vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/83vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/83vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1",
      "name": "Diamond & Pearl",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "DP",
      "printed_total": 130,
      "release_date": "2007/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85758",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/83vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/83vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/83vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Charm",
        "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pose",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.25
        },
        {
          "condition": "LP",
          "price": 1.59
        },
        {
          "condition": "MP",
          "price": 0.75
        },
        {
          "condition": "HP",
          "price": 0.62
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 72,
          "low": 61.2,
          "high": 82.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 6.49,
          "low": 5.52,
          "high": 7.46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20.14,
          "low": 31,
          "high": 31,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "7.5",
          "value": 3.5,
          "low": 2.98,
          "high": 4.02,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-11T16:09:09.715Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}