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

← Vivid Voltage
Tynamo

Tynamo

Common #57 Pokémon Basic HP 40
Types
Lightning
Illustrator
sowsow
Expansion
Vivid Voltage · Sword & Shield
Language
English
TCGplayer
226455

Attacks

Tiny Charge 10
Lightning
GET /api/v1/pokemon/cards/swsh4-57?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4-57",
    "name": "Tynamo",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/57.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/57.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/57.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4",
      "name": "Vivid Voltage",
      "total": 203,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "VIV",
      "printed_total": 185,
      "release_date": "2020/11/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "226455",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/57.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/57.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/57.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "40",
    "abilities": [
      {
        "name": "Levitate",
        "text": "If this Pokémon has any Energy attached, it has no Retreat Cost.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Tiny Charge",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "sowsow",
    "pricing": {
      "currency": "USD",
      "market": 0.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.12
        },
        {
          "condition": "LP",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.08
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:34:30.364Z",
      "trend_7d": {
        "direction": "down",
        "percent": -25
      }
    }
  }
}