ekofyi
Liveapishipped v1.0.0

OpenAPI Viewer

A lightweight OpenAPI specification viewer. Paste your Swagger/OpenAPI spec (v2 or v3) in YAML or JSON format to browse all endpoints, parameters, request bodies, and response schemas in a clean, navigable interface. No server needed.

openapiswaggerapidocumentationrest

ekofyi API v1.0.0

Sample API for the OpenAPI viewer.

https://api.ekofyi.com/v1
Schemas (1)

User

{
  "type": "object",
  "required": [
    "id",
    "email"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "email": {
      "type": "string",
      "format": "email"
    },
    "name": {
      "type": "string"
    }
  }
}

🔒 OpenAPI 3.x supported. Paste from /openapi.json or swagger.json endpoint.