Using this extension you can inspect the API calls made by the website you open. It shows information regarding: url, duration, method (GET, POST, PATCH, PUT, DELETE), status (success, pending, error). You can filter searching a string in a url, order the data, visualise duplicate, insecure or error calls. The code for this extension is open sourced and you can see it on Github: https://github.com/MatteoPieroni/inspect-api-extension. To request a new feature, please open an issue in the github repo: https://github.com/MatteoPieroni/inspect-api-extension/issues
You can Follow the below Step By Step procedure to install the Inspect API calls Chrome Extension to your Chrome Web browser.
It is the Inspect API calls Chrome extension download link you can download and install Chrome Browser.
This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.
Inspect HTTP request headers, cookies, data, response Headers, cookies and add/modify request headers before sending requests
Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.
Intercept Requests and add custom rules to modify request/response headers, block/redirect requests, modify query params.
Monitoring of Hidden inputs
Simple tool to monitor network calls across all windows and tabs of your browser.
This extension gives the consolidated view of all requests made by a web page. View includes request body and also the API response