Linkjet manages redirects and affiliate links with an emphasis on safety and automation: regular-expression redirects are validated when you save and can be tested against a sample path before going live, a conflict guard warns before a redirect shadows a real page or touches critical paths such as checkout and login, a 404 monitor separates real broken links from bot and scanner noise, and the complete feature set is scriptable through a documented REST API with an OpenAPI manifest, for automation and AI-assisted workflows.
Features
your-site.com/go/product)rel="nofollow" / rel="sponsored", query-parameter forwarding$1–$9 back-references, validated when you save and testable against a sample URL before going live[linkjet] shortcode for clean affiliate anchors in your content/wp-json/linkjet/v1/, authenticated via Application PasswordsREST API endpoints
GET/POST /wp-json/linkjet/v1/linksGET/PUT/DELETE /wp-json/linkjet/v1/links/<id>GET /wp-json/linkjet/v1/links/<id>/clicksGET/POST /wp-json/linkjet/v1/categoriesDELETE /wp-json/linkjet/v1/categories/<id>GET /wp-json/linkjet/v1/statsGET/PUT /wp-json/linkjet/v1/settingsPOST /wp-json/linkjet/v1/links/test-pattern (validate a regular expression and test it against a sample path)GET /wp-json/linkjet/v1/404s (add ?noise=0 for real 404s, ?noise=1 for scanner/bot noise) and POST /wp-json/linkjet/v1/404s/<id>/redirectGET /wp-json/linkjet/v1/exportPOST /wp-json/linkjet/v1/import (?mode=replace to overwrite)GET /wp-json/linkjet/v1/openapi (machine-readable API manifest)Endpoints require the manage_linkjet capability, which is granted to administrators automatically and can optionally be granted to editors. A machine-readable OpenAPI manifest is available at /wp-json/linkjet/v1/openapi, ready to import into Postman, Insomnia or any API client.