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

← Scarlet & Violet
Flabébé

Flabébé

Common #91 Pokémon Basic HP 40
Types
Psychic
Illustrator
Mizue
Expansion
Scarlet & Violet · Scarlet & Violet
Language
English
TCGplayer
487958

Attacks

Pollen Shot 20
Psychic
GET /api/v1/pokemon/cards/sv1-91?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1-91",
    "name": "Flabébé",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/91.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/91.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/91.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1",
      "name": "Scarlet & Violet",
      "total": 258,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVI",
      "printed_total": 198,
      "release_date": "2023/03/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "487958",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/91.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/91.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/91.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Pollen Shot",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.06
        },
        {
          "condition": "MP",
          "price": 0.05
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:59:47.177Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}