API Spec Converter

The goal of this project is to allow REST API developers to convert between different API definition formats. This prevents lock-in, and allows developers to take advantage of tools that only support particular formats.

Currently, we only support converting from various formats (e.g. RAML and WADL) to Open API 2.0 (fka Swagger). Open API 3.0 and API Blueprint are not supported in this web app, but are supported using the command line tool.

Our plan is to eventually support conversion between any two formats. If you'd like to contribute, you can check out the open source library on GitHub.