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/sm1s_ja-42vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm1s_ja-42vh",
"name": "Ribombee",
"number": "42",
"printed_number": "42",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/42vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/42vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/42vh.large.webp"
}
],
"expansion": {
"id": "sm1s_ja",
"name": "Collection Sun",
"total": 73,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM1S",
"printed_total": 60,
"release_date": "2016/12/09",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1s_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1s_ja.symbol.png",
"translation": {
"en": {
"name": "Collection Sun"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "573258",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/42vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/42vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/42vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fairy"
],
"hp": "60",
"abilities": [
{
"name": "Curative Pollen",
"text": "Once during your turn (before your attack), you may heal 20 damage from 1 of your Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fairy"
],
"converted_energy_cost": 1,
"name": "Fairy Wind",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Shin Nagasawa",
"pricing": {
"currency": "USD",
"market": 1.98,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.98
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 49,
"low": 41.65,
"high": 56.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:25:19.269Z",
"trend_7d": {
"direction": "down",
"percent": -17.5
}
}
}
}