ToolCraft
HomeAI ToolsDeveloper ToolsUnit ConverterImage Tools
ToolCraft

© 2026 ToolCraft. All rights reserved.

Privacy PolicyTerms of Service
DMCA.com Protection Status
HomeDeveloper ToolsOpenAPI / Swagger Viewer

Developer Tools

JSON FormatterBase64 Encoder/DecoderUUID GeneratorRegex TesterHash GeneratorCurl ConverterMarkdown PreviewURL Encoder/DecoderHTML Encoder/DecoderJWT DecoderCron Expression ParserDiff CheckerSQL FormatterCSS Minifier / BeautifierHTML MinifierJavaScript MinifierYAML / JSON ConverterXML / JSON ConverterIP Subnet CalculatorHTTP Status CodesUnix Permissions CalculatorFake Data GeneratorJSONPath TesterJSON Schema ValidatorJSON to TypeScriptUser Agent ParserMIME Type LookupASCII TableMeta Tag GeneratorRobots.txt GeneratorSitemap GeneratorTOML ↔ JSON ConverterSVG OptimizerCSS Unit ConverterAPI Request BuilderCode ScreenshotJSON to PHP ArrayProperties / JSON ConverterJSON / SQL ConverterYAML / TOML ConverterJSON to HTML TableCSV to SQLToken Counter (LLM)OpenAPI / Swagger Viewer

OpenAPI / Swagger Viewer

Paste an OpenAPI 3 or Swagger 2 spec (YAML or JSON), browse endpoints, parameters, and schemas. All client-side, no upload.

Spec preview appears here.

View all Developer Tools

View all
100% offline

JSON Formatter

Format, validate, and minify JSON data with syntax highlighting

Developer Tools
100% offline

Base64 Encoder/Decoder

Encode and decode Base64 strings

Developer Tools
100% offline

UUID Generator

Generate and validate UUIDs (v4)

Developer Tools
100% offline

Regex Tester

Test regular expressions with real-time matching

Developer Tools

What is the OpenAPI / Swagger Viewer?

OpenAPI (formerly Swagger) is the industry-standard format for describing REST APIs in YAML or JSON. The full Swagger UI is heavy (~2 MB) and often online-only — privacy-sensitive when your spec contains internal endpoint names or unreleased features. The OpenAPI Viewer parses your spec entirely in your browser, groups endpoints by tag, and shows methods (color-coded GET/POST/PUT/DELETE/PATCH), parameters with location (query/path/header/cookie), request body content types, and response codes with descriptions. Works with both OpenAPI 3.0/3.1 and legacy Swagger 2.0. Paste a spec from an internal staging server or a confidential RFC — nothing is uploaded.

Supported spec format

OpenAPI 3.x: detected via top-level "openapi" field Swagger 2.0: detected via top-level "swagger" field Format: YAML or JSON (auto-detected) Fields rendered: info, servers, paths (all 8 HTTP methods), parameters, requestBody, responses, components/schemas (count only)

FAQ