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

This Pokémon does 10 damage to itself.
/api/v1/pokemon/cards/bw9-6?include=prices 200 13ms{
"success": true,
"data": {
"id": "bw9-6",
"name": "Treecko",
"number": "6",
"printed_number": "6",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/6.large.webp"
}
],
"expansion": {
"id": "bw9",
"name": "Plasma Freeze",
"total": 122,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "PLF",
"printed_total": 116,
"release_date": "2013/05/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90043",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/6.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Pound",
"damage": "10"
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Reckless Charge",
"text": "This Pokémon does 10 damage to itself.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Naoki Saito",
"pricing": {
"currency": "USD",
"market": 0.59,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.59
},
{
"condition": "LP",
"price": 0.41
},
{
"condition": "MP",
"price": 0.26
},
{
"condition": "HP",
"price": 0.14
},
{
"condition": "DMG",
"price": 0.32
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 36.01,
"low": 30.61,
"high": 41.41,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:11:45.869Z",
"trend_7d": {
"direction": "down",
"percent": -1.67
}
}
}
}