A

Apicurio Registry API [v2]

by Apicurio Registry API [v2] Free tier

Apicurio Registry is a datastore for standard event schemas and API designs. Apicurio Registry enables developers to manage and share the structure of their data using a REST interface. For example, client applications can dynamically push or pull the latest updates to or from the registry without n

searchapicurio

Quick Reference

Base URL http://apicurio.local Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://github.com/apicurio/apicurio-registry Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 37% builder-friendly
Pricing
28
Latency
0
Depth
72

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /admin/artifactTypes List artifact types
GET /admin/config/properties List all configuration properties
DELETE /admin/config/properties/{propertyName} Reset a configuration property
GET /admin/config/properties/{propertyName} Get configuration property value
PUT /admin/config/properties/{propertyName} Update a configuration property
GET /admin/export Export registry data
POST /admin/import Import registry data
GET /admin/loggers List logging configurations

Sample Request

curl -X GET 'http://apicurio.local/admin/artifactTypes' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Apicurio Registry API [v2] documentation.