---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.4
alternate:
  - https://ydb.tech/docs/en/reference/ydb-sdk/overview-grpc-api.md
  - https://ydb.tech/docs/ru/reference/ydb-sdk/overview-grpc-api.md
sourcePath: en/core/reference/ydb-sdk/overview-grpc-api.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# gRPC API overview

YDB provides the gRPC API, which you can use to manage your DB [resources](https://ydb.tech/docs/en/concepts/datamodel/index.md) and data. API methods and data structures are described using [Protocol Buffers](https://developers.google.com/protocol-buffers/docs/proto3) (proto 3). For more information, see [.proto specifications with comments](https://github.com/ydb-platform/ydb-api-protos). Also YDB uses special [gRPC metadata headers](https://ydb.tech/docs/en/reference/ydb-sdk/grpc-headers.md).

The following services are available:

* [Health Check API](https://ydb.tech/docs/en/reference/ydb-sdk/health-check-api.md).
