mermade.org.uk

Converter and validator for Swagger 2.0 to OpenAPI 3.0.x definitions

6 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

openapi2js ✓ Official
npm install openapi2js
openItv ✓ Official
npm install openItv
# See https://github.com/speakeasy-sdks/Mermade-Software-sample-sdk
openSky ✓ Official
# See https://github.com/Mermade/openSky
curl examples
Return a redirect to a badge svg file depending on a source definition's vali…
curl \
  https://mermade.org.uk/api/v1/badge
Get the status of the API
curl \
  https://mermade.org.uk/api/v1/status
Convert a Swagger 2.0 definition to OpenAPI 3.0.x from a URL
curl \
  https://mermade.org.uk/api/v1/convert
Endpoints (6 total)
GET
/badge
Return a redirect to a badge svg file depending on a source definition's vali…
GET
/status
Get the status of the API
GET
/convert
Convert a Swagger 2.0 definition to OpenAPI 3.0.x from a URL
GET
/validate
Validate an OpenAPI 3.0.x definition
POST
/convert
Convert a Swagger 2.0 definition passed in the body to OpenAPI 3.0.x
POST
/validate
Validate an OpenAPI 3.0.x definition supplied in the body of the request
At a glance
Total SDKs4
Languages3
Endpoints6
Categories1
https://mermade.org.uk/api/v1