Request Interceptor
Intercept Requests and add custom rules to modify request/response headers, block/redirect requests, modify query params.
Hassle-free mocking of xhr and fetch calls.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
Mocking your API responses like a pro. The Parrot browser extension allows you to mock any asynchronous call you like. Using its network viewer you can monitor all calls being done, and with the ease of just one mouse button click you can start mocking every call you need to be mocked. Works for both old-school XmlHttpRequest and modern Fetch-API calls. Mocking can be as easy as just pasting alternative JSON payloads to be returned by the call, or by doing more complex transformation of responses using JavaScript. Whether or not mocking needs to take place can be decided by comparing the URL with a matching string or regular expression or, if a more fine-grained approach is needed, by inspecting the request using JavaScript.
💡 When to use this extension?
🔸 You are developing a front end that needs to connect to some back end API, but that API has not yet been developed or is down.
🔸 You want to give a live demo but the back end API needed is currently not available or broken.
🔸 You would not only like to test the happy flow, but would also like to see how your front end behaves given any possible alternate scenario or edge case.
🔸 You are experiencing a nasty bug but have no way of reproducing it easily using the real back end system. You would like to tweak the response to check if any unexpected response could be the cause of your issue.
Inspect the latest comments and rating distribution.
Store average score: 5.0. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Intercept Requests and add custom rules to modify request/response headers, block/redirect requests, modify query params.
Get That API is an browser extension made to test API endpoints right in the browser
Mock or modify your HTTP requests to test, develop and demo your web application
Mock, modify, and replay API. Easy setup. No proxy needed. No code change required.
Adds the API mocker MOKKU to Chrome Developer Tools for seamless integration & testing.
Mocks api responses for AJAX (XHR) requests. (Postman for Frontend)
Excellent tool, sensational network viewer , there is just one detail that I couldn't use localhost, is there any specific configuration?
Amazing! I want to you to add capability to edit response header as well. I am getting an issue. I could not use original response on mocking request body.
PLESE let me move the network viewer window! It's in the way! This app is perfect for any website that DOES'NT have something i need to click on in the bottom right corner. Edit: Thank you. Five stars.
Great tool! Real easy to use and handles the mocking like charm. 5 out of 5!
good job
A real life saver. Next to fully replacing a response you can also process it using plain JavaScript! Really love this extension.