Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Onix can't attack during your next turn.
/api/v1/pokemon/cards/l2_ja-30?include=prices 200 16ms{
"success": true,
"data": {
"id": "l2_ja-30",
"name": "Onix",
"number": "30",
"printed_number": "30",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/30.large.webp"
}
],
"expansion": {
"id": "l2_ja",
"name": "Reviving Legends",
"total": 81,
"language": "Japanese",
"language_code": "ja",
"series": "LEGEND",
"code": "L2",
"printed_total": 80,
"release_date": "2010/02/11",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.symbol.png",
"translation": {
"en": {
"name": "Reviving Legends"
}
}
},
"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/l2_ja/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/30.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "90",
"abilities": [
{
"name": "Energy Healer",
"text": "Whenever you attach an Energy card from your hand to 1 of your Pokémon, remove 1 damage counter from that Pokémon.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Fighting",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Boundless Power",
"text": "Onix can't attack during your next turn.",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "usually",
"artist": "MAHOU",
"pricing": {
"currency": "USD",
"market": 1.79,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.79
},
{
"condition": "LP",
"price": 1.5
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 111.29,
"low": 148.92,
"high": 148.92,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 8.75,
"low": 8.5,
"high": 9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 39.92,
"low": 50.83,
"high": 50.83,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-08-27T07:10:09.152Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}