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

← Perfect Order
Rowlet

Rowlet

Common #10 Pokémon Basic HP 80
Types
Grass
Illustrator
Atsuya Uki
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684367

Attacks

Find a Friend
Grass

Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.

Tackle 30
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/me3-10vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-10vrh",
    "name": "Rowlet",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-10vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-10vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-10vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "me3",
      "name": "Perfect Order",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "POR",
      "printed_total": 88,
      "release_date": "2026/03/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "684367",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-10vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-10vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-10vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Find a Friend",
        "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tackle",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuya Uki",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 36.56,
          "low": 31.08,
          "high": 42.04,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 51,
          "low": 22.05,
          "high": 78,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60,
          "low": 49.6,
          "high": 101.78,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 19
        }
      ],
      "market_updated_at": "2026-09-21T02:59:00.217Z",
      "trend_7d": {
        "direction": "down",
        "percent": -25.93
      }
    }
  }
}