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

← Hidden Fates
Jigglypuff

Jigglypuff

Common #41 Pokémon Basic HP 70
Types
Fairy
Illustrator
Mizue
Expansion
Hidden Fates · Sun & Moon
Language
English
TCGplayer
197685

Attacks

Singing Voice 10
Fairy
Rollout 30
Fairy · Colorless
GET /api/v1/pokemon/cards/sm115-41vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm115-41vrh",
    "name": "Jigglypuff",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/41vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/41vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/41vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm115",
      "name": "Hidden Fates",
      "total": 69,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "HIF",
      "printed_total": 68,
      "release_date": "2019/08/23",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "197685",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/41vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/41vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/41vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Singing Voice",
        "damage": "10"
      },
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rollout",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 1.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.49
        },
        {
          "condition": "LP",
          "price": 1.22
        },
        {
          "condition": "MP",
          "price": 0.94
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 67,
          "low": 56.95,
          "high": 77.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.25,
          "low": 20,
          "high": 23.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:32.965Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.36
      }
    }
  }
}