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
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
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'http://apicurio.local/admin/artifactTypes' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Apicurio Registry API [v2] documentation.