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

Flip a coin until you get tails. This attack does 30 more damage for each heads.
/api/v1/pokemon/cards/sv7a_ja-3?include=prices 200 15ms{
"success": true,
"data": {
"id": "sv7a_ja-3",
"name": "Shiinotic",
"number": "3",
"printed_number": "3",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/3.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/3.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/3.large.webp"
}
],
"expansion": {
"id": "sv7a_ja",
"name": "Paradise Dragona",
"total": 94,
"language": "Japanese",
"language_code": "ja",
"series": "Scarlet & Violet",
"code": "SV7a",
"printed_total": 64,
"release_date": "2024/09/13",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7a_ja.symbol.png",
"translation": {
"en": {
"name": "Paradise Dragona"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "579385",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/3.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/3.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/3.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "110",
"abilities": [
{
"name": "Calming Light",
"text": "Once during your turn, if this Pokémon is in the Active Spot, you may make your opponent's Active Pokémon Asleep.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Spiral Rush",
"text": "Flip a coin until you get tails. This attack does 30 more damage for each heads.",
"damage": "60+"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Non",
"artist": "Aya Kusube",
"pricing": {
"currency": "USD",
"market": 0.32,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.32
},
{
"condition": "LP",
"price": 0.1
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T15:04:05.398Z",
"trend_7d": {
"direction": "down",
"percent": -3.03
}
}
}
}