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

← Darkness Ablaze
Rowlet

Rowlet

Common #11 Pokémon Basic HP 50
Types
Grass
Illustrator
HYOGONOSUKE
Expansion
Darkness Ablaze · Sword & Shield
Language
English
TCGplayer
219090

Attacks

Wind Shard
Colorless · Colorless · Colorless

This attack does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh3-11?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3-11",
    "name": "Rowlet",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/11.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3",
      "name": "Darkness Ablaze",
      "total": 201,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "DAA",
      "printed_total": 189,
      "release_date": "2020/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "219090",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Sky Circus",
        "text": "If you played Bird Keeper from your hand during this turn, ignore all Energy in this Pokémon's attack costs.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wind Shard",
        "text": "This attack does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "HYOGONOSUKE",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 149.99,
          "low": 127.49,
          "high": 172.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T02:28:12.341Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}