Home Features Pricing Docs API Status Account GitHub

API Status

Connecting to API — please wait...

Current API URL: https://exceedweb.pythonanywhere.com
Custom domain api.vfault.com coming soon
Health check
GET /health
Check API status and loaded shards
curl https://exceedweb.pythonanywhere.com/health
GET /lookup/wp_enqueue_script
Look up a WordPress function — should return verified
curl https://exceedweb.pythonanywhere.com/lookup/wp_enqueue_script
GET /lookup/wp_register_scripts
Look up a hallucinated function — should return not found with suggestions
curl https://exceedweb.pythonanywhere.com/lookup/wp_register_scripts
POST /verify
Verify a block of text for hallucinated WordPress functions
curl -X POST https://exceedweb.pythonanywhere.com/verify \ -H "Content-Type: application/json" \ -d '{"text": "Use wp_register_scripts() and get_currentuserinfo()"}'
GET /stats
View the store contents — functions, hooks, and class methods
curl https://exceedweb.pythonanywhere.com/stats
GET /search/wp_enqueue
Search functions by prefix
curl https://exceedweb.pythonanywhere.com/search/wp_enqueue
GET /usage
Check your current API usage and remaining daily requests
curl https://exceedweb.pythonanywhere.com/usage
POST /compare_params
Compare stated parameters against the current WordPress source
curl -X POST https://exceedweb.pythonanywhere.com/compare_params \ -H "Content-Type: application/json" \ -d '{"function": "wp_enqueue_script", "stated_params": "bool $in_footer"}'
GET /rules
List all active context rules grouped by ecosystem
curl https://exceedweb.pythonanywhere.com/rules