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/swsh5r_ja-2?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh5r_ja-2",
"name": "Weepinbell",
"number": "2",
"printed_number": "2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/2.large.webp"
}
],
"expansion": {
"id": "swsh5r_ja",
"name": "Rapid Strike Master",
"total": 91,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S5R",
"printed_total": 70,
"release_date": "2021/01/22",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5r_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5r_ja.symbol.png",
"translation": {
"en": {
"name": "Rapid Strike Master"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "569043",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/2.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"abilities": [
{
"name": "Dangerous Slime",
"text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may leave your opponent's Active Pokémon Burned and Poisoned.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Vine Whip",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Shibuzoh.",
"pricing": {
"currency": "USD",
"market": 0.18,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.18
},
{
"condition": "LP",
"price": 0.1
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:59:13.298Z",
"trend_7d": {
"direction": "down",
"percent": -43.75
}
}
}
}