PokeAPI Rails

Explore Pokemon Data Fast

Test live endpoints from this page. Pick API version, type a relative path, and inspect JSON plus response headers.

Try Endpoints

Version

Base: /api/v2/

Open

Examples

Response

Idle

URL: /api/v2/pokemon/ditto

Headers: -

Collapsible JSON Tree

Press "Fetch JSON" to load data.

Recent Requests

No requests yet. Fetch an endpoint to build history.

    v2 Quick Notes

    • limit and offset on list endpoints.
    • Lookup accepts id or name in most resources.
    • Example: /api/v2/pokemon/ditto

    v3 Quick Notes

    • Supports fields, include, sort, filter[name].
    • Returns X-Query-Count and X-Response-Time-Ms.
    • Example: /api/v3/move?include=pokemon&limit=20