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

During your next turn, the Defending Pokémon takes 20 more damage from attacks (after applying Weakness and Resistance).
This attack does 10 more damage for each damage counter on this Pokémon.
/api/v1/pokemon/cards/mcd19-9vh?include=prices 200 20ms{
"success": true,
"data": {
"id": "mcd19-9vh",
"name": "Onix",
"number": "9",
"printed_number": "9",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/9vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/9vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/9vh.large.webp"
}
],
"expansion": {
"id": "mcd19",
"name": "McDonald's Collection 2019",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2019/10/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "200973",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/9vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/9vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/9vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "100",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Screech",
"text": "During your next turn, the Defending Pokémon takes 20 more damage from attacks (after applying Weakness and Resistance)."
},
{
"cost": [
"Fighting",
"Fighting"
],
"converted_energy_cost": 2,
"name": "Rage",
"text": "This attack does 10 more damage for each damage counter on this Pokémon.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 9.54,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 9.54
},
{
"condition": "LP",
"price": 5.29
},
{
"condition": "MP",
"price": 2.87
},
{
"condition": "HP",
"price": 1.52
},
{
"condition": "DMG",
"price": 0.78
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 27.12,
"low": 23.05,
"high": 31.19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 29.99,
"low": 24.99,
"high": 71.99,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
}
],
"market_updated_at": "2026-09-22T02:57:15.901Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}