Apache CouchDB website screenshot

Apache CouchDB

Apache CouchDB is an open-source distributed document-oriented NoSQL database governed by the Apache Software Foundation. It uses JSON for data storage, a RESTful HTTP/JSON API for all database operations, and the Couch Replication Protocol for multi-primary synchronization across servers, mobile devices, and browsers. CouchDB supports Mango queries, MapReduce views, and offline-first application architectures.

Apache CouchDB publishes 9 APIs on the APIs.io network, including Authentication API, Changes API, Cluster API, and 6 more. Tagged areas include Apache, Database, Document Store, JSON, and NoSQL.

The Apache CouchDB catalog on APIs.io includes 1 event-driven AsyncAPI specification, 1 JSON-LD context, and 3 Spectral governance rulesets.

Apache CouchDB’s developer surface includes authentication, developer portal, documentation, getting-started guide, engineering blog, release notes, support, and 9 more developer resources.

55.0/100 developing ▼ -7.2 Agent 50/100 agent ready Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
9 APIs 8 Features 6 Use Cases
ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 55.0/100 · developing
Contract Quality 17.4 / 25
Developer Ergonomics 10.0 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 6.8 / 13
Governance 7.0 / 12
Discoverability 5.9 / 10
Agent readiness — 50/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/apache-couchdb: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 9

Individual APIs this provider publishes, each with its own machine-readable definition.

Apache CouchDB Authentication API

Session and authentication management

Apache CouchDB Changes API

Database changes feed

Apache CouchDB Cluster API

Cluster membership and configuration

Apache CouchDB Database API

Database management operations

Apache CouchDB Design Documents API

Design documents, views, and indexes

Apache CouchDB Documents API

Document CRUD and bulk operations

Apache CouchDB Mango API

Mango declarative JSON query API

Apache CouchDB Replication API

Replication management

Apache CouchDB Server API

Server-level information and utilities

Scroll for all 9

Postman Collections 9

Ready-to-run Postman collections for exercising this provider's APIs.

Scroll for all 9

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Apache Couchdb Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 8

Notable capabilities this provider offers.

RESTful HTTP/JSON API

All database operations are performed via a clean HTTP API using JSON, making it accessible from any HTTP-capable client.

Multi-Primary Replication

The Couch Replication Protocol enables seamless bidirectional synchronization across servers, mobile, and browser environments.

Offline-First Architecture

Applications can operate fully offline and sync changes when connectivity is restored, enabled by conflict-aware replication.

Mango Query Language

Declarative JSON-based query language for ad-hoc document queries with index support, similar to MongoDB query syntax.

MapReduce Views

Persistent, incrementally updated secondary indexes defined via JavaScript MapReduce functions stored as design documents.

Changes Feed

Real-time notification feed of all database changes, supporting long-polling, continuous, and event-source modes.

Cluster Support

Built-in clustering with consistent hashing for horizontal scaling and high availability across multiple nodes.

MVCC and ACID

Multi-Version Concurrency Control ensures non-blocking reads; document updates are ACID-compliant at the document level.

Scroll for all 8

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Apache CouchDB _changes Feed

AsyncAPI 2.6 description of the Apache CouchDB database `_changes` feed. CouchDB exposes a per-database, append-only stream of document mutations at `GET /{db}/_changes` (and `P...

ASYNCAPI

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Apache Couchdb Http Api Context

26 classes · 62 properties

JSON-LD

Spectral Rules 3

Spectral governance rulesets for linting and validating these APIs.

Apache CouchDB API Rules

9 rules · 1 errors 7 warnings 1 info

SPECTRAL

Apache CouchDB API Rules

5 rules · 3 warnings 2 info

SPECTRAL

Apache CouchDB API Rules

33 rules · 10 errors 21 warnings 2 info

SPECTRAL

JSON Schema 24

Standalone JSON Schema definitions for this provider's data models.

AllDocsResponse

3 properties

JSON SCHEMA

BulkDocsRequest

2 properties

JSON SCHEMA

ChangeRow

5 properties

JSON SCHEMA

ChangesResponse

3 properties

JSON SCHEMA

ClusterSetupResponse

1 properties

JSON SCHEMA

CreateIndexRequest

4 properties

JSON SCHEMA

CreateIndexResponse

3 properties

JSON SCHEMA

DatabaseInfo

5 properties

JSON SCHEMA

DocRow

4 properties

JSON SCHEMA

DocumentInput

2 properties

JSON SCHEMA

Document

3 properties

JSON SCHEMA

ErrorResponse

2 properties

JSON SCHEMA

FindRequest

6 properties

JSON SCHEMA

FindResponse

3 properties

JSON SCHEMA

IndexesResponse

2 properties

JSON SCHEMA

KeysRequest

1 properties

JSON SCHEMA

OkResponse

3 properties

JSON SCHEMA

ReplicationRequest

6 properties

JSON SCHEMA

ReplicationResponse

4 properties

JSON SCHEMA

ServerInfo

5 properties

JSON SCHEMA

SessionInfo

3 properties

JSON SCHEMA

SessionRequest

2 properties

JSON SCHEMA

ViewResponse

3 properties

JSON SCHEMA

WriteResponse

3 properties

JSON SCHEMA

Scroll for all 24

JSON Structure 24

JSON Structure definitions describing this provider's data shapes.

Apache Couchdb All Docs Response Structure

3 properties

JSON STRUCTURE

Apache Couchdb Bulk Docs Request Structure

2 properties

JSON STRUCTURE

Apache Couchdb Change Row Structure

5 properties

JSON STRUCTURE

Apache Couchdb Changes Response Structure

3 properties

JSON STRUCTURE

Apache Couchdb Database Info Structure

5 properties

JSON STRUCTURE

Apache Couchdb Doc Row Structure

4 properties

JSON STRUCTURE

Apache Couchdb Document Input Structure

2 properties

JSON STRUCTURE

Apache Couchdb Document Structure

3 properties

JSON STRUCTURE

Apache Couchdb Error Response Structure

2 properties

JSON STRUCTURE

Apache Couchdb Find Request Structure

6 properties

JSON STRUCTURE

Apache Couchdb Find Response Structure

3 properties

JSON STRUCTURE

Apache Couchdb Indexes Response Structure

2 properties

JSON STRUCTURE

Apache Couchdb Keys Request Structure

1 properties

JSON STRUCTURE

Apache Couchdb Ok Response Structure

3 properties

JSON STRUCTURE

Apache Couchdb Server Info Structure

5 properties

JSON STRUCTURE

Apache Couchdb Session Info Structure

3 properties

JSON STRUCTURE

Apache Couchdb Session Request Structure

2 properties

JSON STRUCTURE

Apache Couchdb View Response Structure

3 properties

JSON STRUCTURE

Apache Couchdb Write Response Structure

3 properties

JSON STRUCTURE

Scroll for all 24

Examples 24

Example request and response payloads for these APIs.

Scroll for all 24

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Apache Couchdb Authentication

apiKey/http · 2 schemes

SECURITY

Apache Couchdb Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Apache Couchdb Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Apache Couchdb Agentic Access

21 operations · 11 acting

21 operations · 11 acting

AGENTIC

Use Cases 6

What developers build with this provider.

Mobile Sync Applications

Sync data between a CouchDB server and PouchDB in mobile/browser apps, supporting offline-first user experiences.

Content Management

Store and retrieve rich JSON documents for CMS, blogs, catalogs, and document management systems.

IoT Data Collection

Edge devices write data locally to CouchDB and replicate to central servers when connected.

Multi-Region Replication

Replicate database contents across geographic regions for low-latency reads and disaster recovery.

User Data Storage

Per-user database pattern for storing isolated user data with built-in CouchDB authentication.

Event Sourcing

Use the changes feed as an event stream for event-driven architectures and audit logging.

Integrations 6

Pre-built integrations with other platforms and tools.

PouchDB

Browser and Node.js database that syncs with CouchDB via the Couch Replication Protocol.

IBM Cloudant

IBM Cloudant is a fully managed cloud database service based on Apache CouchDB, API-compatible.

Docker

Official CouchDB Docker images for container-based deployments.

Kubernetes / Helm

Official Helm chart for deploying CouchDB clusters on Kubernetes.

Apache Kafka

CouchDB changes feed can be consumed and bridged to Kafka for event streaming pipelines.

Nginx / Load Balancers

CouchDB clusters are typically fronted by Nginx or HAProxy for SSL termination and load balancing.

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: apache-couchdb
name: Apache CouchDB
description: Apache CouchDB is an open-source distributed document-oriented NoSQL database governed by the Apache Software
  Foundation. It uses JSON for data storage, a RESTful HTTP/JSON API for all database operations, and the Couch Replication
  Protocol for multi-primary synchronization across servers, mobile devices, and browsers. CouchDB supports Mango queries,
  MapReduce views, and offline-first application architectures.
type: Index
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
position: Consumer
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/apache-couchdb.png
tags:
- Apache
- Database
- Document Store
- JSON
- NoSQL
- Open Source
- Replication
- REST
created: '2026-03-16'
modified: '2026-05-29'
url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/apis.yml
specificationVersion: '0.19'
apis:
- aid: apache-couchdb:apache-couchdb-authentication-api
  name: Apache CouchDB Authentication API
  description: Session and authentication management
  humanURL: https://docs.couchdb.org/en/stable/api/index.html
  tags:
  - Authentication
  properties:
  - type: OpenAPI
    url: openapi/apache-couchdb-authentication-api-openapi.yml
  - type: Documentation
    url: https://docs.couchdb.org/en/stable/api/index.html
  - type: GettingStarted
    url: https://docs.couchdb.org/en/stable/intro/index.html
  - type: APIReference
    url: https://docs.couchdb.org/en/stable/api/
  - type: GitHubRepository
    url: https://github.com/apache/couchdb
  - type: SDKs
    url: https://www.npmjs.com/package/nano
  - type: SDKs
    url: https://pypi.org/project/couchdb/
  - type: SDKs
    url: https://pypi.org/project/aiocouch/
  - type: Tools
    url: https://github.com/apache/couchdb-fauxton
  - type: Tools
    url: https://github.com/apache/couchdb-docker
  - type: Tools
    url: https://github.com/apache/couchdb-helm
  - type: SDKs
    url: https://github.com/apache/pouchdb
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/asyncapi/apache-couchdb-changes-feed-asyncapi.yaml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-all-docs-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-bulk-docs-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-change-row-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-changes-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-cluster-setup-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-create-index-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-create-index-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-database-info-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-doc-row-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-document-input-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-document-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-error-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-find-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-find-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-indexes-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-keys-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-ok-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-replication-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-replication-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-server-info-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-session-info-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-session-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-view-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-write-response-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-all-docs-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-bulk-docs-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-change-row-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-changes-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-cluster-setup-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-create-index-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-create-index-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-database-info-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-doc-row-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-document-input-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-document-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-error-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-find-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-find-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-indexes-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-keys-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-ok-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-replication-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-replication-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-server-info-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-session-info-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-session-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-view-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-write-response-structure.json
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-ld/apache-couchdb-http-api-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-all-docs-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-bulk-docs-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-change-row-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-changes-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-cluster-setup-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-create-index-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-create-index-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-database-info-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-doc-row-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-document-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-document-input-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-error-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-find-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-find-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-indexes-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-keys-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-ok-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-replication-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-replication-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-server-info-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-session-info-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-session-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-view-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-write-response-example.json
- aid: apache-couchdb:apache-couchdb-changes-api
  name: Apache CouchDB Changes API
  description: Database changes feed
  humanURL: https://docs.couchdb.org/en/stable/api/index.html
  tags:
  - Changes
  properties:
  - type: OpenAPI
    url: openapi/apache-couchdb-changes-api-openapi.yml
  - type: Documentation
    url: https://docs.couchdb.org/en/stable/api/index.html
  - type: GettingStarted
    url: https://docs.couchdb.org/en/stable/intro/index.html
  - type: APIReference
    url: https://docs.couchdb.org/en/stable/api/
  - type: GitHubRepository
    url: https://github.com/apache/couchdb
  - type: SDKs
    url: https://www.npmjs.com/package/nano
  - type: SDKs
    url: https://pypi.org/project/couchdb/
  - type: SDKs
    url: https://pypi.org/project/aiocouch/
  - type: Tools
    url: https://github.com/apache/couchdb-fauxton
  - type: Tools
    url: https://github.com/apache/couchdb-docker
  - type: Tools
    url: https://github.com/apache/couchdb-helm
  - type: SDKs
    url: https://github.com/apache/pouchdb
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/asyncapi/apache-couchdb-changes-feed-asyncapi.yaml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-all-docs-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-bulk-docs-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-change-row-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-changes-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-cluster-setup-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-create-index-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-create-index-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-database-info-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-doc-row-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-document-input-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-document-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-error-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-find-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-find-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-indexes-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-keys-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-ok-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-replication-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-replication-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-server-info-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-session-info-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-session-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-view-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-write-response-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-all-docs-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-bulk-docs-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-change-row-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-changes-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-cluster-setup-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-create-index-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-create-index-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-database-info-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-doc-row-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-document-input-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-document-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-error-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-find-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-find-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-indexes-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-keys-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-ok-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-replication-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-replication-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-server-info-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-session-info-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-session-request-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-view-response-structure.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-write-response-structure.json
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-ld/apache-couchdb-http-api-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-all-docs-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-bulk-docs-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-change-row-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-changes-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-cluster-setup-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-create-index-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-create-index-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-database-info-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-doc-row-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-document-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-document-input-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-error-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-find-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-find-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-indexes-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-keys-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-ok-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-replication-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-replication-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-server-info-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-session-info-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-session-request-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-view-response-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/examples/apache-couchdb-write-response-example.json
- aid: apache-couchdb:apache-couchdb-cluster-api
  name: Apache CouchDB Cluster API
  description: Cluster membership and configuration
  humanURL: https://docs.couchdb.org/en/stable/api/index.html
  tags:
  - Cluster
  properties:
  - type: OpenAPI
    url: openapi/apache-couchdb-cluster-api-openapi.yml
  - type: Documentation
    url: https://docs.couchdb.org/en/stable/api/index.html
  - type: GettingStarted
    url: https://docs.couchdb.org/en/stable/intro/index.html
  - type: APIReference
    url: https://docs.couchdb.org/en/stable/api/
  - type: GitHubRepository
    url: https://github.com/apache/couchdb
  - type: SDKs
    url: https://www.npmjs.com/package/nano
  - type: SDKs
    url: https://pypi.org/project/couchdb/
  - type: SDKs
    url: https://pypi.org/project/aiocouch/
  - type: Tools
    url: https://github.com/apache/couchdb-fauxton
  - type: Tools
    url: https://github.com/apache/couchdb-docker
  - type: Tools
    url: https://github.com/apache/couchdb-helm
  - type: SDKs
    url: https://github.com/apache/pouchdb
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/asyncapi/apache-couchdb-changes-feed-asyncapi.yaml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-all-docs-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-bulk-docs-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-change-row-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-changes-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-cluster-setup-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-create-index-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-create-index-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-database-info-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-doc-row-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-document-input-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-document-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-error-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-find-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-find-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-indexes-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-keys-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-ok-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-replication-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-replication-response-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-server-info-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-session-info-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-session-request-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-view-response-schema.j

# --- truncated at 32 KB (122 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/apis.yml