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/cp1_ja-28?include=prices 200 17ms{
"success": true,
"data": {
"id": "cp1_ja-28",
"name": "Team Aqua Grunt",
"number": "28",
"printed_number": "28",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/28.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/28.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/28.large.webp"
}
],
"expansion": {
"id": "cp1_ja",
"name": "Magma Gang VS Aqua Gang: Double Crisis",
"total": 34,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "CP1",
"printed_total": 34,
"release_date": "2015/01/30",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.symbol.png",
"translation": {
"en": {
"name": "Magma Gang VS Aqua Gang: Double Crisis"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "605314",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/28.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/28.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/28.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Supporter"
],
"rarity": "Non",
"artist": "GAME FREAK inc.",
"pricing": {
"currency": "USD",
"market": 3.18,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.18
},
{
"condition": "LP",
"price": 2
},
{
"condition": "MP",
"price": 0.5
},
{
"condition": "HP",
"price": 0.5
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:58:04.306Z",
"trend_7d": {
"direction": "down",
"percent": -1.85
}
}
}
}