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

← Mega Symphonia
Sobble

Sobble

usually #21 Pokémon Basic HP 70
Types
Water
Illustrator
Taira Akitsu
Expansion
Mega Symphonia · Mega Evolution
Language
Japanese
TCGplayer
647208

Attacks

Surprise Attack 30
Water

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/m1s_ja-21?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m1s_ja-21",
    "name": "Sobble",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/21.large.webp"
      }
    ],
    "expansion": {
      "id": "m1s_ja",
      "name": "Mega Symphonia",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M1S",
      "printed_total": 63,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mega Symphonia"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "647208",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Surprise Attack",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Taira Akitsu",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 6.28,
          "low": 3.27,
          "high": 14.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 162.5,
          "low": 138.13,
          "high": 186.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T16:21:32.932Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5
      }
    }
  }
}