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

← Chaos Rising
Frogadier

Frogadier

Illustration Rare #89 Pokémon Stage 1 HP 100
Types
Water
Illustrator
Susumu Maeya
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693491

Attacks

Summoning Jutsu
Water

Search your deck for up to 3 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.

Aqua Edge 50
Water · Water
GET /api/v1/pokemon/cards/me4-89vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-89vh",
    "name": "Frogadier",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-89vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-89vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-89vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693491",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-89vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-89vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-89vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Summoning Jutsu",
        "text": "Search your deck for up to 3 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Edge",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "Susumu Maeya",
    "pricing": {
      "currency": "USD",
      "market": 5.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.07
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 42.41,
          "low": 17.21,
          "high": 46.46,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 13,
          "trend": {
            "direction": "up",
            "percent": 74.1
          }
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 29.73,
          "low": 29.73,
          "high": 29.73,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "AGS",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "AGS",
          "grade": "8",
          "value": 10,
          "low": 10,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 63.7,
          "low": 59.92,
          "high": 105.29,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15.65,
          "low": 11.77,
          "high": 19.53,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 106.25,
          "low": 94.7,
          "high": 183.24,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 120,
          "trend": {
            "direction": "down",
            "percent": -25.4
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22,
          "low": 16.5,
          "high": 36,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 31,
          "trend": {
            "direction": "down",
            "percent": -35.4
          }
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 152.5,
          "low": 129.63,
          "high": 175.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.48
      }
    }
  }
}