Google Cloud Datastore logo

Google Cloud Datastore

Google Cloud Datastore is a fully managed, schemaless, highly scalable NoSQL document database for web and mobile applications, originally based on Google's Bigtable / Megastore stack. The service has since been rebranded as Firestore in Datastore mode, which preserves the Datastore API and data model while running on Firestore's storage layer for strong consistency and higher throughput. The Cloud Datastore REST API provides entity lookups, queries (including GQL), transactions, and project operations against datastore.googleapis.com, authenticated with Google OAuth 2.0 / service-account credentials.

2 APIs 0 Features
NoSQLDatabaseDocument DatabaseGoogle CloudFirestoreManaged ServiceKey-Value Store

APIs

Cloud Datastore API v1

Stable REST API for Google Cloud Datastore / Firestore in Datastore mode. Provides entity lookup, commit, rollback, allocateIds, reserveIds, runQuery, and runAggregationQuery op...

Cloud Datastore API v1beta3

Beta REST API for Cloud Datastore exposing the same surface as v1 with newer features. Discovery document available for tooling and code generation.

Resources

🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Sign Up
Sign Up
🌐
Console
Console
🟢
Status
Status
🔗
Firestore (Successor)
Firestore (Successor)

Sources

apis.yml Raw ↑
aid: google-cloud-datastore
name: Google Cloud Datastore
description: >-
  Google Cloud Datastore is a fully managed, schemaless, highly scalable
  NoSQL document database for web and mobile applications, originally based
  on Google's Bigtable / Megastore stack. The service has since been
  rebranded as Firestore in Datastore mode, which preserves the Datastore
  API and data model while running on Firestore's storage layer for strong
  consistency and higher throughput. The Cloud Datastore REST API provides
  entity lookups, queries (including GQL), transactions, and project
  operations against datastore.googleapis.com, authenticated with Google
  OAuth 2.0 / service-account credentials.
type: Index
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - NoSQL
  - Database
  - Document Database
  - Google Cloud
  - Firestore
  - Managed Service
  - Key-Value Store
url: >-
  https://raw.githubusercontent.com/api-evangelist/google-cloud-datastore/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.19'
apis:
  - aid: google-cloud-datastore:rest-api-v1
    name: Cloud Datastore API v1
    description: >-
      Stable REST API for Google Cloud Datastore / Firestore in Datastore
      mode. Provides entity lookup, commit, rollback, allocateIds, reserveIds,
      runQuery, and runAggregationQuery operations against a Google Cloud
      project. Authentication uses Google OAuth 2.0 or service-account
      credentials with the datastore IAM scope.
    humanURL: https://cloud.google.com/datastore/docs/reference/data/rest
    baseURL: https://datastore.googleapis.com
    tags:
      - NoSQL
      - REST
      - Entities
      - Queries
      - Transactions
      - OAuth 2.0
    properties:
      - type: Documentation
        url: https://cloud.google.com/datastore/docs/reference/data/rest
      - type: Discovery Document
        url: https://datastore.googleapis.com/$discovery/rest?version=v1
      - type: Authentication
        url: https://cloud.google.com/docs/authentication
      - type: gRPC Reference
        url: https://cloud.google.com/datastore/docs/reference/data/rpc
      - type: Client Libraries
        url: https://cloud.google.com/datastore/docs/reference/libraries
  - aid: google-cloud-datastore:rest-api-v1beta3
    name: Cloud Datastore API v1beta3
    description: >-
      Beta REST API for Cloud Datastore exposing the same surface as v1
      with newer features. Discovery document available for tooling and
      code generation.
    humanURL: https://cloud.google.com/datastore/docs/reference/data/rest
    baseURL: https://datastore.googleapis.com
    tags:
      - NoSQL
      - REST
      - Beta
    properties:
      - type: Discovery Document
        url: https://datastore.googleapis.com/$discovery/rest?version=v1beta3

common:
  - type: Website
    url: https://cloud.google.com/datastore
  - type: Documentation
    url: https://cloud.google.com/datastore/docs
  - type: Pricing
    url: https://cloud.google.com/datastore/pricing
  - type: Sign Up
    url: https://console.cloud.google.com/freetrial
  - type: Console
    url: https://console.cloud.google.com/datastore
  - type: Status
    url: https://status.cloud.google.com
  - type: Firestore (Successor)
    url: https://cloud.google.com/firestore/docs/firestore-or-datastore
maintainers:
  - FN: Kin Lane
    email: [email protected]