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

← Triplet Beat
Foongus

Foongus

usually #2 Pokémon Basic HP 50
Types
Grass
Illustrator
You Iribi
Expansion
Triplet Beat · Scarlet & Violet
Language
Japanese
TCGplayer
568125

Attacks

Alluring Pattern
Grass

Search your deck for a Grass Basic Pokémon and put it on your Bench. Then, shuffle your deck.

Beat 20
Grass · Colorless
GET /api/v1/pokemon/cards/sv1a_ja-2?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1a_ja-2",
    "name": "Foongus",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/2.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1a_ja",
      "name": "Triplet Beat",
      "total": 103,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1a",
      "printed_total": 73,
      "release_date": "2023/03/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Triplet Beat"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568125",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Alluring Pattern",
        "text": "Search your deck for a Grass Basic Pokémon and put it on your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Beat",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T13:05:28.304Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}