OpenAPI DevTools logo

OpenAPI DevTools

Chrome extension that generates API specs for any app or website

Pricing: Free
Visit website

What is OpenAPI DevTools?

Effortlessly discover API behaviour with a Chrome extension that automatically generates OpenAPI specifications in real time for any app or website.

OpenAPI DevTools generates OpenAPI specifications in real time from network requests. Once installed it adds a new tab to Chrome DevTools called OpenAPI. While the tool is open it automatically converts network requests into a specification.

How to use OpenAPI DevTools:

The specification will automatically populate based on JSON requests that fire as you browse the web. In the settings menu you can filter hosts and parameterise paths in URLs. Once you do so all matching existing and future requests to that endpoint will be merged. This process is irreversible, but you can clear the specification and restart at any time.

When the same endpoint responds with different data, such as a value that is sometimes a string and sometimes null, the specification for that value will be either string or null. All information is accounted for in the final specification. If you see something missing from a request, trigger a request that contains the missing information.

The settings menu contains several options. Here you can enable real examples in the specification. You can also export the current state of the app as a string, share or store it, and import it later.

What is OpenAPI?

An OpenAPI specification is a description of what an API expects to receive and what it will respond with. It is governed by the OpenAPI Initiative and the Linux Foundation. OpenAPI specifications are the modern standard for RESTful APIs, and systems that have them are far easier to work with.

Key Features:

  • Instantly generate an OpenAPI 3.1 specification for any website or application just by using it
  • Automatically merges new request & response headers, bodies, and query parameters per endpoint
  • Click on a path parameter and the app will automatically merge existing and future matching requests
  • View the specification inside the tool and download with a click
  • Export and save a session at any time, or share it with others.

Link to OpenAPI DevTools Chrome extension

More tools in API Testing

PactumJS logo

PactumJS

A REST API testing tool to automate e2e, integration, contract, and component (or service-level) tests.

API Testing
Free
F

Fetchbook

CLI tool to run and test your HTTP requests. Git friendly, 100% local.

API Testing
Free
RecipeUI logo

RecipeUI

Open source Postman alternative with type safety built in.

API Testing
Free