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 needing to redeploy. Apicurio Registry also enables developers to create rules that govern how registry content can evolve over time. For example, this includes rules for content validation and version compatibility.
The Apicurio Registry REST API enables client applications to manage the artifacts in the registry. This API provides create, read, update, and delete operations for schema and API artifacts, rules, versions, and metadata.
The supported artifact types include:
Important: The Apicurio Registry REST API is available from https://MY-REGISTRY-URL/apis/registry/v2
by default. Therefore you must prefix all API operation paths with ../apis/registry/v2
in this case. For example: ../apis/registry/v2/ids/globalIds/{globalId}
.
Use this page to mock Apicurio Registry API [v2] in your testing and development.
Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of Apicurio Registry API [v2], which will allow you to keep building and testing even if the actual API you isn't currently available.