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

Search you deck for up to 3 Frogadier and put them onto your Bench. Shuffle your deck afterward.
/api/v1/pokemon/cards/xy_ja-25?include=prices 200 17ms{
"success": true,
"data": {
"id": "xy_ja-25",
"name": "Frogadier",
"number": "25",
"printed_number": "25",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/25.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/25.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/25.large.webp"
}
],
"expansion": {
"id": "xy_ja",
"name": "The Best of XY",
"total": 188,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY",
"printed_total": 171,
"release_date": "2017/04/21",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
"translation": {
"en": {
"name": "The Best of XY"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "598785",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/25.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/25.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/25.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "70",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Water Duplicates",
"text": "Search you deck for up to 3 Frogadier and put them onto your Bench. Shuffle your deck afterward."
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Shin Nagasawa",
"pricing": {
"currency": "USD",
"market": 1.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.99
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 35.25,
"low": 12,
"high": 58.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 27.99,
"low": 23.79,
"high": 32.19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 37.23,
"low": 39.95,
"high": 39.95,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:58:34.885Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}