Query via POST

It is recommended to use POST as the default mechanism for querying via the API. To Query via POST a valid SQL query must be specified in the POST body. For example:sqlSELECT count() FROM sample.taxi_tripsYou can query our test data directly from this page (use the host try3). See SQL reference for examples.

Language
URL
Click Try It! to start a request and see the response here!