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

← Rising Rivals
Nidoran ♂

Nidoran ♂

Common #72 Pokémon Basic HP 50
Types
Psychic
Illustrator
Ken Sugimori
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
87728

Attacks

Leer
Colorless

Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn.

Horn Hazard 40
Psychic · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/pl2-72?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-72",
    "name": "Nidoran ♂",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/72.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87728",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Leer",
        "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Horn Hazard",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.37
        },
        {
          "condition": "LP",
          "price": 0.27
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "HP",
          "price": 0.17
        },
        {
          "condition": "DMG",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.63
      }
    }
  }
}