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

← Platinum
Crobat G

Crobat G

Uncommon #47 Pokémon BasicSP HP 80
Types
Psychic
Illustrator
Makoto Imai
Expansion
Platinum · Platinum
Language
English
TCGplayer
84494

Attacks

Toxic Fang
Psychic · Colorless

The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns.

GET /api/v1/pokemon/cards/pl1-47?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-47",
    "name": "Crobat G",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/47.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84494",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Flash Bite",
        "text": "Once during your turn, when you put Crobat G from your hand onto your Bench, you may put 1 damage counter on 1 of your opponent's Pokémon.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Toxic Fang",
        "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Makoto Imai",
    "pricing": {
      "currency": "USD",
      "market": 3.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.83
        },
        {
          "condition": "LP",
          "price": 2.91
        },
        {
          "condition": "MP",
          "price": 1.74
        },
        {
          "condition": "HP",
          "price": 1.52
        },
        {
          "condition": "DMG",
          "price": 0.96
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:16:33.156Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.08
      }
    }
  }
}