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

← Paradox Rift
Loudred

Loudred

Common #149 Pokémon Stage 1 HP 100
Types
Colorless
Illustrator
Yukiko Baba
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523830

Attacks

Body Slam 10
Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Mega Impact 40
Colorless · Colorless
GET /api/v1/pokemon/cards/sv4-149?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-149",
    "name": "Loudred",
    "number": "149",
    "printed_number": "149",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/149.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/149.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/149.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523830",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/149.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/149.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/149.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Body Slam",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mega Impact",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 20.23,
          "low": 17.2,
          "high": 23.26,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-06T03:03:09.714Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}