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/swsh3_ja-75?include=prices 200 20ms{
"success": true,
"data": {
"id": "swsh3_ja-75",
"name": "Dunsparce",
"number": "75",
"printed_number": "75",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/75.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/75.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/75.large.webp"
}
],
"expansion": {
"id": "swsh3_ja",
"name": "Infinity Zone",
"total": 119,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S3",
"printed_total": 100,
"release_date": "2020/06/05",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3_ja.symbol.png",
"translation": {
"en": {
"name": "Infinity Zone"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "568781",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/75.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/75.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/75.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "60",
"abilities": [
{
"name": "Final Dig",
"text": "If this Pokémon is Knocked Out by damage from an attack from your opponent's Pokémon, discard the top 2 cards of your opponent's deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Ram",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Kazuma Koda",
"pricing": {
"currency": "USD",
"market": 1.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.99
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:33:52.946Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}