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

← FireRed & LeafGreen
Nidorina

Nidorina

Uncommon #40 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Naoyo Kimura
Expansion
FireRed & LeafGreen · EX
Language
English
TCGplayer
87735

Attacks

Scratch 20
Colorless
Fast Evolution
Colorless · Colorless

Search your deck for up to 2 Evolution cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward.

GET /api/v1/pokemon/cards/ex6-40vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex6-40vrh",
    "name": "Nidorina",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/40vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/40vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/40vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex6",
      "name": "FireRed & LeafGreen",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RG",
      "printed_total": 112,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87735",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/40vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/40vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/40vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fast Evolution",
        "text": "Search your deck for up to 2 Evolution cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 18.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.85
        },
        {
          "condition": "LP",
          "price": 9.17
        },
        {
          "condition": "MP",
          "price": 5.23
        },
        {
          "condition": "HP",
          "price": 4
        },
        {
          "condition": "DMG",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 69.99,
          "low": 69.99,
          "high": 199,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 19,
          "low": 19,
          "high": 23.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 750,
          "low": 627.52,
          "high": 750,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 11,
          "high": 43.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 115.62,
          "low": 55,
          "high": 149.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:08:11.992Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.11
      }
    }
  }
}