Named configurations
Create multiple configurations and select the appropriate rules for each site, path, or application flow.
API service
Blocker V2 evaluates richer request context through a named configuration and returns the exact access and page response fields your integration should follow.
GET /services/blockerv2How it works
Each request identifies a configuration with confname. In addition to IP, user agent, and URL, an integration can submit JSON params and headers so the selected configuration can evaluate more of the original request.
isBot is the visitor classification, while blockAccess is the final policy decision. Integrations should also follow pageResponseType and pageResponseContents when applying the configured response.GET /services/blockerv2isBotBot classification produced by the selected configurationblockAccessFinal access decision for the current requestpageResponseTypeConfigured action type: RedirectURL, HTTPStatusCode, or NonepageResponseContentsRedirect destination, HTTP status value, or Stay On PageIntegration examples
Submit a named configuration together with visitor context and optional JSON params and headers, then read the flat JSON response.
Replace the configuration placeholder, collect only the request context your rules require, and follow the returned access and page response fields exactly. Read the complete Blocker V2 documentation.
Core capabilities
Create multiple configurations and select the appropriate rules for each site, path, or application flow.
Accepts optional user agent, URL, JSON params, and JSON headers in addition to the visitor IP.
Returns the configured redirect, HTTP status, or stay-on-page action without hiding the underlying access decision.
The official Stopbot WordPress plugin applies Blocker V2 decisions to public frontend page requests.
Use cases
Apply separate configurations to public content, campaigns, account pages, or other protected areas.
Inspect the original request before the application continues with its normal response.
Use the official plugin when a WordPress installation needs a guided Blocker V2 integration.
Create an account, configure the service in the Stopbot panel, and follow the integration documentation for your application.