API References

Stargate provides multiple APIs to interact with your databases.

Stargate APIs

  • Stargate Document API v2: The Stargate Document API allows you to use schemaless storage of free-form JSON Documents in your Astra DB database. Get examples of using the Document API in the Developing with the Document API section.

  • Stargate REST API v2: The Stargate REST API allows you to perform standard CRUD operations on your Astra DB data using a simple, cross-language interface. Get examples of using the REST API v2 in the Developing with the REST API section.

  • Stargate GraphQL API: The GraphQL playground allows you to easily interact with your data using GraphQL types, queries, and mutations. For every table in your keyspace, a series of GraphQL objects are generated, along with queries and mutations that allow you to search and modify the table data. Get examples of using the GraphQL API in the Developing with the GraphQL API section.

  • Stargate gRPC API: gRPC is a modern, open source remote procedure call (RPC) framework. It enables client and server applications to communicate transparently, and makes it easier to build connected systems. Get examples of using the gRPC API in the Developing with the gRPC API section.