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 2 coins. This attack does 10 more damage for each heads.
/api/v1/pokemon/cards/bw4-3?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw4-3",
"name": "Kricketot",
"number": "3",
"printed_number": "3",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/3.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/3.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/3.large.webp"
}
],
"expansion": {
"id": "bw4",
"name": "Next Destinies",
"total": 103,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "NXD",
"printed_total": 99,
"release_date": "2012/02/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86531",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/3.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/3.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/3.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Beat",
"damage": "10"
},
{
"cost": [
"Grass",
"Grass"
],
"converted_energy_cost": 2,
"name": "Double Headbutt",
"text": "Flip 2 coins. This attack does 10 more damage for each heads.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "MAHOU",
"pricing": {
"currency": "USD",
"market": 0.27,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.27
},
{
"condition": "LP",
"price": 0.2
},
{
"condition": "MP",
"price": 0.19
},
{
"condition": "HP",
"price": 0.08
},
{
"condition": "DMG",
"price": 0.18
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 8.27,
"low": 7.03,
"high": 9.51,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:27:14.502Z",
"trend_7d": {
"direction": "up",
"percent": 3.85
}
}
}
}