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/sm9b_ja-2?include=prices 200 15ms{
"success": true,
"data": {
"id": "sm9b_ja-2",
"name": "Caterpie",
"number": "2",
"printed_number": "2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/2.large.webp"
}
],
"expansion": {
"id": "sm9b_ja",
"name": "Full Metal Wall",
"total": 69,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM9b",
"printed_total": 54,
"release_date": "2019/02/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9b_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9b_ja.symbol.png",
"translation": {
"en": {
"name": "Full Metal Wall"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "574108",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/2.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "40",
"abilities": [
{
"name": "Pupate",
"text": "Once during your turn (before your attack), you may flip a coin. If heads, search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Hook",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Shibuzoh.",
"pricing": {
"currency": "USD",
"market": 0.46,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.46
},
{
"condition": "LP",
"price": 0.45
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 23,
"low": 19.55,
"high": 26.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:32:15.910Z",
"trend_7d": {
"direction": "down",
"percent": -52.58
}
}
}
}