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/sm1p_ja-30?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm1p_ja-30",
"name": "Sudowoodo",
"number": "30",
"printed_number": "30",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-30.large.webp"
}
],
"expansion": {
"id": "sm1p_ja",
"name": "Strength Expansion Pack Sun & Moon",
"total": 73,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM1+",
"printed_total": 51,
"release_date": "2017/01/27",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.symbol.png",
"translation": {
"en": {
"name": "Strength Expansion Pack Sun & Moon"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "597766",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-30.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"abilities": [
{
"name": "Roadblock",
"text": "Your opponent can't have more than 4 Benched Pokémon. If they have 5 or more Benched Pokémon, they discard Benched Pokémon until they have 4 Pokémon on the Bench. If more than one effect changes the number of Benched Pokémon allowed, use the smaller number.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Rock Throw",
"damage": "40"
}
],
"rarity": "Common",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 0.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.99
},
{
"condition": "DMG",
"price": 0.5
}
],
"graded": [],
"market_updated_at": "2026-09-22T04:00:57.054Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}