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

Draw a card.
/api/v1/pokemon/cards/sv7_ja-67?include=prices 200 17ms{
"success": true,
"data": {
"id": "sv7_ja-67",
"name": "Klink",
"number": "67",
"printed_number": "67",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/67.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/67.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/67.large.webp"
}
],
"expansion": {
"id": "sv7_ja",
"name": "Stellar Miracle",
"total": 135,
"language": "Japanese",
"language_code": "ja",
"series": "Scarlet & Violet",
"code": "SV7",
"printed_total": 102,
"release_date": "2024/07/19",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.symbol.png",
"translation": {
"en": {
"name": "Stellar Miracle"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "567922",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/67.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/67.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/67.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Allure",
"text": "Draw a card."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Beam",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "usually",
"artist": "osare",
"pricing": {
"currency": "USD",
"market": 0.32,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.32
},
{
"condition": "LP",
"price": 0.1
}
],
"graded": [],
"market_updated_at": "2026-09-16T04:07:53.466Z",
"trend_7d": {
"direction": "down",
"percent": -3.03
}
}
}
}