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

← Sun & Moon
Granbull

Granbull

Uncommon #91 Pokémon Stage 1 HP 110
Types
Fairy
Illustrator
Suwama Chiaki
Expansion
Sun & Moon · Sun & Moon
Language
English
TCGplayer
126963

Attacks

Dark Clamp 30
Fairy

The Defending Pokémon can't retreat during your opponent's next turn.

Fight Back 50
Fairy · Colorless · Colorless

If this Pokémon has any damage counters on it, this attack does 80 more damage.

GET /api/v1/pokemon/cards/sm1-91vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1-91vrh",
    "name": "Granbull",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/91vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/91vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/91vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1",
      "name": "Sun & Moon",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SUM",
      "printed_total": 149,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "126963",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/91vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/91vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/91vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Dark Clamp",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "30"
      },
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fight Back",
        "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 0.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.44
        },
        {
          "condition": "LP",
          "price": 0.39
        },
        {
          "condition": "MP",
          "price": 0.32
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.38
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:33:45.251Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.33
      }
    }
  }
}