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

← XY Trainer Kit Noivern
Bunnelby

Bunnelby

Common #4 Pokémon Basic HP 60
Types
Colorless
Illustrator
5ban Graphics
Expansion
XY Trainer Kit Noivern · XY
Language
English
TCGplayer
97999

Attacks

Tackle 20
Colorless · Colorless
GET /api/v1/pokemon/cards/tk6b-4?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk6b-4",
    "name": "Bunnelby",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-4.large.webp"
      }
    ],
    "expansion": {
      "id": "tk6b",
      "name": "XY Trainer Kit Noivern",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2014/03/12",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "97999",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.38
        },
        {
          "condition": "MP",
          "price": 0.29
        },
        {
          "condition": "HP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:35:16.296Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5
      }
    }
  }
}