Function lookup
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
Verify text
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()"}'
Store statistics
GET /stats
View the store contents — functions, hooks, and class methods
curl https://exceedweb.pythonanywhere.com/stats
Search
GET /search/wp_enqueue
Search functions by prefix
curl https://exceedweb.pythonanywhere.com/search/wp_enqueue
Usage
GET /usage
Check your current API usage and remaining daily requests
curl https://exceedweb.pythonanywhere.com/usage
Parameter comparison
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"}'
Context rules
GET /rules
List all active context rules grouped by ecosystem
curl https://exceedweb.pythonanywhere.com/rules