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

← Pokémon GO
Numel

Numel

usually #13 Pokémon Basic HP 80
Types
Fire
Illustrator
Shibuzoh.
Expansion
Pokémon GO · Sword & Shield
Language
Japanese
TCGplayer

Attacks

Tackle 20
Fire · Colorless
Stomp 50+
Fire · Fire · Colorless

Flip a coin. If heads, this attack does 50 more damage.

GET /api/v1/pokemon/cards/swsh10b_ja-13?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10b_ja-13",
    "name": "Numel",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/13.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10b_ja",
      "name": "Pokémon GO",
      "total": 101,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10b",
      "printed_total": 71,
      "release_date": "2022/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon GO"
        }
      }
    },
    "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/swsh10b_ja/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Stomp",
        "text": "Flip a coin. If heads, this attack does 50 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 81,
          "low": 81,
          "high": 81,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10.5,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.65,
          "low": 6,
          "high": 6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 303.89,
          "low": 300.53,
          "high": 1071.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 65.24,
          "low": 73.79,
          "high": 88.19,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "SGC",
          "grade": "8",
          "value": 26.99,
          "low": 22.94,
          "high": 31.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 349.99,
          "low": 297.49,
          "high": 402.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T13:04:26.336Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}