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

← Phantasmal Flames
Bramblin

Bramblin

Common #46 Pokémon Basic HP 50
Types
Psychic
Illustrator
Takeshi Nakamura
Expansion
Phantasmal Flames · Mega Evolution
Language
English
TCGplayer
662136

Attacks

Sneaky Placement
Psychic

Place 1 damage counter on 1 of your opponent's Pokémon.

GET /api/v1/pokemon/cards/me2-46?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2-46",
    "name": "Bramblin",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/46.large.webp"
      }
    ],
    "expansion": {
      "id": "me2",
      "name": "Phantasmal Flames",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PFL",
      "printed_total": 94,
      "release_date": "2025/11/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "662136",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Sneaky Placement",
        "text": "Place 1 damage counter on 1 of your opponent's Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Takeshi Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        },
        {
          "condition": "LP",
          "price": 0.06
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-19T04:59:16.922Z",
      "trend_7d": {
        "direction": "down",
        "percent": -23.08
      }
    }
  }
}