Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 4.45 KB

File metadata and controls

76 lines (56 loc) · 4.45 KB

OpenAPI Schemas

This repository contains unofficial OpenAPI 3.1 specifications for several public APIs.

The main goal of the project is to:

  • Maintain accurate OpenAPI schemas
  • Automatically publish them to GitHub Releases
  • Provide easy online previews using common OpenAPI tools

The repository does not aim to provide SDKs or client implementations.

Available APIs

Service JSON YAML Swagger Redoc
Danbooru json yaml Open Open
Moebooru json yaml Open Open
Shikimori json yaml Open Open
Kemono json yaml Open Open

Danbooru

Moebooru

Moebooru-based services:

Shikimori

Releases

All OpenAPI schemas are automatically built and published to GitHub Releases.

Each release contains standalone .yaml and .json files ready to be used with:

  • Client generators
  • Documentation generators
  • API explorers
  • Validators

Client Generator