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

← Legendary Treasures
Gabite

Gabite

Uncommon #95 Pokémon Stage 1 HP 80
Types
Dragon
Illustrator
Shigenori Negishi
Expansion
Legendary Treasures · Black & White
Language
English
TCGplayer
85602

Attacks

Tackle 20
Colorless
Shred 40
Water · Fighting

This attack's damage isn't affected by any effects on the Defending Pokémon.

GET /api/v1/pokemon/cards/bw11-95?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw11-95",
    "name": "Gabite",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/95.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/95.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/95.large.webp"
      }
    ],
    "expansion": {
      "id": "bw11",
      "name": "Legendary Treasures",
      "total": 140,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "LTR",
      "printed_total": 113,
      "release_date": "2013/11/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85602",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/95.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/95.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/95.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tackle",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Shred",
        "text": "This attack's damage isn't affected by any effects on the Defending Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.55
        },
        {
          "condition": "LP",
          "price": 0.39
        },
        {
          "condition": "MP",
          "price": 0.3
        },
        {
          "condition": "HP",
          "price": 0.31
        },
        {
          "condition": "DMG",
          "price": 0.22
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:42.754Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.85
      }
    }
  }
}