OpenAPI Specification

The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand capabilities of a service without access to source code, documentation, or network traffic inspection.

API entry from apis.yml

apis.yml Raw ↑
aid: rest:openapi-specification
name: OpenAPI Specification
description: The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful
  APIs which allows both humans and computers to discover and understand capabilities of a service without
  access to source code, documentation, or network traffic inspection.
humanURL: https://spec.openapis.org/oas/latest.html
tags:
- API Design
- API Documentation
- OpenAPI
- Specification
properties:
- type: Documentation
  url: https://spec.openapis.org/oas/latest.html
- type: GitHub
  url: https://github.com/OAI/OpenAPI-Specification