Go to file
Nelly (automation bot) 493d40c451 Automated spec update 2023-07-24 21:48:02 +00:00
specs Automated spec update 2023-07-24 21:48:02 +00:00
LICENSE init 2023-07-13 15:04:25 -07:00
README.md init 2023-07-13 15:04:25 -07:00

README.md

Discord OpenAPI Specification

This repository contains the OpenAPI specification for Discord's API. Currently, the spec is only for the most recent Discord API version (v10).

⚙️ OpenAPI spec contents are automatically generated, and therefore we do not allow public contributions to this repo. For bug fixes or improvements, you can open an issue.

Usage

Spec Files

Two versions of the spec are included—the standard spec and the preview spec:

  • openapi.json is the standard spec that contains the stable, public API. If you're using the spec in a production environment, you should use this spec.
  • openapi_preview.json is the preview spec which contains unstable and/or experimental API features. This should not be considered stable nor used in production environments.

Integrating with Postman

To use the spec with Postman, you can view the public collection.