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

Flip 3 coins. This attack does 20 damage times the number of heads.
/api/v1/pokemon/cards/l3_ja-66?include=prices 200 16ms{
"success": true,
"data": {
"id": "l3_ja-66",
"name": "Porygon2",
"number": "66",
"printed_number": "66",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/66.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/66.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/66.large.webp"
}
],
"expansion": {
"id": "l3_ja",
"name": "Clash at the Summit",
"total": 81,
"language": "Japanese",
"language_code": "ja",
"series": "LEGEND",
"code": "L3",
"printed_total": 80,
"release_date": "2010/07/08",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.symbol.png",
"translation": {
"en": {
"name": "Clash at the Summit"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "608442",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/66.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/66.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/66.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "80",
"abilities": [
{
"name": "Mapping",
"text": "Once during your turn, when you play Porygon2 from your hand to evolve 1 of your Pokémon, you may search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "3-D Attack",
"text": "Flip 3 coins. This attack does 20 damage times the number of heads.",
"damage": "20×"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 3.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.49
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 123,
"low": 104.55,
"high": 141.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-13T02:09:34.599Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}