OpenAPI Specification

The OpenAPI Specification (OAS) is a vendor-neutral, language-agnostic interface to HTTP APIs that allows both humans and computers to discover and understand the capabilities of a service. An OpenAPI document describes or is used to generate clients, servers, documentation, test cases, and tooling. Maintained by the OpenAPI Initiative under the Linux Foundation.

API entry from apis.yml

apis.yml Raw ↑
aid: technical-specifications:openapi-specification
name: OpenAPI Specification
description: The OpenAPI Specification (OAS) is a vendor-neutral, language-agnostic interface to HTTP
  APIs that allows both humans and computers to discover and understand the capabilities of a service.
  An OpenAPI document describes or is used to generate clients, servers, documentation, test cases, and
  tooling. Maintained by the OpenAPI Initiative under the Linux Foundation.
humanURL: https://www.openapis.org/
baseURL: https://spec.openapis.org/oas/v3.1.0
tags:
- API Description
- Documentation
- HTTP
- OpenAPI
- REST
properties:
- type: Documentation
  url: https://spec.openapis.org/oas/latest.html
- type: Website
  url: https://www.openapis.org/
- type: GitHub
  url: https://github.com/OAI/OpenAPI-Specification