Pokemon Data — Stats, Types, Abilities & Sprites avatar

Pokemon Data — Stats, Types, Abilities & Sprites

Pricing

$1.00 / 1,000 pokemon

Go to Apify Store
Pokemon Data — Stats, Types, Abilities & Sprites

Pokemon Data — Stats, Types, Abilities & Sprites

Get Pokemon data by name or Pokedex ID: types, abilities, base stats (HP, Attack, Defense, Speed...), height, weight, base experience, official artwork and cry. Powered by the public PokeAPI. No API key.

Pricing

$1.00 / 1,000 pokemon

Rating

0.0

(0)

Developer

Marouane Oulabass

Marouane Oulabass

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Share

Pokemon Data — Stats, Types, Abilities & Sprites to JSON

Get Pokemon data by name or Pokedex ID — as clean JSON. Pass Pokemon names or IDs and get back a tidy row per Pokemon: types, abilities, base stats (HP, Attack, Defense, Speed…), height, weight, base experience, official artwork and cry. Powered by the public PokeAPI — no API key.

The easy way to build Pokemon datasets for games, apps, bots and fan projects.

Who uses this

  • 🎮 Game & app developers — power Pokedex apps, team builders and tools.
  • 🤖 Bots & Discord communities — answer stats and type queries.
  • 📊 Data & AI hobbyists — build datasets for analysis or ML.
  • ✍️ Content creators — pull sprites, artwork and stats for pages.
  • 🧑‍💻 Learners — a clean API-to-JSON example by name or ID.

What you get — one clean row per Pokemon

FieldDescription
name + idName & Pokedex ID
typesType(s)
abilities + hiddenAbilitiesAbilities
hp attack defense specialAttack specialDefense speedBase stats
baseStatTotalSum of base stats
heightM + weightKgSize
baseExperienceBase XP
sprite + artworkImages
cryCry audio URL
order, input, scrapedAtProvenance

Example

Input

{ "pokemon": ["pikachu", "charizard", "25"] }

Output (one item)

{
"id": 6, "name": "charizard",
"types": ["fire", "flying"],
"abilities": ["blaze"], "hiddenAbilities": ["solar-power"],
"hp": 78, "attack": 84, "defense": 78, "speed": 100,
"baseStatTotal": 534, "heightM": 1.7, "weightKg": 90.5,
"artwork": "https://raw.githubusercontent.com/PokeAPI/sprites/.../6.png"
}

Why this actor

  • Official source — the public PokeAPI, always current.
  • 🔤 Name or ID — look up however you have it.
  • 📊 Full base stats — plus type, abilities and totals.
  • 🖼️ Artwork, sprites & cries — ready for rich UIs.
  • Fast & affordable — pay only per Pokemon returned. No API key.

Input options

  • pokemon (required) — Pokemon names or Pokedex IDs (e.g. pikachu, 25).

FAQ

Name or ID? Either — pass names like pikachu or numeric Pokedex IDs like 25.

Do I get images? Yes — sprite, official artwork and the cry audio URL.

Are hidden abilities included? Yes — hiddenAbilities is separate from regular abilities.

How fresh is the data? Live from the PokeAPI on every run.

Can I export to CSV/Excel/Google Sheets? Yes — the dataset exports to JSON, CSV, Excel and HTML, or pull it via the API.

What does it cost? Pay-per-Pokemon — you're only charged for Pokemon actually returned.


Tip: pass a whole generation's IDs to build a complete Pokedex dataset with stats and artwork.