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

Put 5 damage counters on your opponent's Pokémon in any way you like.
/api/v1/pokemon/cards/swsh8-42?include=prices 200 16ms{
"success": true,
"data": {
"id": "swsh8-42",
"name": "Oricorio",
"number": "42",
"printed_number": "42",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/42.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/42.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/42.large.webp"
}
],
"expansion": {
"id": "swsh8",
"name": "Fusion Strike",
"total": 284,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "FST",
"printed_total": 264,
"release_date": "2021/11/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "253158",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/42.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/42.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/42.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"Fusion Strike"
],
"types": [
"Fire"
],
"hp": "90",
"abilities": [
{
"name": "Lesson in Zeal",
"text": "All of your Fusion Strike Pokémon take 20 less damage from attacks from your opponent's Pokémon (after applying Weakness and Resistance). You can't apply more than 1 Lesson in Zeal Ability at a time.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fire",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Glistening Droplets",
"text": "Put 5 damage counters on your opponent's Pokémon in any way you like."
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Oswaldo KATO",
"pricing": {
"currency": "USD",
"market": 0.18,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.18
},
{
"condition": "MP",
"price": 0.05
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "6",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 15.5,
"low": 13.18,
"high": 17.83,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:02:32.489Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}