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/adv5_ja-50?include=prices 200 19ms{
"success": true,
"data": {
"id": "adv5_ja-50",
"name": "Machoke",
"number": "50",
"printed_number": "50",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/50.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/50.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/50.large.webp"
}
],
"expansion": {
"id": "adv5_ja",
"name": "Undone Seal",
"total": 83,
"language": "Japanese",
"language_code": "ja",
"series": "ADV",
"printed_total": 83,
"release_date": "2004/01/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.symbol.png",
"translation": {
"en": {
"name": "Undone Seal"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "612548",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/50.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/50.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/50.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "80",
"abilities": [
{
"name": "Strikes Back",
"text": "If Machoke is your Active Pokémon and is damaged by an opponent's attack (even if Machoke is Knocked Out), put 1 damage counter on the Attacking Pokémon.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Low Kick",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Non",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 1.88,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.88
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-10T22:46:59.956Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}