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

← Ultra Prism
Gible

Gible

Common #97 Pokémon Basic HP 60
Types
Dragon
Illustrator
Ken Sugimori
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157714

Attacks

Gnaw 20
Colorless · Colorless
GET /api/v1/pokemon/cards/sm5-97?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-97",
    "name": "Gible",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/97.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/97.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/97.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157714",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/97.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/97.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/97.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Rock Hiding",
        "text": "If this Pokémon has any Fighting Energy attached to it, it has no Retreat Cost.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gnaw",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 58.74,
          "low": 49.93,
          "high": 67.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T11:06:32.228Z",
      "trend_7d": {
        "direction": "up",
        "percent": 12.5
      }
    }
  }
}