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

← Ancient Roar
Exploud

Exploud

Non #57 Pokémon Stage 2 HP 160
Types
Colorless
Illustrator
LINNE
Expansion
Ancient Roar · Scarlet & Violet
Language
Japanese
TCGplayer
565812

Attacks

Sudden Shout
Colorless

Discard your opponent's Active Pokémon and all attached cards. If this Pokémon did not evolve from Loudred during this turn, this attack does nothing.

Headbang 140
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sv4k_ja-57?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4k_ja-57",
    "name": "Exploud",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/57.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/57.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/57.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4k_ja",
      "name": "Ancient Roar",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4K",
      "printed_total": 66,
      "release_date": "2023/10/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ancient Roar"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "565812",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/57.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/57.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/57.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sudden Shout",
        "text": "Discard your opponent's Active Pokémon and all attached cards. If this Pokémon did not evolve from Loudred during this turn, this attack does nothing."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Headbang",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "LINNE",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:09:58.796Z",
      "trend_7d": {
        "direction": "down",
        "percent": -23.33
      }
    }
  }
}