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/swsh10b_ja-25?include=prices 200 16ms{
"success": true,
"data": {
"id": "swsh10b_ja-25",
"name": "Wimpod",
"number": "25",
"printed_number": "25",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/25.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/25.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/25.large.webp"
}
],
"expansion": {
"id": "swsh10b_ja",
"name": "Pokémon GO",
"total": 101,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S10b",
"printed_total": 71,
"release_date": "2022/06/17",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.symbol.png",
"translation": {
"en": {
"name": "Pokémon GO"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/25.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/25.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/25.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "70",
"abilities": [
{
"name": "Punk Out",
"text": "If your opponent has any Pokémon V in play, this Pokémon has no Retreat Cost.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Gnaw",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Miki Tanaka",
"pricing": {
"currency": "USD",
"market": 0.32,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.32
}
],
"graded": [],
"market_updated_at": "2026-09-21T13:04:26.336Z",
"trend_7d": {
"direction": "down",
"percent": -3.03
}
}
}
}