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

Draw 2 cards.
/api/v1/pokemon/cards/pt3_ja-12?include=prices 200 19ms{
"success": true,
"data": {
"id": "pt3_ja-12",
"name": "Masquerain",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/12.large.webp"
}
],
"expansion": {
"id": "pt3_ja",
"name": "Beat of the Frontier",
"total": 100,
"language": "Japanese",
"language_code": "ja",
"series": "Platinum",
"code": "PT3",
"printed_total": 100,
"release_date": "2009/03/06",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.symbol.png",
"translation": {
"en": {
"name": "Beat of the Frontier"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "607455",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/12.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"abilities": [
{
"name": "Intimidating Pattern",
"text": "As long as Masquerain is your Active Pokémon, any damage done by an opponent's attack is reduced by 20 (before applying Weakness and Resistance).",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Skim Attack",
"text": "Draw 2 cards.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+20"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Non",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3
},
{
"condition": "LP",
"price": 1
}
],
"graded": [],
"market_updated_at": "2026-07-16T02:54:31.669Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}