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

Flip a coin. If heads, this attack does 10 damage plus 20 more damage.
/api/v1/pokemon/cards/adv4_ja-4?include=prices 200 13ms{
"success": true,
"data": {
"id": "adv4_ja-4",
"name": "Treecko",
"number": "4",
"printed_number": "4",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/4.large.webp"
}
],
"expansion": {
"id": "adv4_ja",
"name": "Magma vs Aqua: Two Ambitions",
"total": 80,
"language": "Japanese",
"language_code": "ja",
"series": "ADV",
"printed_total": 80,
"release_date": "2003/10/24",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv4_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv4_ja.symbol.png",
"translation": {
"en": {
"name": "Magma vs Aqua: Two Ambitions"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "612826",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/4.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Quick Attack",
"text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
"damage": "10+"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Water",
"value": "-30"
}
],
"rarity": "usually",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3
},
{
"condition": "LP",
"price": 2.5
},
{
"condition": "MP",
"price": 1.5
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 0.99,
"low": 0.84,
"high": 1.14,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 32.5,
"low": 15,
"high": 50,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
}
],
"market_updated_at": "2026-07-16T03:07:16.663Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}