API & Web Processed locally

OpenAPI Breaking Change Analyzer

Compare an old and a new OpenAPI/Swagger spec (JSON or YAML) and see every change classified breaking, risky, safe, or doc-only — with a verdict you can gate a release on. Runs in your browser; nothing is uploaded.

Specs

Auto-compares as you type. Ctrl+Enter to re-run.

How to use the OpenAPI Breaking Change Analyzer

Paste two versions of an OpenAPI or Swagger specification — the old baseline and the new candidate — and instantly see what changed, with each change classified as breaking, risky, safe, or doc-only. Use it in code review and release checks to catch contract regressions before they reach clients. Both files are parsed and compared entirely in your browser; nothing is uploaded.

What it does

When to use it

How to use it

  1. Paste the old spec on the left and the new spec on the right (JSON or YAML).
  2. Read the severity summary, then the grouped change report.
  3. Copy the report into your PR or changelog.

Tips & pitfalls

FAQ

Related guides