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

← Gold, Silver, to a New World...
Natu

Natu

Common #177 Pokémon Basic HP 30
Types
Psychic
Illustrator
Ken Sugimori
Expansion
Gold, Silver, to a New World... · Neo
Language
Japanese
TCGplayer

Attacks

Peck 10
Colorless
Telekinesis
Psychic · Psychic

Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)

GET /api/v1/pokemon/cards/neo1_ja-46?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo1_ja-46",
    "name": "Natu",
    "number": "177",
    "printed_number": "177",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-46.large.webp"
      }
    ],
    "expansion": {
      "id": "neo1_ja",
      "name": "Gold, Silver, to a New World...",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 96,
      "release_date": "2000/02/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Gold, Silver, to a New World..."
        }
      }
    },
    "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/neo1_ja-46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Peck",
        "damage": "10"
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Telekinesis",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.35
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.36
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 61,
          "low": 51.85,
          "high": 70.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21,
          "low": 19.5,
          "high": 62.74,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:32:14.283Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}