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

/api/v1/pokemon/cards/sv6a_ja-40?include=prices 200 21ms{
"success": true,
"data": {
"id": "sv6a_ja-40",
"name": "Genesect",
"number": "40",
"printed_number": "40",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/40.large.webp"
}
],
"expansion": {
"id": "sv6a_ja",
"name": "Night Wanderer",
"total": 94,
"language": "Japanese",
"language_code": "ja",
"series": "Scarlet & Violet",
"code": "SV6a",
"printed_total": 64,
"release_date": "2024/06/07",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.symbol.png",
"translation": {
"en": {
"name": "Night Wanderer"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "566291",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/40.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "110",
"abilities": [
{
"name": "ACE Canceler",
"text": "If this Pokémon has a Pokémon Tool attached, your opponent can't play any ACE SPEC cards from their hand.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Metal",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Magnetic Blast",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Non",
"artist": "Kazumasa Yasukuni",
"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-21T14:32:24.361Z",
"trend_7d": {
"direction": "down",
"percent": -3.03
}
}
}
}