AsyncAPI Specification

AsyncAPI is the open standard for describing event-driven and message-driven APIs across protocols such as Kafka, AMQP, MQTT, WebSocket, NATS, and SNS/SQS. AsyncAPI 3.0 (December 2023) decoupled operations from channels, enabling clearer modelling of pub/sub, request/reply, and streaming patterns. AsyncAPI is governed by the AsyncAPI Initiative under the Linux Foundation, distributed under the Apache 2.0 license.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/asyncapi"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: specifications:asyncapi
name: AsyncAPI Specification
description: AsyncAPI is the open standard for describing event-driven and message-driven APIs across
  protocols such as Kafka, AMQP, MQTT, WebSocket, NATS, and SNS/SQS. AsyncAPI 3.0 (December 2023) decoupled
  operations from channels, enabling clearer modelling of pub/sub, request/reply, and streaming patterns.
  AsyncAPI is governed by the AsyncAPI Initiative under the Linux Foundation, distributed under the Apache
  2.0 license.
humanURL: https://www.asyncapi.com/
baseURL: https://www.asyncapi.com/docs/reference/specification/latest
tags:
- AsyncAPI
- Event-Driven
- Messaging
- Streaming
- Specification Language
- Linux Foundation
properties:
- type: Documentation
  url: https://www.asyncapi.com/docs
- type: Specification
  url: https://www.asyncapi.com/docs/reference/specification/latest
  title: AsyncAPI Specification (latest)
- type: Specification
  url: https://www.asyncapi.com/docs/reference/specification/v3.0.0
  title: AsyncAPI 3.0.0
- type: GitHubOrganization
  url: https://github.com/asyncapi
- type: GitHubRepository
  url: https://github.com/asyncapi/spec
- type: Governance
  url: https://www.asyncapi.com/community
  title: AsyncAPI Initiative / Linux Foundation
- type: License
  url: https://www.apache.org/licenses/LICENSE-2.0
  title: Apache 2.0
- type: Tools
  url: https://www.asyncapi.com/tools
  title: AsyncAPI Tools
- type: Examples
  url: https://raw.githubusercontent.com/api-evangelist/specifications/refs/heads/main/examples/asyncapi-example.json
  title: AsyncAPI Specification Record Example