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

← Phantasmal Flames
Granbull

Granbull

Uncommon #38 Pokémon Stage 1 HP 130
Types
Psychic
Illustrator
Ryuta Fuse
Expansion
Phantasmal Flames · Mega Evolution
Language
English
TCGplayer
662165

Attacks

Bite 50
Psychic · Colorless
Finishing Blow 90+
Psychic · Psychic · Colorless

If your opponent's Active Pokémon already has any damage counters on it, this attack does 90 more damage.

GET /api/v1/pokemon/cards/me2-38?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2-38",
    "name": "Granbull",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/38.large.webp"
      }
    ],
    "expansion": {
      "id": "me2",
      "name": "Phantasmal Flames",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PFL",
      "printed_total": 94,
      "release_date": "2025/11/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "662165",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "50"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Finishing Blow",
        "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 90 more damage.",
        "damage": "90+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ryuta Fuse",
    "pricing": {
      "currency": "USD",
      "market": 0.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.04
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 69.99,
          "low": 59.49,
          "high": 80.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.95,
          "low": 14.41,
          "high": 19.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-17T07:06:35.831Z",
      "trend_7d": {
        "direction": "up",
        "percent": 33.33
      }
    }
  }
}