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

← Gym Challenge Unlimited
Giovanni's Nidorino

Giovanni's Nidorino

Uncommon #45 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Ken Sugimori
Expansion
Gym Challenge Unlimited · Gym
Language
English
TCGplayer
85723

Attacks

Rend 20+
Grass · Colorless · Colorless

If the Defending Pokémon already has any damage counters on it, this attack does 20 damage plus 20 more damage. If not, this attack does 20 damage.

GET /api/v1/pokemon/cards/gym2-45vuu?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2-45vuu",
    "name": "Giovanni's Nidorino",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/45vuu.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/45vuu.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/45vuu.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2-unlimited",
      "name": "Gym Challenge Unlimited",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85723",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/45vuu.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/45vuu.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/45vuu.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rend",
        "text": "If the Defending Pokémon already has any damage counters on it, this attack does 20 damage plus 20 more damage. If not, this attack does 20 damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.94
        },
        {
          "condition": "LP",
          "price": 1.55
        },
        {
          "condition": "MP",
          "price": 1.1
        },
        {
          "condition": "HP",
          "price": 0.99
        },
        {
          "condition": "DMG",
          "price": 0.59
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.99,
          "low": 8.5,
          "high": 27.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 7,
          "low": 7,
          "high": 10,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.8,
          "low": 20,
          "high": 20,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.5,
          "low": 11.75,
          "high": 19.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.65,
          "low": 16,
          "high": 16,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:25:41.215Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.03
      }
    }
  }
}