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

← Single Strike Master
Flapple V

Flapple V

Double Rare #7 Pokémon BasicV HP 190
Types
Grass
Illustrator
PLANETA Mochizuki
Expansion
Single Strike Master · Sword & Shield
Language
Japanese
TCGplayer
568955

Attacks

Tart Saliva 20
Grass

During your opponent's next turn, the Defending Pokémon's attacks cost ColorlessColorless more.

Wing Attack 120
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh5i_ja-7vh?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5i_ja-7vh",
    "name": "Flapple V",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/7vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/7vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/7vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5i_ja",
      "name": "Single Strike Master",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5I",
      "printed_total": 70,
      "release_date": "2021/01/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5i_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5i_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Single Strike Master"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568955",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/7vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/7vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/7vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Grass"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Tart Saliva",
        "text": "During your opponent's next turn, the Defending Pokémon's attacks cost ColorlessColorless more.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wing Attack",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 0.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.78
        },
        {
          "condition": "LP",
          "price": 0.33
        },
        {
          "condition": "HP",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.99,
          "low": 14.44,
          "high": 19.54,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:41:45.135Z",
      "trend_7d": {
        "direction": "down",
        "percent": -20.41
      }
    }
  }
}