API Blueprint
API Blueprint is a high-level API description language using Markdown-based syntax for designing, documenting, and prototyping web APIs. Created by Apiary and released under the MIT License, API Blueprint uses .apib files with a concise Markdown format that makes APIs accessible to both technical and non-technical stakeholders. The project is no longer actively maintained (all apiaryio GitHub repos are archived as of 2024) but remains a notable specification in API design history, influencing later formats like OpenAPI.
API Blueprint publishes 1 API on the APIs.io network. Tagged areas include API Design, Specification Language, Markdown, and Documentation.
API Blueprint’s developer surface includes documentation and 4 more developer resources.
Kin Score
APIs 1
Individual APIs this provider publishes, each with its own machine-readable definition.
API Blueprint
API Blueprint is a high-level API description language using Markdown-based syntax for designing, documenting, and prototyping APIs. Files use the .apib extension with media typ...
Pricing Plans 1
Published pricing tiers and plan structures.
Rate Limits 1
Documented rate limits and quota policies.
Api Blueprint Rate Limits
RATE LIMITSFinOps 1
Cost, billing, and metering signals for API financial operations.
Api Blueprint Finops
FINOPSFeatures 5
Notable capabilities this provider offers.
Markdown-Based Syntax
API Blueprint uses concise Markdown syntax making API descriptions readable by both developers and non-technical stakeholders. Files use the .apib extension with media type text...
Data Structure Modeling
Supports reusable data structure definitions using MSON (Markdown Syntax for Object Notation) for describing complex request and response schemas.
Mock Server Generation
API Blueprint documents can drive mock server generation for rapid prototyping and front-end development before backend implementation.
Testing with Dredd
The Dredd HTTP testing tool uses API Blueprint specs to run contract tests validating that API implementations match their documented contracts.
RFC-Driven Governance
API Blueprint evolution was governed through an RFC process similar to Rust and Django, with proposals submitted to the api-blueprint-rfcs repository.
Security Posture 1
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Use Cases 3
What developers build with this provider.
API Documentation
Write human-readable API documentation in Markdown that doubles as a machine-parseable specification for tooling.
Contract Testing
Use API Blueprint specs with Dredd to verify that API implementations conform to their documented contracts in CI pipelines.
API Prototyping
Rapidly prototype APIs by writing Blueprint specs first, then generating mock servers from the specification.
Integrations 4
Pre-built integrations with other platforms and tools.
Apiary
API Blueprint was the native specification format of the Apiary platform (acquired by Oracle), which provided hosted documentation, mock servers, and testing.
Drafter Parser
The canonical API Blueprint parser written in C++ with bindings for Node.js (drafter.js, drafter-npm) and other languages.
Dredd Testing Framework
Language-agnostic HTTP API testing tool that validates live API implementations against API Blueprint or Swagger/OpenAPI specs.
Swagger Conversion
The swagger2blueprint tool converted Swagger API descriptions into API Blueprint format for migration workflows.
Resources
Documentation 1
Reference material describing how the API behaves
Build 1
SDKs, sample code, and the tooling you integrate with
Access & Security 1
Authentication, authorization, and security posture
Commercial 1
Pricing, plans, and the legal terms of use
Company 1
The organization behind the API