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

/api/v1/pokemon/cards/tk2b-4?include=prices 200 18ms{
"success": true,
"data": {
"id": "tk2b-4",
"name": "Growlithe",
"number": "4",
"printed_number": "4",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/4.large.webp"
}
],
"expansion": {
"id": "tk2b",
"name": "EX Trainer Kit 2 Minun",
"total": 12,
"language": "English",
"language_code": "en",
"series": "EX",
"printed_total": 12,
"release_date": "2006/03/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85956",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/4.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Bite",
"damage": "10"
},
{
"cost": [
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Flame Tail",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 2.62,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.62
},
{
"condition": "LP",
"price": 0.58
},
{
"condition": "MP",
"price": 0.37
},
{
"condition": "HP",
"price": 0.39
},
{
"condition": "DMG",
"price": 0.28
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 79.99,
"low": 69.99,
"high": 89.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "4",
"value": 48.56,
"low": 41.28,
"high": 55.84,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:46:09.023Z",
"trend_7d": {
"direction": "down",
"percent": -79.83
}
}
}
}