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

← Legends Awakened
Anorith

Anorith

Uncommon #46 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
83561

Attacks

Guard Claw 20
Colorless

During your opponent's next turn, any damage done to Anorith by attacks is reduced by 20 (after applying Weakness and Resistance).

X-Scissor 30
Fighting · Colorless

Flip a coin. If heads, this attack does 30 damage plus 20 more damage.

GET /api/v1/pokemon/cards/dp6-46vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-46vrh",
    "name": "Anorith",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/46vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/46vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/46vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6",
      "name": "Legends Awakened",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "LA",
      "printed_total": 146,
      "release_date": "2008/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83561",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/46vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/46vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/46vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Guard Claw",
        "text": "During your opponent's next turn, any damage done to Anorith by attacks is reduced by 20 (after applying Weakness and Resistance).",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "X-Scissor",
        "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 3.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.4
        },
        {
          "condition": "LP",
          "price": 1.71
        },
        {
          "condition": "MP",
          "price": 0.84
        },
        {
          "condition": "HP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "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": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-31T03:50:36.652Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}