WordPress REST API Exposure Checker Tool Online
Last updated:
Check whether a WordPress site exposes REST API user data, public author slugs, and XML-RPC signals that should be reviewed during security hardening.
Enter a WordPress site URL to check public REST exposure:
How the WordPress REST API Checker Works
The checker requests common WordPress endpoints and reports whether public data is visible.
- REST root check, it requests /wp-json/ and looks for WordPress namespaces and routes.
- User endpoint check, it requests /wp-json/wp/v2/users and caps any returned users for safe display.
- WordPress signal check, it looks for WordPress and XML-RPC hints on the home page.
- Recommendations, the result explains what to harden based on the exposure found.
Why REST Exposure Matters
Public author data is not always critical, but it can help attackers build better login attacks and target real people.
- Login risk, exposed slugs can reveal likely usernames or author identities.
- Attack surface, open endpoints should match business needs, not default leftovers.
- Maintenance hygiene, REST exposure checks belong with updates, backups, plugin review, and security monitoring.
- Broader protection, pair this with the Security Headers Checker.
WordPress Hardening Recommendations
| Area | Recommended action |
|---|---|
| REST users | Restrict anonymous access to public user lists unless your site intentionally needs them. |
| Author slugs | Avoid author slugs that match login usernames. |
| XML-RPC | Disable XML-RPC when unused, or rate-limit and protect it if required. |
| Updates | Keep core, plugins, themes, and PHP versions current. |
| Access | Use strong passwords, multi-factor authentication, and least-privilege accounts. |
For ongoing support, review our WordPress maintenance services.
Next steps
WP REST API Exposure Checker related tools and articles
Continue with the closest follow-up checks and guides based on this tool's topic, crawl intent, and optimization workflow.
WordPress REST API Exposure Checker: FAQ
What does the WordPress REST API expose?
Is the WordPress REST API always a security problem?
What is user enumeration?
What endpoints does this checker test?
What should I do if users are exposed?
Should I disable XML-RPC?
Can this tool prove a site is secure?
Does this checker store user data?
Free 48-Hour Website Audit
Not sure what to fix first on your own website? We'll review it and tell you — in plain English. Free & non-obligatory.
Need WordPress Hardening?
We keep WordPress sites updated, backed up, monitored, and hardened against common exposure and maintenance risks.