https://github.com/bufbuild/registry-proto
BSR's new public API. Currently in development.
https://github.com/bufbuild/registry-proto
buf-schema-registry grpc protobuf protoc protocol-buffers
Last synced: 10 months ago
JSON representation
BSR's new public API. Currently in development.
- Host: GitHub
- URL: https://github.com/bufbuild/registry-proto
- Owner: bufbuild
- License: apache-2.0
- Created: 2023-10-26T21:08:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T22:24:41.000Z (10 months ago)
- Last Synced: 2025-06-13T23:25:32.318Z (10 months ago)
- Topics: buf-schema-registry, grpc, protobuf, protoc, protocol-buffers
- Language: Makefile
- Homepage: https://buf.build
- Size: 313 KB
- Stars: 19
- Watchers: 11
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# registry-proto
[](https://github.com/bufbuild/registry-proto/actions/workflows/ci.yaml)
[](https://buf.build/bufbuild/registry)

[](https://buf.build/links/slack)
This is the public API for the [Buf Schema Registry](https://buf.build/product/bsr) (BSR),
and is designed to be suitable for use by any client.
## Getting started
- [Browse the module documentation](https://buf.build/bufbuild/registry) to learn how to use the API.
- Use a [Generated SDK](https://buf.build/bufbuild/registry/sdks) for your language,
or [generate a client manually](https://buf.build/docs/generate/overview) using the `buf` CLI.
## Status: Stable
The [Buf CLI](https://buf.build/blog/buf-cli-next-generation) and
the [BSR web app](https://buf.build/blog/enhanced-buf-push-bsr-ui)
both depend on these APIs as of May 2024.
APIs that are v1 are stable and will not change in backward incompatible ways.
They are safe for any client to depend on in production.
APIs that are alpha or beta may change in backward incompatible ways, so they are unsafe to depend on in production.
## Feedback
Our goal is to make the BSR API a stable and useful primitive for customers to build on.
If you have a question, issue, feature request, or any other feedback about this API, please let us know!
You can:
- [File an issue](https://github.com/bufbuild/registry-proto/issues)
- [Ask a question in Slack](https://buf.build/links/slack)
- Email us at [feedback@buf.build](mailto:feedback@buf.build)
## Legal
Offered under the [Apache 2 license](https://github.com/bufbuild/registry-proto/blob/main/LICENSE)