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

Search your deck for up to 3 Basic Fire Pokémon and put them onto your Bench. Then, shuffle your deck.
Discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon.
/api/v1/pokemon/cards/sm1p_ja-10vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm1p_ja-10vrh",
"name": "Oricorio",
"number": "10",
"printed_number": "10",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-10vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-10vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-10vrh.large.webp"
}
],
"expansion": {
"id": "sm1p_ja",
"name": "Strength Expansion Pack Sun & Moon",
"total": 73,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM1+",
"printed_total": 51,
"release_date": "2017/01/27",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.symbol.png",
"translation": {
"en": {
"name": "Strength Expansion Pack Sun & Moon"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "597746",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-10vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-10vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-10vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "90",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Passionate Dance",
"text": "Search your deck for up to 3 Basic Fire Pokémon and put them onto your Bench. Then, shuffle your deck."
},
{
"cost": [
"Fire",
"Fire"
],
"converted_energy_cost": 2,
"name": "Kindle",
"text": "Discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Shin Nagasawa",
"pricing": {
"currency": "USD",
"market": 2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 50.73,
"low": 48.51,
"high": 51.59,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "CGC",
"grade": "10",
"value": 29.99,
"low": 25.59,
"high": 30.21,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "10",
"value": 150.1,
"low": 94.01,
"high": 466.96,
"confidence": "high",
"value_kind": "sold",
"sold_count": 6
},
{
"company": "TAG",
"grade": "10",
"value": 114.99,
"low": 106.25,
"high": 160.84,
"confidence": "med",
"value_kind": "sold",
"sold_count": 4
}
],
"market_updated_at": "2026-09-22T04:00:57.054Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}