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/xy3_ja-18?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy3_ja-18",
"name": "Politoed",
"number": "18",
"printed_number": "18",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/18.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/18.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/18.large.webp"
}
],
"expansion": {
"id": "xy3_ja",
"name": "Rising Fist",
"total": 105,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY3",
"printed_total": 96,
"release_date": "2014/06/14",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.symbol.png",
"translation": {
"en": {
"name": "Rising Fist"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "603514",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/18.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/18.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/18.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Water"
],
"hp": "130",
"abilities": [
{
"name": "King's Song",
"text": "Ignore all Colorless Energy in the attack cost of each of your Poliwag, Poliwhirl, and Poliwrath's attacks.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Hyper Voice",
"damage": "70"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Non",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 2.85,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.85
},
{
"condition": "LP",
"price": 1.38
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 918,
"low": 780.3,
"high": 1055.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
}
],
"market_updated_at": "2026-07-16T03:18:42.846Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}