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. If heads, this attack does 20 damage plus 10 more damage.
/api/v1/pokemon/cards/l1hg_ja-7?include=prices 200 18ms{
"success": true,
"data": {
"id": "l1hg_ja-7",
"name": "Skiploom",
"number": "7",
"printed_number": "7",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/7.large.webp"
}
],
"expansion": {
"id": "l1hg_ja",
"name": "HeartGold Collection",
"total": 79,
"language": "Japanese",
"language_code": "ja",
"series": "LEGEND",
"code": "L1",
"printed_total": 70,
"release_date": "2009/10/09",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.symbol.png",
"translation": {
"en": {
"name": "HeartGold Collection"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "608009",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/7.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Knock Away",
"text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
"damage": "20+"
}
],
"rarity": "usually",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 21.96,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 21.96
},
{
"condition": "MP",
"price": 1.49
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 13,
"low": 13,
"high": 25.42,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-29T00:03:08.690Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}