View Project
API Clinic is a powerful and user-friendly API testing tool designed to simplify the process of testing and debugging APIs. It provides essential features for sending requests, inspecting responses, and managing environment variables, all within a clean and intuitive interface.
Request Builder: Easily construct GET, POST, PUT, DELETE, and other HTTP requests.
Response Viewer: View and analyze response headers, status codes, and body content.
Environment Variables: Manage different environments (development, staging, production) with variable support.
History Logs: Keep a history of all API requests and responses for reference.
Import/Export: Save and load your API testing sessions for convenience and sharing.
Real-time Visit Counter: Track the number of visits to the application.
Making a Request:
Select the HTTP method (GET, POST, etc.) from the dropdown.
Enter the API URL in the URL field.
Add any necessary headers in the Headers tab.
If needed, add a request body in the Body tab.
Click "Send Request" to make the API call.
Viewing the Response:
The response will be displayed in the Response section, showing status, headers, and body.
Using Environment Variables:
Add environment variables in the Environment Variables section.
Use variables in your requests by wrapping them in double curly braces, e.g., {{variable_name}}.
Accessing Request History:
View and reuse previous requests from the Request History panel.
Importing/Exporting Data:
Use the Import/Export buttons to save or load your API testing sessions.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
Built with