API URL fuzzer that cross-joins hosts and paths into normalized URLs, probes them over HTTP, and reports responding endpoints.
apiffuf is an API testing tool that helps you discover and verify all the endpoints on your API. You give it a list of your API addresses and a list of path names, and it automatically combines them together to test every possible combination. The tool sends requests to all these URLs, waits for responses, and shows you which endpoints are working. It can test quickly or slowly, supports different request types, lets you add custom headers like authentication tokens, and displays results in colorful terminal output or saves them to files. The tool is designed for security researchers and developers who want to audit their own APIs, and it includes warnings to only use it on systems you have permission to test.
How It Works
You want to find all the endpoints on your API to make sure everything is working correctly and nothing unexpected is exposed.
You create a simple list of your API addresses and another list of common path names like /users or /products.
The tool automatically combines every address with every path, sending requests to all combinations at once.
You set a slower pace to avoid overwhelming your server during testing.
You test all endpoints as quickly as possible for rapid results.
If your API requires a login token, you can include it so the scanner can access protected endpoints.
As endpoints respond, you watch colorful results appear showing which URLs are working and what they return.
The tool shows you every endpoint that responded, with details like status codes and page titles, so you know exactly what's exposed.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.