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, draw a card.
Flip 3 coins. This attack does 10 damage times the number of heads.
/api/v1/pokemon/cards/dp6-106?include=prices 200 18ms{
"success": true,
"data": {
"id": "dp6-106",
"name": "Meowth",
"number": "106",
"printed_number": "106",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/106.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/106.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/106.large.webp"
}
],
"expansion": {
"id": "dp6",
"name": "Legends Awakened",
"total": 146,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "LA",
"printed_total": 146,
"release_date": "2008/08/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87320",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/106.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/106.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/106.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Pay Day",
"text": "Flip a coin. If heads, draw a card.",
"damage": "10"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Fury Swipes",
"text": "Flip 3 coins. This attack does 10 damage times the number of heads.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 1.1,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.1
},
{
"condition": "LP",
"price": 0.83
},
{
"condition": "MP",
"price": 0.56
},
{
"condition": "HP",
"price": 0.34
},
{
"condition": "DMG",
"price": 0.27
}
],
"graded": [
{
"company": "CGC",
"grade": "8",
"value": 49.99,
"low": 42.49,
"high": 57.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 34,
"low": 28.9,
"high": 39.1,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 34.1,
"low": 55,
"high": 55,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 35,
"low": 46,
"high": 46,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 18.5,
"low": 15.73,
"high": 21.28,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:52:25.756Z",
"trend_7d": {
"direction": "down",
"percent": -4.35
}
}
}
}