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

← Vivid Portrayals (Indigo)
Loudred

Loudred

Uncommon #097/115 Pokémon Stage 1 HP 100
Types
Colorless
Illustrator
miki kudo
Expansion
Vivid Portrayals (Indigo) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Round 20
Colorless · Colorless

This attack does 20 damage for each of your Pokémon in play that has the Round attack.

Hyper Voice 50
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/vpi-097?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpi-097",
    "name": "Loudred",
    "number": "097/115",
    "printed_number": "097/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-097.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-097.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-097.large.webp"
      }
    ],
    "expansion": {
      "id": "vpi",
      "name": "Vivid Portrayals (Indigo)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpi.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Indigo)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-097.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-097.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-097.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Round",
        "text": "This attack does 20 damage for each of your Pokémon in play that has the Round attack.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hyper Voice",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "miki kudo",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:20.379Z"
    }
  }
}