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

← Paradox Rift
Gible

Gible

Common #94 Pokémon Basic HP 70
Types
Fighting
Illustrator
saino misaki
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523764

Attacks

Bite 20
Fighting
GET /api/v1/pokemon/cards/sv4-94?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-94",
    "name": "Gible",
    "number": "94",
    "printed_number": "94",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/94.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/94.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/94.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523764",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/94.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/94.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/94.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "saino misaki",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 91,
          "low": 77.35,
          "high": 104.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 34.99,
          "low": 29.74,
          "high": 40.24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:26:51.715Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}