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

Does damage to the Defending Pokémon equal to half the Defending Pokémon's remaining HP (rounded up to the nearest 10).
/api/v1/pokemon/cards/base4-58?include=prices 200 18ms{
"success": true,
"data": {
"id": "base4-58",
"name": "Raticate",
"number": "58",
"printed_number": "58",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/58.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/58.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/58.large.webp"
}
],
"expansion": {
"id": "base4",
"name": "Base Set 2",
"total": 130,
"language": "English",
"language_code": "en",
"series": "Base",
"code": "B2",
"printed_total": 130,
"release_date": "2000/02/24",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "42521",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/58.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/58.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/58.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Bite",
"damage": "20"
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Super Fang",
"text": "Does damage to the Defending Pokémon equal to half the Defending Pokémon's remaining HP (rounded up to the nearest 10)."
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 1.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.99
},
{
"condition": "LP",
"price": 0.8
},
{
"condition": "MP",
"price": 0.48
},
{
"condition": "HP",
"price": 0.5
},
{
"condition": "DMG",
"price": 0.3
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 14,
"low": 13,
"high": 15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 1.75,
"low": 1.75,
"high": 1.75,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 5,
"low": 5,
"high": 6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 78.1,
"low": 55.4,
"high": 138.6,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "7",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 22.25,
"low": 19.12,
"high": 32.1,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 26,
"low": 26,
"high": 26,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T02:30:41.709Z",
"trend_7d": {
"direction": "up",
"percent": 36.3
}
}
}
}