A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://support.google.com/area120-tables/answer/10011390 below:

Using the Tables API - Tables Help Center

Using the Tables API

Yes! We have an externally available RESTful API where you can query for tables, and update/create/delete rows within tables programmatically. You can also access this API via Apps Script from within the Google Workspace ecosystem (formerly known as G Suite).

Enable API access

You can enable the Tables from the Google Cloud Console here: https://console.cloud.google.com/apis/library?q=tables (APIs > Library > search "Tables").

At a high level, you should be able to query:

/v1alpha1/tables                           // To get a list of tables.

/v1alpha1/tables/{table id}/rows           // To get a list of rows in a table.

/v1alpha1/tables/{table id}/rows/{row id}  // To get a particular row.

Client libraries

We have two categories of API client libraries:

For more information on the difference between these two categories of client libraries, please see: https://cloud.google.com/apis/docs/client-libraries-explained.

Direct links

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4